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 →Month: October 2012
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 →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 →