Visual Studio 2012 Update 4–Released

Microsoft has today released the final RTW(Release-To-Web) version of Visual Studio 2012 Update 4 .  This update is the latest in a cumulative series of feature additions and bug fixes for Visual Studio 2012. Download:  Visual Studio 2012 Update 4 ( Web Install | Offline ISO ) Visual Studio Team Foundation Server 2012 with Update […]

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 tied to a thread until the request is completed. Now with new ASP.NET 4.5 – […]

Read more →

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 the journey of ASP.NET MVC since 2009 and where we are today. ASP.NET MVC is a free, fully supported Microsoft framework for developing great web applications using the Model-View-Controller pattern. […]

Read more →

Microsoft Visual Studio Tools for Applications 2012 RTM – Preview

Microsoft Visual Studio Tools for Applications gives you a way to enable end users to customize your existing applications using Visual Basic and Visual C#. You can incorporate a custom integrated development environment (IDE) that is similar to the Visual Studio IDE into the application. End-user developers can use the IDE to customize the application […]

Read more →

Kinect for Windows–Development–Required Hardware’s

Abstract: The purpose of this blog post is to provide some insight in to hardware’s and software’s required for kinect for windows development. Introduction Kinect for Windows PC is a special set of Kinect hardware released by Microsoft, that designed to use with Windows PC. You require this piece of hardware of production usage of […]

Read more →

Kinect for Windows SDK – Version 1.5 Released

Microsoft has released Kinect SDK for Windows – Version 1.5  on yesterday which includes improvements over skeleton tracking and facial tracking features. The Kinect for Windows SDK enables developers to create applications using C++, C# or Visual Basic, which support gesture and voice recognition using the Kinect for Windows sensor and a PC or embedded […]

Read more →