Los Techies : Blogs about software and anything tech!
Sign in
|
Join
|
Help
Home
Merchandise
Blogs
Media
Groups
RSS
Twitter
Eric Hexter
»
All Tags
»
.Net
»
Asp.Net MVC
(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
ASP.Net MVC Portable Areas – Part 3
ASP.Net MVC Portable Areas – Part 2
ASP.Net MVC Portable Areas via MvcContrib
Video of the David Ebbo presenting T4MVC to the Community For MVC virtual user group
Community For MVC – Virtual Meeting – Wednesday 9/16/2009 12:00 - 1:00 PM CST ; T4MVC presented by David Ebbo
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)
agile
altnetseattle
Asp.Net
c#
c4mvc
CoC
Community
continous improvement
IIS
mvc
mvccontrib
Open Source Software
OSS
Portable Area
testing
Tools
Usergroup
x64
ASP.Net MVC Portable Areas – Part 3
Using a Portable Area This is the third part in a series about using a Portable Area (PA) using MvcContrib. This sample walks through the Host Application side of consuming the Login Portable area. This example demonstrates how a portable area such as...
Published
Tue, Nov 11 2009 12:00 PM
by
erichexter
Filed under:
Asp.Net
,
.Net
,
Asp.Net MVC
,
Portable Area
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
Video of the David Ebbo presenting T4MVC to the Community For MVC virtual user group
David Ebbo presented to the Community For MVC group today. The topic T4MVC which is a project that David developed as a way to eliminate the magic string in Views and Controllers in the ASP.Net MVC framework. David walks through a sample...
Published
Wed, Sep 09 2009 11:46 PM
by
erichexter
Filed under:
c#
,
mvc
,
.Net
,
Asp.Net MVC
,
Community
,
Usergroup
,
c4mvc
Community For MVC – Virtual Meeting – Wednesday 9/16/2009 12:00 - 1:00 PM CST ; T4MVC presented by David Ebbo
Link to the meeting information here: http://bit.ly/uj9VA Please feel free to share this link on twitter, blogs, ect. David Ebbo on the T4MVC project - Wednesday 9/16/2009 12:00 - 1:00 PM CST Join the meeting here : http://Meeting.c4mvc.net...
Published
Mon, Sep 09 2009 2:16 PM
by
erichexter
Filed under:
mvc
,
.Net
,
Asp.Net MVC
,
Community
,
Usergroup
,
c4mvc
Live Meeting with Phil Haack – MVC 2 - 08/26/2009 9am PST – 10 am PST ( 12pm-1pm EST)
Phil will cover the new features in the MVC 2 CTP and take questions and answers. So get your nerd headset on and join us! This is a Community For MVC event which is a Virtual User Group for Advanced ASP.Net MVC Developers For More information...
Published
Sat, Aug 08 2009 12:10 PM
by
erichexter
Filed under:
.Net
,
Asp.Net MVC
,
Community
,
c4mvc
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
Performance differences in the ASP.Net MVC View Engine when using two View Engines versus a single Composite View Engine.
While I was testing out my VirtualPathProvider implementation in the Opinionated Input Builders series I ran across an interesting performance difference which was quite surprising. In fact even after looking at the source code to the MVC...
Published
Thu, Jun 06 2009 10:01 PM
by
erichexter
Filed under:
c#
,
mvc
,
testing
,
Asp.Net
,
.Net
,
x64
,
IIS
,
Asp.Net MVC
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 3 the source code.
Part 1 – Overview Part 2 – the Labe l Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator There have been a number of requests for me to provide the source for the input builders. I consider this code...
Published
Wed, Jun 06 2009 9:36 AM
by
erichexter
Filed under:
c#
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
CoC
Opinionated Input Builders for ASP.Net MVC - Part 2 Html Layout for the Label
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 In part two of this series I will cover...
Published
Tue, Jun 06 2009 9:26 PM
by
erichexter
Filed under:
c#
,
Asp.Net
,
.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
Alt.Net Seattle Review
I had the chance to go to the Alt.net Seattle open spaces this past weekend and it was a great experience. First of all I wanted to publicly thank my company for sending seven of us to the conference. Part of the reason for taking a position...
Published
Mon, Mar 03 2009 10:03 PM
by
erichexter
Filed under:
agile
,
.Net
,
Asp.Net MVC
,
altnetseattle
1
2
Next >
Copyright Los Techies 2008, 2009. All rights reserved.