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 →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 SDK provides enough support necessary for application development using Visual Studio 2012 in a Windows […]
Read more →TypeScript–new language for Javascript Development
Just two days before Microsoft has officially announced the new initiative ‘TypeScript’ – a new language for cross platform, enterprise class JavaScript application development. Why we need it? Typical JavaScript lacks few missing pieces for full object oriented development. Developers would not be much flexible doing object oriented development using native ‘prototyping’ in JavaScript. It […]
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 Windows Server 2012–the Cloud OS is released
Microsoft has yesterday released the latest edition of Windows Server series – Windows Server 2012 – which is intend to power your cloud infrastructure. Windows Server 2012 adds features that make it easier to manage large clusters of servers in data centers remotely. Windows Server 2012 is the server version of Windows 8 and the […]
Read more →Fun with Ubuntu Linux
I was trying new build of Ubuntu Linux (in one of the virtual machine. I am impressed with the perfection and simplicity the OS offers. I love it and Kudos to Ubuntu team. If you are looking for a free open source OS for your desktop or laptop, Ubuntu Linux is the best choice. Here […]
Read more →