Blog: MVC
MVC 6: Your Web Development World is About to Get Rocked!
By Zach Young
If you missed the live-stream of our latest webinar on 7/22/2015, never fear! Check out the link below to get yourself up to speed with MVC 6.
This blog entry was originally posted August 04, 2015 by Zach Young
What's new in MVC 5.2
By Martin Schaeferle
Microsoft's very successful model-view-controller architecture, or MVC, has been their flagship framework for developing next generation Web applications-and Microsoft continues to improve it with version 5.2 released just over two months ago.
This blog entry was originally posted October 08, 2014 by Martin Schaeferle
MVC 5 Attributes: Routing, Authentication, and Overrides
By Brian Ewoldt
In a daring move we held our last webinar on a Thursday instead of our usual Wednesday.
This blog entry was originally posted October 03, 2014 by Brian Ewoldt
Going "Greene" with MVC 5.2
By Brian Ewoldt
We're going "Greene" in our latest course releases- but don't worry about recycling code in the big green dumpster at the end of your driveway.
This blog entry was originally posted September 12, 2014 by Brian Ewoldt
Introduction to AngularJS with John Culviner
By Brian Ewoldt
AngularJS is an open source MVC framework for efficiently creating dynamic views in a web browser using HTML and JavaScript.
This blog entry was originally posted June 05, 2014 by Brian Ewoldt
What is a Model? - MVC 4.0: Views and Models
Excerpt by Phil Ledgerwood
The model in the model-view-controller pattern is the representation of the domain in an MVC application.
This course excerpt was originally posted December 23, 2013 from the online courseware MVC 4.0, Part 03 of 11: Views and Models by Phil Ledgerwood
The Role of the View - ASP.NET
Excerpt by Phil Ledgerwood
The views in your ASP.NET MVC application are what a user sees.
This course excerpt was originally posted December 18, 2013 from the online courseware MVC 4.0, Part 01 of 11: Introduction by Phil Ledgerwood
Choosing the Right Action - Microsoft SQL Server 2012
Excerpt by Don Kiely
The job of the action invoker to select the appropriate action method is more complicated than may appear on the surface.
This course excerpt was originally posted December 11, 2013 from the online courseware SQL 2012 Developer, Part 08 of 13: Advanced T-SQL Queries by Don Kiely
The MVC Architecture
Excerpt by Phil Ledgerwood
As the name implies, there are three primary components of an MVC framework.
This course excerpt was originally posted November 29, 2013 from the online courseware MVC 4.0, Part 03 of 11: Views and Models by Phil Ledgerwood
MVC, Ajax, and jQuery
Excerpt by James Curtis
Many people see Ajax as the technology that saved the web, that made it possible to create much richer Web 2.0 applications than was ever possible using just HTML and plain old JavaScript.
This course excerpt was originally posted October 24, 2013 from the online courseware MVC 4.0, Part 05 of 11: Validation and Working with Ajax by James Curtis
Data Annotations
Excerpt by James Curtis
One of the many benefits of separating the concerns of the models, views, and controllers in an MVC application is that each of the three components is able to contain all of the code with which it is concerned.
This course excerpt was originally posted October 01, 2013 from the online courseware MVC 4.0, Part 04 of 11: Working with Data by James Curtis
HTML Helper Classes
Excerpt by James Curtis
HTML helpers are implemented in the System.Web.Mvc.HtmlHelper and HtmlHelper<t>classes.</t>
This course excerpt was originally posted September 17, 2013 from the online courseware MVC 4.0, Part 04 of 11: Working with Data by James Curtis
MVC 4.0: The Role of the View
Excerpt by Phil Ledgerwood
The views in your ASP.NET MVC application are what a user sees.
This course excerpt was originally posted August 29, 2013 from the online courseware MVC 4.0, Part 03 of 11: Views and Models by Phil Ledgerwood
Choosing the Right Actions
Excerpt by Phil Ledgerwood
The job of the action invoker to select the appropriate action method is more complicated than may appear on the surface.
This course excerpt was originally posted August 02, 2013 from the online courseware MVC 4.0, Part 02 of 11: Controllers by Phil Ledgerwood
MVC Project Template
Excerpt by Phil Ledgerwood
ASP.NET MVC 4 is available in Visual Studio 2012 without any additional installs.
This course excerpt was originally posted August 01, 2013 from the online courseware MVC 4.0, Part 03 of 11: Views and Models by Phil Ledgerwood
It is the Best of Times and it is the Worst of Times for Programmers
By Martin Schaeferle
Across the past six years, the US economy was mired in a recession. Yet throughout it all, there was one bright spot: the IT and programming job market.
This blog entry was originally posted June 11, 2013 by Martin Schaeferle
ASP.NET Web APIs: Alternative Routing Conventions
Excerpt by Phil Ledgerwood
Like ASP.NET MVC framework routing, you can change the default route mappings to a different pattern.
This course excerpt was originally posted February 25, 2013 from the online courseware ASP.NET Web API, Part 1 of 4: Basics by Phil Ledgerwood
ASP.NET Web API's: Default Mapping
Excerpt by Phil Ledgerwood
If you have used the MVC pattern in your web applications, you are already familiar with the concept of URL routing.
This course excerpt was originally posted February 21, 2013 from the online courseware ASP.NET Web API, Part 1 of 4: Basics by Phil Ledgerwood
Keeping Up with Online Business
By Martin Schaeferle
One of the most important things for a business is to obtain a positive online presence in order to succeed.
This blog entry was originally posted December 20, 2012 by Martin Schaeferle
Get Smart Online
By Martin Schaeferle
Many people function under the belief system that if you are not good with computers, you are simply not technologically inclined, and you will never be able to learn.
This blog entry was originally posted November 30, 2012 by Martin Schaeferle
Take Advantage of Today's Business Standard
By Martin Schaeferle
It is imperative that a business has an online presence in order for it to succeed. The ability to search for a business, service, or product online, is taken for granted now.
This blog entry was originally posted October 25, 2012 by Martin Schaeferle
Become a Tech Master in Record Time
By Martin Schaeferle
Having someone tell you how to do something verbally is not always effective. Think of all the times you have attempted to fix an appliance or repair something while talking with support staff over the phone.
This blog entry was originally posted October 17, 2012 by Martin Schaeferle
Does your Help need Help?
By Martin Schaeferle
Writing a ton of HTML code to support almost any kind of application, particularly one that maintains data, can be breathtakingly tedious.
This blog entry was originally posted August 15, 2012 by Martin Schaeferle
ASP.NET MVC 3 - OutputCache Action Filter
By Martin Schaeferle
ASP.NET has had robust output caching features since the very first version back near the beginning of the millennium.
This blog entry was originally posted August 14, 2012 by Martin Schaeferle
ASP.NET MVC - Content Result
By Martin Schaeferle
At one extreme, many MVC views consists entirely of static content. But on the opposite end, you have the option to use a ContentResult object to entirely define the content of a Web page within an action method.
This blog entry was originally posted August 10, 2012 by Martin Schaeferle
ASP.NET MVC Request Validation Protection: AllowHtml Attribute
By Martin Schaeferle
MVC has always included the same kind of request validation protection that is turned on by default, although you could turn it off by using the ValidateInput attribute with an argument of false.
This blog entry was originally posted August 09, 2012 by Martin Schaeferle
ASP.NET MVC Controllers: HttpNotFoundResult
By Martin Schaeferle
The controller in an MVC application is the traffic cop that keeps everything working smoothly. A controller is responsible for responding to user input and managing the overall flow of the application.
This blog entry was originally posted August 08, 2012 by Martin Schaeferle
ASP.NET MVC Views: Comparing the Web Forms and Razor View Syntaxes
By Martin Schaeferle
The views in your ASP.NET MVC application are what a user sees. Views are the window into your application, and so is one of the most important parts of the application...along with all the rest of it!
This blog entry was originally posted August 07, 2012 by Martin Schaeferle