Click here to Skip to main content
15,881,882 members
Articles / Database Development / SQL Server

VCMBox, an MVC - FuseBox Hybrid Framework

Rate me:
Please Sign up or sign in to vote.
4.54/5 (8 votes)
8 Jul 2004CPOL14 min read 65.1K   1.7K   58  
An MVC meets FuseBox Hybrid pattern for .NET, implmented in C# with the the Northwind database.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<appSettings>
		<add key="OrderDateFilter" value="01-05-1998" />
	</appSettings>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Australia Australia
Simon Segal resides in Melbourne Australia, is a certified MCAD, MCSD, MCDBA, MCSE, MCST BizTalk Specialist and has been working in the Software Development industry for some 10 years now. His key area of interest are distributed systems / SOA built with Microsoft technologies.

Comments and Discussions