Category: Help Articles

Introduction to NDepend : Static Code Analysis Tool

Posted on 4 min read

As a developer, you always have to take the pain of getting adapted to the best practices and coding guidelines to be followed as per the organizational or industrial standards.  Easy way to ensure your coding style follows certain standard is to manually analyze your code or use a static code analyzer like FxCop, StyleCop… Continue reading

Learn using the Windows Phone 8 Jump Start Training content–for Online or Offline view–Courtesy Channel9

Posted on 2 min read

On November 28-29th 2012, Microsoft has hosted the Windows Phone 8 Jump Start training, a fast-paced and demo-packed learning ‘experience’ tailored to show developers how to build responsive, appealing, and effective applications quickly. If you missed this outstanding event, you’re in luck. All 20 modules are now available online for your on-demand viewing, (or download)… Continue reading

Zip(Archive) API’s in .NET Framework 4.5 – Part 2 – ZipFile Class

Posted on 3 min read

In my previous post I shared some information on API’s/Classes included as part of System.IO.Compression namespace in .NET Framework 4.5, and given on overview of ZipArchive class. Once such class I would be sharing some insight with post today would be ‘ZipFile‘ class. The ZipFile class provides convenient static methods for working with zip archives:… Continue reading