VB.NET

VB.NET

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…
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…
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…
Read more

Visual Studio 2012 RTM available for download

Microsoft has released Visual Studio 2012 RTM for MSDN subscribers on 15th AUG 2012. MSDN Subscribers can download it from MSDN here, logging in with your msdn credentials. Those who doesnā€™t have MSDN subscription can download trial versions from below…
Read more

Visual Studio 2012 RTMd

Microsoft has announced the RTM(Release to manufacture) of Visual Studio 2012. For MSDN Subscribers, the bits will be available for download on August 15th. Visual Studio Professional, Premium, Test Professional, and Ultimate with MSDN Subscribers can also sign up for…
Read more