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 βAuthor: Nithin Mohan TK
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 βWindows 7 and Windows 8 GodModes More info…
Windows 7 GodMode has gotten its fair share of time in the limelight, albeit the actual trick is in the GodMode label, rather than the action performed on the latest iteration of the Windows 7 client. The actual trick is rather simple, users need only create a New Folder on the Windows 7 desktop and […]
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 β