Asynchronously running code can improve the overall performance and responsiveness of your web application. In ASP.NET 4.5 web forms applications you can register asynchronous methods with the page framework. The ASP.NET page framework and .NET 4.5 asynchronous programming support then…
ASP.NET MVC 4 Hosting :: Using ASP.NET Bundling and Minification with Web Forms
Bundling and Minification is a new feature of ASP.NET 4. Learn more from this tutorial http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification. It has been promoted as part of ASP.NET MVC 4, but actually does not depend on MVC stack and may by used within any ASP.NET…
ASP.NET Hosting :: How to Submit Blog Post in Wordpres Using ASP.NET
WordPress is a free and opensource blogging tool and content management system based on PHP and MySQL. It is used widely around the world and currently the most famous blogging system in use over the internet. Since WordPress is written…
ASP.NET Hosting :: How to Fix Handling Validation of Viewstate MAC failed Error
In this post, I will try to help you to fix the problem that sometimes you can find when you hosted your site on shared hosting. Problem: Validation of viewstate MAC failed. If this application is hosted by a Web…
ASP.NET MVC 4 Hosting :: Display Modes in ASP.NET MVC 4
ASP.NET MVC 4 includes set of features for mobile development, one of them is Display Modes. The new Display Modes feature lets an application select views depending on the browser that’s making the request. For example, if a desktop browser…
Visual Studio 2012 Hosting :: Visual Studio 2012 Features and Enhancement
The latest version of its Visual Studio developer tool suite, so-called Visual Studio 2012 has many of new features and capabilities. Microsoft started it with redesigning the interface of Visual Studio2012.Overall Microsoft Visual Studio 2012 have now new capabilities for…
ASP.NET 4.5 Hosting :: How to Disable Bundling and Minification in ASP.NET 4.5/MVC 4
Lots of people are excited about the new bundling and minification feature in the next version of ASP.NET and MVC. One major drawback I see a lot of people clamoring about is the fact that you cannot conditionally disable bundling…
ASP.NET Hosting :: URL Routing in ASP.NET Web Forms
I found on the forum that sometimes they can use asp.net routing locally, but if they use it on server, it doesnt work. So, today I will show you how to fix it. How to Implement URL Routing 1) Create…
ASP.NET Hosting :: Working with Object Context in the ADO.NET Entity Framework
The ADO.NET Entity Framework is an extended object relational mapping (ORM) tool from Microsoft that has become increasingly popular over the past few years and is widely used these days. Microsoft designed the ADO.NET Entity Framework to objectify an application’s…
ASP.NET 4.5 Hosting :: Portable Class Library in .NET 4.5 Framework
Portable Class Library, otherwise called PCL, comes with .NET framework 4.5 RC and a separate project template is available on Visual Studio 2012 RC. The portable class library can also be installed on top of Visual Studio 2010. It can…