A closure in C# takes the form of an in-line delegate/anonymous method. A closure is attached to its parent method meaning that variables defined parents method body can be referenced within the anonymous method.
A good article on C# Closures....
C# Closures Explained
Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves.
Friday, June 29, 2012
Monday, June 25, 2012
Wednesday, June 20, 2012
Validation In Razor Web Pages 2
The new release of ASP.NET Web Pages - version 2 - doesn't include many obvious changes, but the most significant one is an enhanced Validation system. A couple of new classes have been introduced, and Web Pages validation now works with the MVC Unobtrusive jQuery validation library. This article explores the new validation system and sees what it brings to the party.
Please take a look to this article...
Validation In Razor Web Pages 2
Please take a look to this article...
Validation In Razor Web Pages 2
Monday, June 11, 2012
Subscribe to:
Posts (Atom)