Browse by Tags

All Tags » ASP.NET » Architecture (RSS)

Building an N-Layer ASP.NET Application with LINQ, Lambdas and Stored Procedures (Updated) by dwahlin

Update: I refactored some of the code and also did a better job ensuring Dispose() is called everywhere so that the DataContext object gets cleaned up properly. Download the Application Here .NET 3.5 has a lot of great new features that can significantly...

Video: Creating an N-Layer ASP.NET Application (Updated) by dwahlin

In this video tutorial I walk through the fundamentals of creating an N-Layer ASP.NET application. What's "N-Layer" you ask? N-Layer can be interpreted many different ways, but I generally use the term to mean separating presentation, business...
More Posts