Presenting at MUGH Tech Meet – Hyderabad 26th Nov’11

Microsoft User Group Hyderabad (MUGH ) invites you to monthly Tech Meet on 26th Nov’11 . This monthly UG meet scheduled on this Saturday (26th Nov – from  9:30 A.M ) at Microsoft Campus , Building 3 MPR Halls , Gachibowli, Hyderabad.

I am presenting on ASP.NET 4.5 and Visual Studio 2011 Developer Preview. This will be a complete demo oriented session where I will be talking on few new features of VS 2011 Developer preview and enhancement of  ASP.NET 4.5 core runtime enhancement, data binding and new request validation features.

Bundling and Minification in ASP.NET 4.5

Optimizing application performance  is a key element for business. There are several ways by which we can optimize the applications performance. It can be done either by server side code optimization, caching or some client side optimization. In this post I am going to discuss about one handy and smart way to optimize web applications performance using Bundling and Minification  features which is introduced with ASP.NET 4.5 Developer Preview. ASP.NET 4.5 Developer Preview introduced bundling, which combines multiple JavaScript files for faster loading with less number of requests for download and minification, which reduces the size of JavaScript and CSS files by removing unneeded characters .  Combination of these bundling and minification helps web pages to load very faster. Let’s have a looks how it works.