https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0
Name: https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0
Score: 60
Last Seen: 1160 days, 3 hours ago
Member Since: 11 December, 2009
DotNetShoutout
atom rss
6
Shouts

T4MVC Add-In to auto run template

published 1161 days, 7 hours, 33 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0 1161 days, 19 hours, 12 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Wednesday, March 17, 2010 12:14:57 AM GMT
T4MVC is a fantastic solution to avoid 'Magic Strings' in ASP.NET MVC.   Thanks to David Ebbo for this contribution which has made its way to MVCContrib.   Must keep T4 template open and save it once.This has been the only negative thing about the template.  I thought about writing an Add-In for VS to do this and even taked to David about doing it.  Well, his latest post has inspired me to write one.  I took my dot net less plug in and ripped nearly everything out of it, threw in about 5 lines of new ... (more)
category: Web Dev | clicked: 4 | comment | | source: blog.waynebrantley.com
tags: T4, T4MVC, MVC 2, MVC, ASP.NET
8
Shouts

Wayne Brantley: Ultimate automatic stylesheet combining, minification and .less integration

published 1235 days, 6 hours, 35 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0 1237 days, 1 hour, 13 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Thursday, December 31, 2009 6:14:16 PM GMT
Combine your stylesheet css files into one file to improve site performance. We all know this rule, but how do we go about doing this?   We could automate this in our build script, but then that means we have to do the same thing in development.   So,  if you reference 'combined.css' in your webpage in development - because the build server will make that for you - you have to maintain that combined file in development.  Or, you are looking at the debug setting and properly outputting a reference to the... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.waynebrantley.com
8
Shouts

Wayne Brantley: ASP.NET MVC 2 Beta EditorFor improvements

published 1255 days, 10 hours, 41 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0https://www.google.com/accounts/o8/id?id=AItOawkYKeMwDCa949_B8pvpA9PhnSDFtKdjhL0 1257 days, 3 hours, 17 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 4:09:34 PM GMT
ASP.NET MVC 2 Beta has some great improvements.   One of these improvements is the Html.EditorFor extension.  Basically, this extension takes data annotations and types information from your model and uses those to generate editors.  You MUST use a strongly typed view to take advantage of this! I am going to give a brief introduction, just to get to my enhancement - for more information see this article. So, if you have this: mymodel.SomeField %> If SomeField ... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.waynebrantley.com