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… Continue reading
Category: .NET Framework 4.5
New Update for ASP.NET & Visual Studio 2012 – Microsoft ASP.NET Fall 2012 Update BUILD Prerelease
A new prerelease update for Microsoft ASP.NET 4.5 has been introduced for Visual Studio 2012 and Visual Studio Express for WEB. This release updates Visual Studio 2012 with a prerelease update to ASP.NET. Features and updates: Enhanced Website publishing New ASP.NET MVC Templates for Facebook applications and Single Page Application using knockout.js and ASP.NET Web… Continue reading
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:… Continue reading
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… Continue reading