skip to the main content area of this page
Patterns and Practices

MVC


 

Book Review - ASP.NET MVC 1.0 Quickly - ASP.NET MVC Books

A review of ASP.NET MVC 1.0 Quickly.

Read More

Download ASP.NET MVC Training Kit

Download the ASP.NET MVC Training Kit.

Read More

Microsoft Web Development Training - Watch MIX 09 Sessions Online

Now that MIX 09 is over, watch all the session videos online for free!

Read More

Download ASP.NET MVC Framework 1.0 - Released at MIX 09

In case you missed it, the ASP.NET MVC Framework 1.0 was released at MIX 09!

Read More

Tampa ASP.NET MVC Developer Group - New Group Forming on Web Development

Yours truly is trying to start a new developer group in Tampa, Florida dedicated to learning web development using the new ASP.NET MVC Framework!

Read More

ASP.NET MVC and NHibernate Framework for Developing Web Applications - SharpArchitecture 1.0 RC2

A new release of Sharp Architecture over the weekend!

Read More

ASP.NET MVC 1.0 RC 1 Source Code and Release Available for Download

I don't think the source code was available right away yesterday, but now you can download the source code as well as the binaries.

Read More

ValidationAspects - AOP Validation Framework Using PostSharp - ASP.NET MVC and WPF

An interesting validation framework.

Read More

ASP.NET MVC Sharp Architecture and Validation Application Block from Enterprise Library

Proof of concept using the Enterprise Library Validation Application Block with Sharp Architecture for ASP.NET MVC Validation.

Read More

ASP.NET MVC Validation Framework - xVal - jQuery Validation Support

Steve Sanderson put together a validation framework for MVC that supports client-side and server-side validation and is pluggable.

Read More

ASP.NET MVC Gets IDataErrorInfo and UI Code Generation / Scaffolding Support

Some really nice features coming in ASP.NET MVC RC1.

Read More

jQuery AutoComplete in ASP.NET MVC Framework

Nice plug-in to provide autocomplete functionality...

Read More

ASP.NET MVC Blog Engine / Content Management System - Oxite

Sample MVC Project on CodePlex.

Read More

New Sharp Architecture Release - ASP.NET MVC + NHibernate + Castle Windsor + Fluent NHibernate

New release you can sink your teeth into...

Read More

ASP.NET MVC NonActionAttribute for Decorating Controller Methods - ActionMethodSelectorAttribute

Although simple, I think these attributes are interesting in how they work internally.

Read More

ASP.NET MVC UI Controls from Telerik - RAD Controls for AJAX in MVC Framework

Very preliminary, but a good story for those disappointed with the UI experience.

Read More

Download ASP.NET MVC Framework Beta - jQuery and Silverlight Integration

ASP.NET MVC Framework Beta is released. She's a getting close!

Read More

ASP.NET MVC Firestarter Event in Tampa Florida

I will be presenting at the ASP.NET MVC Firestarter Event in Tampa, Florida on Monday, November 17, 2008 along with Jim Zimmerman and Joe Healy.

Read More

ASP.NET MVC Validation - ASP.NET MVC Validator Toolkit on CodePlex

I haven't tried it personally, but if you are looking for assistance with ASP.NET MVC Validation, there is an ASP.NET MVC Validator Toolkit on CodePlex.

Read More

Download ASP.NET MVC Preview 5 - Model View Controller in ASP.NET

ASP.NET MVC Preview 5 was released.

Read More

S#arp Architecture 0.7.2 - ASP.NET MVC and NHibernate 2.0 Beta 2 Update

Billy McCafferty updates his S#arp Architecture to use NHibernate 2.0 Beta 2 and removes the Spring Framework Dependency. If you are looking for a kickstart in your MVC Applications you may want to check out the S#arp Architecture on CodePlex.

Read More

ASP.NET MVC Framework Preview 4 - HandleError Authorize OutputCache Action Filter Attributes

ASP.NET MVC Preview 4 has been released and includes a few built-in Action Filter Attributes to help with security, error handling, and output caching in your web applications.

Read More

S#arp Architecture: ASP.NET MVC with NHibernate and Spring

Billy McCafferty starts a new CodePlex Project, called Sharp Architecture, that leverages the very best of the ASP.NET MVC Framework, NHibernate, and the Spring Framework. Even if you don't use these tools, what a world of knowledge one can gain from looking at the code.

Read More

xUnit.net 1.0 RC3 Released - CruiseControl.NET and ASP.NET MVC Preview 2 Support

xUnit.net 1.0 RC3 was released which includes version-independent runner support as well as CruiseControl.NET and ASP.NET MVC Preview 2 Support. They believe they are now v1 feature complete and barring any major bugs xUnit is expected to be released at the end of the month.

Read More

Spring.NET and NHibernate with ASP.NET MVC

Billy McCafferty provides code samples on how to leverage IoC and transaction management with Spring.NET and NHibernate with the ASP.NET MVC Framework to provide dependency injection of your data access objects into your controllers.

Read More

Unity IoC - Dependency Injection in ASP.NET MVC Framework Screencast

This screencast shows step-by-step how to add the Unity IoC Container to an ASP.NET MVC Framework Application to create controllers and inject their dependencies. It discusses DefaultControllerFactory, IControllerFactory, ControllerBuilder, and registering and resolving types with IUnityContainer.

Read More

Sarasota .NET Developer Group - ASP.NET MVC Framework Introduction

Create websites using the new ASP.NET MVC Framework from Microsoft. In this presentation we will discuss how the ASP.NET MVC Framework is different from ASP.NET Webforms as well as the strengths and weaknesses of each. We will create routes, views, controllers, and controller factories as well as discuss different ways to communicate between views and controllers. We will also leverage various IoC Tools, like Castle Windsor and Unity, to inject dependencies into controllers as well as use AJAX with the ASP.NET MVC Framework.

Read More

Unity IoC and ASP.NET MVC Framework - Dependency Injection of Controllers

An updated code sample of using the Unity IoC Container with the ASP.NET MVC Framework based on the API Changes to Unity that occurred on the March 4th, 2008 Weekly Drop. Unity can be used in a CustomControllerFactory to create your MVC Controllers and inject dependencies. The sample code is modeled after the Castle Windsor Example in MVCContrib.

Read More

Orlando Code Camp 2008 Presentation - Introduction to the Web Client Software Factory ( WCSF ) v2.0

David Hayden will be presenting Introduction to the Web Client Software Factory ( WCSF ) v2.0 at the Orlando Code Camp in Orlando, Florida on Saturday, March 22nd, 2008. Create more maintainable and responsive ASP.NET Web Applications faster using the Web Client Software Factory v2.0. In this session we will explore the cool new AJAX Bundles in the WCSF that help you with AutoComplete, ServerSide Validation, and Real-Time Search Functionality both within ASP.NET and ASP.NET Dynamic Data Websites. We will also explore creating more testable and loosely-coupled web applications using Model-View-Presenter and dependency injection in both ASP.NET Webforms and ASP.NET MVC Applications.

Read More

South Florida Code Camp - ASP.NET MVC Framework Presentation

Learn how to create ASP.NET MVC Websites using Microsoft’s ASP.NET 3.5 Extensions. This session provides a general introduction to the concepts of model-view-controller and how one can create web applications without the need for the overly complicated Page LifeCycle, ViewState, and complex object model found in traditional ASP.NET WebForms Development. Leverage the power of the ASP.NET MVC Framework to create web applications that are easier to develop, maintain, and understand.

Read More

Day Of Patterns & Practices Screencast - WCSF AJAX DynamicData ASP.NET MVC Framework

The Day of Patterns & Practices Event occurs 1 or 2 times a year in Tampa, Florida. The January 2008 Event provided presentations on the Web Client Software Factory, Web Service Software Factory Modeling Edition, Test-Driven Development ( TDD ) and Model-View Presenter ( MVP ), and the new ASP.NET MVC Framework. This screencast is a quick overview of David Hayden's presentation on the Web Client Software Factory AJAX Guidance Bundles and Composite Web Application Block and their use in ASP.NET Dynamic Data Websites and the ASP.NET MVC Framework.

Read More

ASP.NET MVC Framework with ASP.NET AJAX Support - AjaxController

Nikhil Kothari shows off the ASP.NET AJAX Support in the ASP.NET MVC Framework. He talks about the AjaxController Class and properties and extension methods like IsAjaxRequest, RenderPartial, RenderBeginAjaxForm, Watermark Behaviors, etc.

Read More

ASP.NET 3.5 Extensions Preview Being Released Next Week

Scott Guthrie just announced that the ASP.NET 3.5 Extensions Preview will be released next week. This is huge as it contains the ASP.NET MVC Framework, a new scaffolding framework for building data-driven websites faster, several enhancements to ASP.NET AJAX, the ADO.NET Entity Framework, and Project Astoria. He also mentions that Silverlight 1.1 will be renamed to Silverlight 2.0.

Read More

ASP.NET MVC Framework Compared To Web Client Software Factory ( WCSF )

With the upcoming release of the Microsoft ASP.NET MVC Framework, one might wonder how it compares to the Web Client Software Factory ( WCSF ) and its use of Model-View-Presenter Pattern. Two big points in favor of the ASP.NET MVC Framework: Re-Use of Views and the Front-Controller as opposed to the Application Controller.

Read More

Model-View-Presenter and Model-View-Controller Comparisons

With the Model-View-Presenter Pattern being a part of the SCSF and WCSF, and the Model-View-Controller Pattern being released as part of the ASP.NET MVC Framework, one might need more clarification and a comparison of the two design patterns.

Read More

ASP.NET MVC Framework Mentioned by Scott Guthrie at Alt.Net Conference

Scott Guthrie discussed and presented the ASP.NET Model View Controller ( MVC ) Framework that his team is working on at the Alt.Net Conference. This is the same ASP.NET MVC Framework he showed off at the MVP Summit in 2007.

Read More

Topics



Popular Tags



External Topics