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… Continue reading
Category: VB.NET
VB.NET
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
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 links from Microsoft Download Center Download Microsoft Visual Studio Ultimate 2012 There are two types… Continue reading
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 a free, one year developer account for Windows Store today, with Windows Phone developer accounts… Continue reading
Visual Studio 2012 RC(Release Candidate) is released
Microsoft has released Visual Studio 2012 RC and is available for download through MSDN as well. Visual Studio Ultimate 2012 RC is the state-of-the-art development solution that empowers teams of all sizes to design and create compelling applications to delight users. You can use flexible agile planning tools—like capacity planning, taskboards, and backlog management—to enable… Continue reading
WebGrid ASP.NET Data Grid
WebGrid generates cross-browser compatible web forms, and handles all data source interaction (update, insert, and delete) for you. WebGrid is fast loading datagrid with codeless data-binding and comes with a rich client-side of properties and tons of features with a performance that beats ASP.NET GridView. Highlighted WebGrid Features: JQuery UI ThemeRoller Ready (CSS Framework). Excel… Continue reading
Silverlight 5 Final(RTW) released and Microsoft® Silverlight® 5 Tools for Visual Studio® 2010 SP1 available for download
In DECEMBER 2010 Silverlight Fire starter event Microsoft announced the upcoming release of Silverlight 5. Read Scott GU’s Silverlight 5 -announcement blog. and right after an year, yesterday Microsoft has made a remarkable announcement for developers by Releasing final version of Silverlight 5 (RTW). Silverlight 5 offers many new features including: PivotViewer control Trusted applications… Continue reading
Windows Azure SDK for .NET – November 2011 (Version 1.6)–Released
Microsoft has released latest version of Windows Azure SDK for .NET – November 2o11 – Version 1.6. Windows Azure SDK for .NET, which include SDKs, basic tools, and extended tools for Microsoft Visual Studio 2010. Taken from Akash’s blog on Windows Azure here http://blogs.msdn.com/b/avkashchauhan/archive/2011/11/14/windows-azure-sdk-1-6-is-released.aspx Latest Windows Azure SDK 1.6 includes the following new features: Windows… Continue reading
ASP.NET MVC 4 Developer Preview & new Mobile Application Project Templates with jQuery Mobile support
Newly released Developer Preview of so called ASP.NET MVC 4 is having some interesting additions. ASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These templates are special because they are using jQuery Mobile – special jQuery library for building mobile user interfaces Check jQuery Mobile support levels for different mobile… Continue reading