emirtrevino

Stories kicked by emirtrevino

Screencast: How to generate code automatically from Entity Framework m(emir.com.mx)

submitted by emirtrevinoemirtrevino(55) 3 years, 10 months ago

How to generate code automatically from entity framework model for Gridview paging and sorting in N-Tiers architecture. read more...

add a comment |category: |Views: 34

tags: another

SyntaxHighlighter Extension for BlogEngine.NET(dscoduc.com)

submitted by emirtrevinoemirtrevino(55) 3 years, 10 months ago

it a great tip for developer bloggers read more...

add a comment |category: |Views: 16

tags: another

Paging and sorting the GridView control wih Entity Framework N Layer(emir.com.mx)

submitted by emirtrevinoemirtrevino(55) 3 years, 10 months ago

Entity Framework is the best alternative of Microsoft for mapper a relational database to objects, and is already a very complete support in ASP.NET for populate the GridView control and enable the paging and sorting features directly by LinqDatasource object,but to use this alternative not have the chance to decouple the linq query in a business rules layer separated, which can be a problem if we have those requirements. The paging mut be done in the database for a more efficient query. read more...

add a comment |category: |Views: 1396

tags: another

Use guide (SFS for Microsoft Visual Studio 2008), step by step(emir.com.mx)

submitted by emirtrevinoemirtrevino(55) 3 years, 10 months ago

In this first feature, the concept is: The ADO.NET Entity Framework is the base for create any equivalent code of next layers in the application with T4 templates read more...

add a comment |category: |Views: 39

tags: another

DotNetKicks button extension for DotNetBlogEngine on the flyDotNetKick(emir.com.mx)

submitted by emirtrevinoemirtrevino(55) 3 years, 10 months ago

DotNetKicks buttons extensions for DotNetBlogEngine 1.0 and 1.1 , both use a save method of Post, and this happens when the user save the post in the blog site, and save the html button in the body permanently, which is obstructive, but this not work when use Windows Live Writer for publish the post. So, I have created this other version based in the BreakPost extension read more...

add a comment |category: |Views: 21

tags: another

Custom Paging with LINQ, ListView, DataPager and ObjectDataSource 2(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Custom Paging with LINQ, ListView, DataPager and ObjectDataSource, more Efficient method read more...

add a comment |category: |Views: 722

tags: another

How to generate multiple outputs from single T4 template(olegsych.com)

submitted by olegsycholegsych(335) 4 years, 1 month ago

For some code generation tasks, like generating SELECT stored procedures based on indexes of a given database table, number of output artifacts may not be known upfront. Because T4 was designed to generate a single output file from one template file, developers are forced to generate multiple code artifacts in the same source file. This conflicts with the widely used practice of using one source file per code artifact. This article demonstrates how to work around this limitation of T4, generate multiple files from a single template and automatically add them to a Visual Studio project. read more...

add a comment |category: |Views: 269

tags: another