Menu

Windows Application

5 things that you cannot do with a Local Type Inference in C#

The Local Type Inference is also called as Implicitly Types Local Variables in C# and is an easy way to create a variable without having to know the type. This is especially useful when using a LINQ via the var keyword . The var keyword only works with Read More →

Code Access Security in .NET

This article is an introduction to the Code Access Security . Protecting resources from unauthorized use is what Code Access Security is all about . Both Role based and Code access security is based on the notion of the permissions. Permissions in the Role based security is about the Read More →

AutoComplete Feature in Winforms

In one of my previous article AutoComplete is an ASP.NET using Ajax autocomplete extender i explained how to create AutoComplete TextBox in ASP .NET using AJAX , in this example i am achieving the same in Windows forms application . For this Read More →

Back to top

© 2011-2013 Senthil Kumar's Blog This is my personal blog .The opinions expressed here represent my own and not those of my employer . All Rights Reserved -- Copyright notice by Blog Copyright