
All articles/Author
Guido Tapia
Rendering a Spark Partial View to a string
I needed to do this recently so I searched the interweb and quickly found this great article by Brent Edwards: http://blog.edwardsdigital.com/post/Rendering-a-Spark-partial-view-to-a-string-or-JSONP-with-ASPNET-MVC.aspx…
XML Settings Files - No more web.config
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: So now lets look at the nice…
Sharing MVC Views Across Projects
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. At PicNet are…
Code Generated DAL (Data Access Layer) using ORM - Article 3
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. We…
Code Generated DAL (Data Access Layer) using ORM - Article 2
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 make life a little easier. PicNet.Data.IEntity…
Code Generated DAL (Data Access Layer) using ORM - Article 1
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…
