Posts

Showing posts from July, 2013

Building a Deployment Package Using Visual Studio 2010

Image
Hi, in this post we will be talking about deployment in general and building a deployment package in Visual Studio 2010 in particular.

From Method to Func

Image
In this post we will take a journey from ordinary methods to the Func. Along the way, we will encounter delegates , anonymous methods and lambda expressions . If any of these concepts are unfamiliar to you, don't worry as they will be explained along the way.

Implementing a Reusable Validation Framework

Image
Validation is an ubiquitous process in all web applications. In this post we will talk about implementing part of a simple validation framework that can be reused in any application.