Contents tagged with MVC
-
Great Free Course on Building ASP.NET MVC Apps With EF Code First, HTML5 and jQuery
Pluralsight has developed a great training course on Building ASP.NET MVC Apps with EF Code First, HTML5 and jQuery.
-
April 14th Links: ASP.NET, ASP.NET MVC, ASP.NET Web API and Visual Studio
Here is the latest in my link-listing blog series:
-
ASP.NET MVC, Web API, Razor and Open Source
Microsoft has made the source code of ASP.NET MVC available under an open source license since the first V1 release. We’ve also integrated a number of great open source technologies into the product, and now ship jQuery, jQuery UI, jQuery Mobile, jQuery Validation, Modernizr.js, NuGet, Knockout.js and JSON.NET as part of it.
-
ASP.NET Web API (Part 1)
Earlier this week I blogged about the release of the ASP.NET MVC 4 Beta. ASP.NET MVC 4 is a significant update that brings with it a bunch of great new features and capabilities. One of the improvements I’m most excited about is the support it brings for creating “Web APIs”. Today’s blog post is the first of several I’m going to do that talk about this new functionality.
-
ASP.NET MVC 4 Beta
A few days ago we released the ASP.NET MVC 4 Beta. This is a significant release that brings with it a bunch of great new features and capabilities.
-
New Bundling and Minification Support (ASP.NET 4.5 Series)
This is the sixth in a series of blog posts I'm doing on ASP.NET 4.5.
-
June 26th Links: ASP.NET, ASP.NET MVC, .NET and NuGet
Here is the latest in my link-listing series. Also check out my Best of 2010 Summary for links to 100+ other posts I’ve done in the last year.
-
Free “Guathon” all day event in London on June 6th
The (awesome) UK developer community is holding another all day event with Steve Sanderson and me in London on June 6th.
-
Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC
We’ve recently published some great end-to-end ASP.NET video training courses on the https://asp.net web-site.
-
ASP.NET MVC 3 and the @helper syntax within Razor
ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx view engine). Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding workflow.