toontje

Stories submitted by toontje

Creating Model Classes with LINQ to SQL(weblogs.asp.net)

submitted by toontjetoontje(20) 3 years, 7 months ago

great tutorial about the new ASP.NET MVC Framework. Stephen Walther explains how to create Model classes for Linq to Sql. He also introduces the repository pattern for a better encapsulation of your data layer and a better testability of the application. Very interesting. read more...

add a comment |category: |Views: 49

tags: another