Microsoft few month back launched a free HTML5 Certification program for exam โ 070-480 โ Programming in HTML5, CSS3 and JavaScript. To prepare for this exam you have set of nice Training materials also available through http://www.microsoftvirtualacademy.com. Lets go through in detail How you can utilize this exam. When you pass Exam 70-480: Programming in […]
Read more โCategory: Others
All Other Developer
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 โDownload – Microsoft Web Deploy v3.0 for IIS
The Web Deployment Tool simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. Administrators can use command-line scripting with the Web Deployment Tool to synchronize IIS 6.0, IIS 7.0 and IIS 8.0 servers or to migrate an IIS 6.0 and IIS 7.0 servers to IIS 8.0. The Web Deployment […]
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 โFree eBooks from Microsoft Press on Windows 8 and Windows Server 2012
Introducing Windows 8: An Overview for IT Professionals (Final Edition) You can download the eBook in: Introducing Windows 8- An Overview for IT Professionals – PDF ebook Introducing Windows 8-An Overview for IT Professionals โ Mobi format for Kindle Introducing Windows 8-An Overview for IT Professionals โ ePub format If you prefer a hard copy […]
Read more โ