Sign in
|
Join
|
Help
Home
Merchandise
Blogs
Media
Groups
RSS
Twitter
Eric Hexter
Eric Hexter
Home
About
Contact
The Lounge
Ads by The Lounge
Friends of Pablo
Friends of Pablo
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
Updated TDD Productivity Plug-in for Resharper
Opinionated Input Builders – Part 9 override the default Date Time picker
Performance differences in the ASP.Net MVC View Engine when using two View Engines versus a single Composite View Engine.
Making a Unit Test Framework agnostic Assertion in C#
Opinionated Input Builders – Part 8 the Auto Form
Tags
.Net
agile
altnetseattle
Asp.Net
Asp.Net MVC
c#
CC.Net
CoC
Community
continous improvement
continous integration
DB4O
IIS
mvc
mvccontrib
Open Source Software
OSS
Resharper
silverlight
TDD
testing
Tools
Unittests
Usergroup
x64
View more
Archives
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)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Updated TDD Productivity Plug-in for Resharper
I first want to thank JetBrains for being pretty awesome. I have complained a lot about how they are constantly chaining their APIs to Resharper and as a result it makes keeping plugins very hard to maintain but they went way out of their...
Published
Tue, Jun 30 2009 11:41 PM
by
erichexter
Filed under:
c#
,
agile
,
testing
,
Tools
,
Open Source Software
,
Unittests
,
Resharper
,
TDD
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 30 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 18 2009 10:01 PM
by
erichexter
Filed under:
c#
,
mvc
,
testing
,
Asp.Net
,
.Net
,
x64
,
IIS
,
Asp.Net MVC
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 18 2009 1:49 PM
by
erichexter
Filed under:
c#
,
mvccontrib
,
testing
,
.Net
,
Tools
,
altnetseattle
,
Unittests
Opinionated Input Builders – Part 8 the Auto Form
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 Once I defined what my the opinions for...
Published
Wed, Jun 17 2009 1:38 PM
by
erichexter
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 14 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 13 2009 1:15 PM
by
erichexter
Filed under:
c#
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
CoC
Free ASP.Net MVC Workshop in Austin on Tuesday June 16th
I am doing a half day workshop at the Microsoft Office in Austin around ASP.Net MVC. I did this in February with Jimmy Bogard and we had about 90 people show up, it was a pretty good event. We will cover a lot of what we have learned using...
Published
Thu, Jun 11 2009 9:32 AM
by
erichexter
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 10 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 10 2009 11:00 AM
by
erichexter
Filed under:
mvccontrib
,
Asp.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 10 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 09 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 It has taken a while to really understand...
Published
Tue, Jun 09 2009 12:21 PM
by
erichexter
Filed under:
c#
,
mvccontrib
,
Asp.Net
,
.Net
,
Asp.Net MVC
,
CoC
The Flat Tire Principle for Source Control
There is a strange correlation between automobiles and line of business software applications when it comes to performing some standard repairs. Consider the following scenario, you are happily working away at your job or out dining with your friends...
Published
Mon, May 18 2009 11:24 PM
by
erichexter
Filed under:
c#
,
agile
,
Asp.Net
,
.Net
,
Tools
,
Open Source Software
Big Props to the Codeplex team!
A month back I was on a mission to get a feature included in Codeplex that would allow my projects to better support the companies which fund my projects. I reached out to the community to help vote this feature up from somewhere in the lower...
Published
Sat, May 16 2009 11:09 PM
by
erichexter
Filed under:
.Net
,
OSS
,
Open Source Software
1
2
3
4
Next >
Copyright Los Techies 2008, 2009. All rights reserved.