shiny

Stories kicked by shiny

Creating Zip Archives In .Net Without An External Library(weblogs.asp.net)

submitted by montymonty(2575) 4 years, 7 months ago

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...

1 comment |category: |Views: 154

tags: another

Anonymous Types and Query Expressions(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 7 months ago

This introductory level post covers a new LINQ feature in C# 3.0 called anonymous types. I'll focus on explaining when you might want to use an anonymous type, and when it might be more useful to use a specific type instead of an anonymous type. read more...

1 comment |category: |Views: 13

tags: another

Web Service Optimization(codeproject.com)

submitted by k000derk000der(4765) 6 years, 3 months ago

Some tips how to optimize Web Service performance read more...

add a comment |category: |Views: 10

tags: another