Guido Tapia

Guido Tapia

June 29, 2009

JQuery Table Filter Plugin

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 ...

in software-engineering

Guido Tapia

July 8, 2009

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 ...

in software-engineering

Guido Tapia

July 9, 2009

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 mak ...

in software-engineering

Guido Tapia

July 20, 2009

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. ...

in software-engineering

Guido Tapia

August 12, 2009

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. ...

in software-engineering

Guido Tapia

September 10, 2009

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: ...

in software-engineering