If you want to build a Web application quickly, do it with ASP.NET Web Forms. However, you have to be willing to give up a lot: client-side coding and Ajax is more awkward in Web Forms than MVC, you won’t…

If you want to build a Web application quickly, do it with ASP.NET Web Forms. However, you have to be willing to give up a lot: client-side coding and Ajax is more awkward in Web Forms than MVC, you won’t…
Easy to Improve Your ASP.NET MVC Codebase In this article, I will explain about 5 tips you can follow to keep your ASP.NET MVC codebase working as you’d expect. Understand the queries in your problem domain The root cause of…
How to Custom Error And Not Found Pages On ASP.NET MVC And IIS When testing an ASP.NET application locally, chances are you are using the ASP.NET Development Web Server. However, the production website is most likely powered IIS. There are…
As you know, the Visual Studio template creates some standard views with instructions to start with personalization. In this post, I will show you how to analyze the controller for the default URL and the view associated with it. The…
In this article, I will explain to you how to persist data with TempData in ASP.NET MVC 5 using 2 methods. For your information, TempData is used to pass data from current request to subsequent request (means redirecting from one…
Today I will explain about data anntations for MVC in ASP.NET. Do you know Data Annotations? Data Annotations is a library in the .NET Framework that helps in validation. The developer doesn’t need to create the logic for the validation…
ASPHostPortal.com, The Best, Cheap and Recommended ASP.NET Hosting proudly announces DotNetNuke 7.3.4 Hosting with a combination of affordable price, fast & stable network and high customer satisfaction rate. ASPHostPortal.com provides full trust web hosting services for DotNetNuke 7.3.4 site. DNN…
Introduction Largely we debug our ASP.NET web application from Visual Studio. Visual Studio has its own ASP.NET tool, which is sufficiently skilled to run and debug your sites inside Visual Studio. But, if your site is hosted on IIS and…
I want to give you a quick list of tips to improve ASP.NET MVC application because I just got done reviewing some code for a support ticket at work. It’s still fresh in my mind and I wanted to get…
This article will demonstrate to you best practices to make editable webgrid which will give you a facility of inline editing utilizing jquery in ASP.NET MVC 4.0. Methodology: Create an editable grid for client table. The way to this methodology…