Kick Spy!, Kick Zeitgeist and Kick Widgets
dotnet-snippets.com — An LINQ example read more...
dotnetbutchering.blogspot.com — nitty-gritty C# code snippet to create and share a directory read more...
weblogs.asp.net — Jon Galloway offers his advice on creating your own zip library. SharpZipLib provides best free .NET compression library, but what if you can't use it due to the GPL license? I'll look at a few options, ending with my favorite - System.IO.Packaging. read more...
chiramattel.com — This article explains a common pitfall in DeflateStream and hos this can be solved - a must read for anyone who is using this class. read more...
mattberseth.com — System.IO.Path has a number of utility methods that are useful when you have to progamatically build a file path ... read more...
mycsharpcorner.com — System.IO.StreamWriter allows you to write text to a file easily if you are creating the file and know the order of the lines. However, what if you are trying to edit a file? For example, you need to insert a text at a specified line number in an existing text file. Say you have a text file that contains: 1. Orange 2. Banana <---- Want to Insert: 3. Apple 4. Grapefruit 5. Kiwi And say you want to insert the text "3. Apple" between line 2 & 4, how do you do that in C#? read more...
Sponsored Link: www.carlist.ie
Ads by The Lounge