.NET news » Search results

Search results for query "MVC" (63):

ASP.NET MVC and the Spark View Engine

Getting friendly with HTML in ASP.NET MVC just got a whole lot easier. In this article, I’ll delve into the Spark View Engine, an alternate view engine for the ASP.NET MVC Framework. Spark’s main goal is to allow HTML to dominate the flow of view development while allowing code to fit in seamlessly.

2010-02-18 18:00:00   Source: ASP.NET MVC and the Spark View Engine   Tags: ASP.NET

Building an MVP Framework for .NET. Part 1: The Basics of MVC and MVP

This article starts a series addressing the development of an MVP Framework under the .NET platform.

Using MVC to Unit Test WPF Applications

Provides guidance for using the Model-View-Controller design pattern to create modular WPF apps that are easy to unit test
2008-01-27 22:12:00   Source: Using MVC to Unit Test WPF Applications   Tags: Testing