Browse by Tags
All Tags »
Resources (
RSS)
Sorry, but there are no more tags available to filter with.
Regular expressions are one of programmer's best friends and I believe every programmer ought to dabble with Regex in some form or the other. .NET framework provides excellent support for Regex through the System.Text.RegularExpressions namespace. Enlisted...
Came across a very interesting article on Future of Assembly Versioning , co-authored by one of my favorite authors - Jeff Richter . The author runs us through a little bit of history in Component versioning, starting off with COM, where we had an infamous...
1. Articles at ObjectMentor Fabulous articles and white papers in a number of topics, dealing with Design, Patterns, Development Process and much, much more. A must visit. 2. Downloads at IDesign.NET Fantastic set of code samples on .NET (Includes C#...
1) Great collection of links at TheServerside.NET which are provided by DevelopMentor http://www.theserverside.net/developmentor/ 2) MSDN Channel 9 This is cool site started by 5 MS employees. This is more like an online bulletin board for stuff happening...
First of all, a big thanks to Susan for upgrading the blog engine. The blog looks better than ever before and has a lot of new nifty features too (like Image upload, which was perennially non-functional till today) Sorry about my short slumber. I have...
This is one of the most useful links you can find - The complete listing of the GOF (Gang of four) patterns with downloadable C# code http://www.dofactory.com/Patterns/Patterns.aspx . You would be finding many patterns already in the MS patterns and practices...
Just from this time's MSDN Flash..Good read.. 1) Coding Best Practices Using DateTime in the .NET Framework http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndotnet/html/datetimecode.asp 2) Secure Coding Guidelines for the .NET...
If you are a religious VB.NET developer, you have to mark this as your favorite. Panopticon Central is Paul Vick's blog. Fantastic stuff about VB.NET, code optimization, performance etc. If you are wondering who Paul Vick is, he is the person who has...
In my opinion, the language specification is what really answers all the "Why" questions of a language. The books you buy probably answer only the "What"s of a language. You can download the VB.NET Language specification here (202 pages). A must read...
Site of the Week - TheServerSide.NET A Cool site. Lots of resources on .NET including news, reviews and Tech talks. The login still doesn't seem to work though Articles for the week 1. Win32 -> .NET API mapping list at MSDN An exhaustive table depicting...
Strong Naming - A great article that talks about strong naming and details what digital signature is all about. http://www.msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dnnetsec/html/strongNames.asp VB.NET Internals - A must read for...
A great writeup by one of my favorite writers - Jeff Richter. http://www.codeguru.com/net_general/Insights_NGen.html Interesting thing to note here is that last caveat mentioned about NGEN: Ignored NGen'd File in Some Domain Load Scenarios.