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 […]
Category: .NET Framework
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), […]
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 […]
Read and Write HTTP Requests and Responses asynchronously using ASP.NET 4.5
With ASP.NET 4 – Microsoft has introduced the ability to read an HTTP request entity as a stream using the HttpRequest.GetBufferlessInputStream method. This method […]
ASPNET MVC Framework Versions & Features
Introduction Today, Microsoft’s ASP.NET MVC framework has become a robust framework for building highly scalable, maintainable enterprise web applications. I am just taking you through […]
Facebook C# SDK v6.0.22 RTW with Windows 8 and .NET 4.5 is released
Facebook v6.0.22 RTW with official support for Windows 8 and .NET 4.5 released. The Facebook C# SDK helps .Net developers build web, desktop, phone and […]