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 →

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 →

My Hands On with –Windows 8 Consumer Preview, Visual Studio 11 and SQL Server 2012

Recent days there has been some amazing releases by Microsoft such as long awaited Windows 8 Consumer Preview with lots of changes since Windows 8 Developer Preview. Windows 8™ is latest operating system by Microsoft – is mainly targeting Tablet and touch enabled devices which can hold the windows 8 operating system. Windows 8 consumer […]

Read more →

MUGH – Windows Phone Day, Hyderabad on 19 Feb 2012

MUGH invites you to Windows Phone Day on 19th February 2012 – an exclusive full-day event on Windows Phone 7 Development. It is a good opportunity for folks who are willing to kick start with WP7 development. For Agenda, Registration, Venue and other details – http://mughwindowsphoneday.eventbrite.com/ PS: Attend Windows Phone Day, Participate in Windows Phone […]

Read more →

ASP.NET MVC 4.0 Roadmap

Phil Haack has nicely documented next version of ASP.NET MVC said to be ASP.NET MVC 4.0 road map. Interesting we will have a new ASP.NET MVC Application template called Mobile Application Template using jQuery Mobile. Come on read through the below links for more information.. ASP.NET MVC 4 Roadmap – Blog post by Phil Haack […]

Read more →

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 […]

Read more →