ASP.NET MVC 4 Developer Preview & new Mobile Application Project Templates with jQuery Mobile support

Newly released Developer Preview of so called ASP.NET MVC 4 is having some interesting additions.  ASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These templates are special because they are using jQuery Mobile – special jQuery library for building mobile user interfaces Check jQuery Mobile support levels for different mobile […]

Read more โ†’

Windows Developer Preview–Download(Windows 8 Early Developer Preview)

Microsoft has released Developer Preview of the upcoming OS – Windows 8. The Windows Developer Preview is a pre-beta version of Windows 8 for developers. Microsoft team has previewed Windows 8 at the BUILD conference. So what’s in Windows Developer Preview? 32-bit & 64-bit Windows Developer Preview Windows SDK for Metro style apps Microsoft Visual […]

Read more โ†’

ASP.NET MVC 4.0 Roadmap

Phil Haack has nicely documented next version of ASP.NET MVC said to be ASP.NET MVC 4.0 road map. Interesting we will have a new ASP.NET MVC Application template called Mobile Application Template using jQuery Mobile. Come on read through the below links for more information.. ASP.NET MVC 4 Roadmap – Blog post by Phil Haack […]

Read more โ†’

Upcoming Webinars and Trainings on Microsoft Technologies(Windows 8, Windows Phone 8, Windows Azure, HTML5) – Feb 2013

Jump Start โ€“ February 19: Building Web Apps with ASP.NET (February 19) An accelerated introduction to building modern web applications with ASP.NET 4.5 and ASP.NET MVC 4 team-taught by Scott Hanselman and Jon Galloway. Windows Azure Hands-on Labs Online Training (February 20) Learn how to connect a Paas application to an Iaas application. Matt Hester […]

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 โ†’