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