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 →Search Results for: name
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 →Windows 7 and Windows 8 GodModes More info…
Windows 7 GodMode has gotten its fair share of time in the limelight, albeit the actual trick is in the GodMode label, rather than the action performed on the latest iteration of the Windows 7 client. The actual trick is rather simple, users need only create a New Folder on the Windows 7 desktop and […]
Read more →WP8 Developer Series–Getting to know Common API’s for Windows Phone 8 and Windows 8
[ Windows 8 and Windows Phone 8 logos are trademarks of Microsoft ] Windows Phone 8 is the second generation of the Windows Phone mobile operating system by Microsoft, officially announced the release to manufacture on 29th OCT 2012. Previous Windows Phone versions were all based on old CE kernel and with Windows Phone […]
Read more →Windows Phone Toolkit – September 2012
Recently new update for Windows Phone Toolkit – September 2012 has been released. As per the release notes here are the changes or features included as part of this release New Features New control CustomMessageBox New control Rating New transition effects Updated control templates to more closely match the 1st party experience Shortened the product […]
Read more →WP8 Developer Series–Installing Windows Phone 8.0 SDK and Getting Started
Microsoft has released the final SDK for Windows Phone 8.0 for developers. In this article we are going to walk through the steps and requirements to install Windows Phone 8.0 SDK on your PC. To find out what’s new in the SDK visit What’s new in the Windows Phone SDK 8.0. 1. Requirements Windows Phone […]
Read more →