Introduction to The One ASP.NET Platform/Ecosystem

Introduction ASP.NET has travelled a long way through evolutions. Earlier when ASP.NET 1.0 was released as part of .NET Framework 1.0 in Jan 2002, there was only ASP.NET – a framework for building dynamic web applications and it provided lots of flexibility web developers in building robust, dynamic web applications.  ASP.NET was and is the […]

Read more →

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 →

Coding4Fun Toolkit v2.0.3 for Windows Phone and Windows 8 apps

Coding4Fun team has released a new updates for their Windows Phone and Windows 8 controls. There are some interesting controls available for free through codeplex.com. Coding4Fun team are major contributors to .NET community including Channel9 video series etc. They always brings up innovation in whatever they do, including set of Kinect based tutorials and sample […]

Read more →

Visual Studio 2012 Update 2(2012.2)–Final Released

Microsoft has released the final version of the Visual Studio 2012 – Update 2. You can get more details on release from Somasekhar’s blog: Visual Studio 2012 Update 2 Now Available. Somasekhar is VP of Developer Division at Microsoft. For information about the latest update, see Visual Studio Updates. Download Visual Studio 2012 Update 2 […]

Read more →

Visual Studio 2012 Update 3–Released

Microsoft has released the final of Visual Studio 2012 Update 3.  This update is the latest in a cumulative series of feature additions and bug fixes for Visual Studio 2012. For information about the latest update, see Visual Studio Updates and the Visual Studio Update KB Article. DOWNLOAD: Visual Studio 2012 Update 3 (Online Installer) Also […]

Read more →