C#.NET

C#.NET

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…
Read more

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 provides streaming access to the request entity. But this process happens synchronously because it was…
Read more

Windows Phone Toolkit – September 2012

Recently new update for Windows Phone Toolkit – September 2012 has been released. As per the release notes here are the changes or features included as part of this release New Features New control CustomMessageBox New control Rating New transition…
Read more

Kinect for Windows SDK v1.6–Released

Microsoft has released v1.6 of the Kinect for Windows SDK with support for Windows 8 application support, Visual Studio 2012 development support. You can develop Windows Store applications that would utilize the Kinect Sensor through the USB interface, the new…
Read more

Windows 8 Camp in a Box–a set of Hands-on-labs, presentations, samples

Windows 8 Camp in a Box is a set of  hands-on-labs, presentations, samples and resources from the Windows 8 camps. The Windows 8 camps are free training events for developers ramping up on Windows Store app development. To sign-up or…
Read more

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 metro style applications that integrate with Facebook. In order to use this SDK with your…
Read more