Los Techies : Blogs about software and anything tech!
Sign in
|
Join
|
Help
Home
Merchandise
Blogs
Media
Groups
RSS
Twitter
Eric Hexter
»
All Tags
»
mvccontrib
(RSS)
Browse by Tags
Eric Hexter
Home
About
Contact
The Lounge
Ads by The Lounge
Friends of Pablo
Pablo's Extended Family
Syndication
RSS for Posts
RSS for Comments
Open Source Projects
Mvc Contrib
Code Camp Server
Resharper Test Driven Development Productivity Plugin
Tarantino
Solution Factory
Flywheel
News
Recent Posts
A Call for Help – Vote for my Codeplex Issues
ASP.Net MVC Portable Areas – Part 2
ASP.Net MVC Portable Areas via MvcContrib
MvcContrib source code has moved to GitHub
Opinionated Input Builders – Part 9 override the default Date Time picker
Tags
.Net
agile
Asp.Net
Asp.Net MVC
AustinCodeCamp
c#
c4mvc
CC.Net
CoC
Community
continous improvement
continous integration
Deployment
IIS
MSDeploy
mvc
mvccontrib
Open Source Software
OSS
Portable Area
silverlight
testing
Tools
Unittests
Usergroup
View more
Archives
March 2010 (3)
January 2010 (2)
December 2009 (2)
November 2009 (6)
October 2009 (1)
September 2009 (5)
August 2009 (4)
June 2009 (13)
May 2009 (3)
April 2009 (2)
March 2009 (3)
February 2009 (8)
January 2009 (2)
October 2008 (1)
July 2008 (2)
June 2008 (3)
April 2008 (4)
March 2008 (5)
February 2008 (2)
.Net
agile
altnetseattle
Asp.Net
Asp.Net MVC
c#
CoC
continous improvement
GIT
mvc
Open Source Software
OSS
Portable Area
testing
Tools
Unittests
A Call for Help – Vote for my Codeplex Issues
This is my second time of calling to the community to support some feature requests I have made for the CodePlex website. The first time I did this, I got a great response. The community voted my issue up and the codeplex team promptly implemented...
Published
Mon, Jan 01 2010 11:10 AM
by
erichexter
Filed under:
mvccontrib
,
OSS
,
Open Source Software
ASP.Net MVC Portable Areas – Part 2
Sample Portable Area This is the second part in a series about creating a Portable Area (PA) using MvcContrib Part 1 – Introduction Part 2 – Sample Portable Area (this post) Part 3 – Usage of a Portable Area Part 4 - IoC Framework Support...
Published
Mon, Nov 11 2009 12:00 PM
by
erichexter
Filed under:
mvc
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
Portable Area
ASP.Net MVC Portable Areas via MvcContrib
This is a multi post series on ASP.Net MVC Portable Areas Part 1 – Introduction Part 2 – Sample Portable Area Part 3 – Usage of a Portable Area Part 4 - IoC framework support What is a Portable Area? A Portable Area is a set of reusable...
Published
Sun, Nov 11 2009 1:00 PM
by
erichexter
Filed under:
mvc
,
mvccontrib
,
.Net
,
Asp.Net MVC
,
OSS
,
Open Source Software
MvcContrib source code has moved to GitHub
We recently moved the MvcContrib projects source code over to GitHub. We are hoping that the ease of creating forks and pulling them back into the trunk will allow for more contributions to the project. I know that GIT seems to be a source...
Published
Sun, Aug 08 2009 10:20 AM
by
erichexter
Filed under:
mvc
,
mvccontrib
,
Asp.Net MVC
,
OSS
,
Open Source Software
,
GIT
Opinionated Input Builders – Part 9 override the default Date Time picker
Part 1 – Overview Part 2 – the Labe l Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator Part 6 – the Performance Part 7 – the Performance Take 2 Part 8 – the AutoForm Part 9 – override the default Date Time...
Published
Tue, Jun 06 2009 9:07 AM
by
erichexter
Filed under:
c#
,
mvc
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
OSS
,
Open Source Software
,
CoC
Making a Unit Test Framework agnostic Assertion in C#
At the beginning of the year I got some feedback that the assertions in the MvcContrib.TestHelper library were great and very useful but the problem with them is that we relyed on the NUnit assertions. This was a problem for some users as...
Published
Thu, Jun 06 2009 1:49 PM
by
erichexter
Filed under:
c#
,
mvccontrib
,
testing
,
.Net
,
Tools
,
altnetseattle
,
Unittests
Opinionated Input Builders - Part 7 More on Performance / Take 2.
Part 1 – Overview Part 2 – the Labe l Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator Part 6 – the Performance Part 7 – the Performance Take 2 After doing what all good developers should do on the weekend...
Published
Sun, Jun 06 2009 3:15 PM
by
erichexter
Filed under:
c#
,
mvc
,
mvccontrib
,
testing
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
continous improvement
,
OSS
,
Open Source Software
,
CoC
Opinionated Input Builders Part 6 – Performance of the builders
Part 1 – Overview Part 2 – the Labe l Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator Part 6 – the Performance Update - 6/14/2009 Chad Myers blogged about the trade offs and the importance of productivity...
Published
Sat, Jun 06 2009 1:15 PM
by
erichexter
Filed under:
c#
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
CoC
Opinionated Input Builders for ASP.Net MVC – Part 5 the Required input
Part 1 – Overview Part 2 – the Labe l Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator The Required Field Indicator The Required Field Indicator is a property which allows the UI to...
Published
Wed, Jun 06 2009 10:58 PM
by
erichexter
Filed under:
c#
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
CoC
Opinionated Input Builders for ASP.Net MVC – Part 4 the Partial View Inputs
Part 1 – Overview Part 2 – the Labe l Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator This is the forth part of the series. Given this form that is generated by the input builders the partials for...
Published
Wed, Jun 06 2009 11:00 AM
by
erichexter
Filed under:
mvccontrib
,
Asp.Net
,
Asp.Net MVC
,
CoC
Opinionated Input Builders for ASP.Net MVC using partials – Part 1
Part 1 – Overview Part 2 – the Labe l Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator Part 6 – the Performance Part 7 – the Performance Take 2 Part 8 – the AutoForm...
Published
Tue, Jun 06 2009 12:21 PM
by
erichexter
Filed under:
c#
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
CoC
Asp.Net MvcContrib Logo Contest
From the MvcContrib Mailing list : The MvcContib ( www.MvcContrib.org ) project is holding a logo contest. We are looking for submissions for a logo to represent the project. What will you get for all of your hard work? · ...
Published
Fri, Feb 02 2009 3:05 PM
by
erichexter
Filed under:
mvccontrib
Changes/Refactorings to the Mvc Contrib project!
This message was sent to the Mvc Contrib mailing lists. We are looking for feedback if you are a use of the MvcContrib project. As we get close to the release of the Asp.Net mvc framework it is time to take a look at what the contrib project...
Published
Fri, Feb 02 2009 2:15 PM
by
erichexter
Filed under:
mvccontrib
I will be presenting An Afternoon of Asp.Net MVC with Headspring Systems – February 19th in Austin
I will be presenting and teaching on the Asp.Net MVC framework on February 19th 1:00 pm – 4:30pm at the Microsoft Office in Austin. The following topics will be covered: What is MVC Routing Testing View Engines Controller Factory ModelBinders Action...
Published
Mon, Feb 02 2009 11:50 AM
by
erichexter
Filed under:
mvc
,
mvccontrib
,
Asp.Net MVC
If you are developing on Asp.Net MVC and your are not using MvcContrib….. What is wrong with you?
I just went through some stats from the MvcContrib project and I saw that we have had over 26k downloads. That makes me so happy to know that it is being used and it is filling a gap that is in the Asp.Net MVC framework. One of the goals of the MVC framework...
Published
Sat, Feb 02 2009 11:56 AM
by
erichexter
Filed under:
mvc
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
1
2
Next >
Copyright Los Techies 2008, 2009. All rights reserved.