Guido Tapia
June 29, 2009
This project has moved. New Home Page [https://picnet.com.au/picnet-table-filter.html] Update 1/Mar/2010 The home page for this project is now at ...
July 8, 2009
Hi All, This is the first in a series of posts about building a code generated data access layer. Over the next few weeks I will be publishing articles that will allow you to understand why the approach taken here at ...
July 9, 2009
Hi All, In this article we will look at some of the libraries/classes required by the generated DAL. These libraries simply have base classes and utility classes that mak ...
July 20, 2009
Well, we're getting to the business end of these series of articles. In this article we will complete our PicNet.CodeGeneratedDALDemo.Data implementation, which means we will generate all of the required POCO files. ...
August 12, 2009
This is something I have been wanting to do for a while in the ASP.Net world however its not untill recently (with MVC) that this has been a ‘clean' possibility. This article demonstrates how to do this. ...
September 10, 2009
One of my pet hates is working on projects where previous developers have decided to dump all of their settings in the web.config file. Some of the reasons why I dislike this practice is: ...