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

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: […]

Read more โ†’

Zip(Archive) APIโ€™s in .NET Framework 4.5 โ€“ ZipArchive Class

With release of .NET Framework 4.5, Microsoft has introduced new classes in to System.IO.Compression namespace. These classes will add the necessary programming support for Zipping(Achiving), and Extracting support for Zip Files in your .NET Source Code. Below are the newly introduced classes as part of .NET Framework 4.5: ZipArchive – Represents a package of compressed […]

Read more โ†’

Write and Publish your blogs in Word 2013 – Office 2013

Word 2013 in Office 2013 having a nice feature which will help us to write blog posts and publish to any blog provider such as wordpress, blogger etc. Using the blog post template in Word 2013 ,you can easily write blog posts in your word and publish them to your blog. Here is some screen […]

Read more โ†’

Windows Phone 8 – Internet Explorer 10 support for Mobile Websites–UserAgent(UA) details for IE10-WP8

Earlier Microsoft has announced that upcoming Windows Phone 8 will have Mobile version of Internet Explorer 10. IE10 have lots of improvements in terms of HTML5, JavaScript/ECMAScript support etc. If you want your existing mobile websites to compatible to IE10 and you are using any User Agent(UA) detection logic to provide UA specific User Experience […]

Read more โ†’

Windows Azure Training Kit – October 2012

Microsoft Azure Training Kit โ€“ October 2012 is the latest set of Microsoft Azure Training tutorials, samples for Developers and Microsoft enthusiasts. October 2012 Update The October 2012 update of the Windows Azure Training Kit includes 47 hands-on labs, 24 demos and 38 presentations. Some of the updates in this version include: Updated 22 presentations […]

Read more โ†’

Lazy Request Validation in ASPDotNET 4.5 and AntiXSS

Lazy Request Validation is an interesting feature included as part of .NET Framework 4.5 and ASP.NET 4.5. By default all request data is subject to request validation. However, you can configure the application to defer request validation until you actually access request data. You can configure the application to use deferred validation in the Web.config […]

Read more โ†’