emirtrevino

Stories submitted 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