Home » Archives

Content tagged with: mvc

[3 Feb 2011 | No Comment | ]

This video explorest how to perform error handling in Asp.Net MVC. You will learn how to build your MVC application so that it can handle 404 (file not found) and 500 errors (internal server error).
http://www.dimecasts.net/Content/WatchEpisode/180

[18 Jan 2011 | No Comment | ]

FubuMVC is an open source framework for web development using the ModelView Controller (MVC) pattern. FubuMVC is built in C# and depends on the System.Web.Routing subsystem of the base CLR, but has no dependency on the ASP.Net MVC framework. This video highlights the architectural design of FubuMVC, how it works and more importantly the reasoning behind it.
Watch this streaming video from the Norwegian Developer Conference 2010

[2 Nov 2010 | No Comment | ]

The NoSQL movement is gaining momentum (to many people’s annoyance) and gaining many fans. For developers who haven’t used a NoSQL solution (Object Database, Document Database, etc) it’s a bit awkward to conceive of how you might do common tasks – like querying or generating application reports. In this talk Rob Conery shows how you can build an effective data access strategy using both NoSQL and traditional Relational Databases, focusing on using each system for its strengths rather than compensating for its weaknesses.
Watch this streaming video from the Norwegian Developer …

[19 Aug 2010 | No Comment | ]

This screencast explains the folder structure of the ASP.NET MVC Application.

Producer: www.highoncoding.com

[15 Jul 2010 | No Comment | ]

Come hear about the key concepts and features behind the two primary user interface technologies available for ASP.NET: MVC and Web Forms. Learn the pros and cons of both MVC and Web Forms, how to determine the best choice for a specific project, various techniques and patterns used to build MVC applications vs. Web Forms applications, and the implications for using each approach.