Tag: Development

Community

Understanding LINQ

(Dave Richter) The purpose of this tutorial is to present some basics about LINQ for certain individuals who may have not gained an understanding of LINQ. LINQ unifies data access, whatever the source of data, and allows mixing data from different kind of sources. LINQ means “Language-Integrated Que

Community

Viewing Views in ASP.NET MVC

(Peter Vogel) As I said in the first article in this series ( ASP.NET MVC for the ASP.NET Programmer ) the benefit of ASP.NET MVC that I like best is its support for Test Driven Development (TDD). In my last column ( Controlling Controllers in ASP.NET MVC ), I walked through the process of building