What is LINQ
http://msdn.microsoft.com/en-us/library/bb397926.aspx
http://www.dotnetperls.com/linq...
Friday, July 13, 2012
Tuesday, July 10, 2012
Filters in ASP.NET MVC
Filters are .NET attributes used to inject extra logic into MVC framework request processing. You can apply filters before and after calling an action method (pre-action and post-action).
Filters can be used for,
- Custom Authentication
- Custom Authorization (User or Role base)
- Error handling and logging
- User Activity logging
-...
Tuesday, July 3, 2012
Generics in C#
Introduced in .NET 2.0, Generics introduced type parameters to the framework. Generics makes it possible to design classes or methods to defer the specification of types until the class or method is declared and instantiated by the client code.
This file contains bidirectional Unicode text that may be interpreted or...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.