Tag: asp.net mvc
-
ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1 Released
You can find the original announcement on .NET Web Development and Tools Blog The NuGet packages for ASP.NET MVC 5.1, ASP.NET Web API 2.1 and ASP.NET Web Pages 3.1 are now live on the NuGet gallery! Download this release You can install or update to the released NuGet packages for ASP.NET MVC 5.1, ASP.NET Web API 2.1…
-
VS2010 Tips #15: Disable IntelliTrace for better debugging performance (VS2010 Ultimate Only)
I recently upgrading ASP.NET MVC 2 solution from Visual Studio 2008 to Visual Studio 2010 (Ultimate Edition). I found that debugging was very slow. Depending on project size, it took around 30 seconds to initialize and another 5 seconds on each page request in my experience. I tried disabling IntelliTrace (what is IntelliTrace?) and voila!…
-
VS2010 Tips #14: How change the default browser used in debugging ASP.NET MVC 2 application
Changing default browser used in debugging ASP.NET MVC 2 is a bit tricky in Visual Studio 2010. To use ScottGu’s steps, you will need to add new ASPX page first. But unfortunately if you delete the page then close the application, anytime you rerun the application then the change you did will lost (it backs…
-
ASP.NET MVC 3 Preview 1 released
I must admit that the ASP.NET MVC team is so consistent in developing ASP.NET MVC framework to be better and better. Just few months after the release of ASP.NET MVC 2, now the Preview 1 of ASP.NET MVC 3 has been released. Yes, Preview 1 maybe not interesting for some of you but it’s a…