Lance's Whiteboard

Random scribbling about C#, Javascript, Web Development, Architecture, and anything else that pops into my mind.

News


Creative Commons License
Lance's Whiteboard Blog by Lance Hunt is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at weblogs.asp.net




Sponsored Ad
Sponsored Ad

Blogs I Read

Browse by Tags

All Tags » CodeGen (RSS)
T4 Template error - Assembly Directive cannot locate referenced assembly in Visual Studio 2010 project.
I ran into the following error recently in Visual Studio 2010 while trying to port Phil Haack ’s excellent T4CSS template which was originally built for Visual Studio 2008.   The Problem Error Compiling transformation: Metadata file 'dotless...
TIP: NetTiers is (as with most ORM's) only as good as your Database Model...
Since all ORM's are driven, to varying degrees, based upon your Database Model, its critical to understand this seemingly obvious point. Your ORM mileage will vary proportionally to the quality and completeness of your DB model. NetTiers is no different...
NetTiers GridViewSearchPanel
One of the nifty controls that NetTiers generates is the GridViewSearchPanel which gives you a nice simple search UI to filter the results in a GridView. Unfortunately, its not exactly obvious how to setup this control. On the surface it looks simple...
Codesmith Exception Template updated
James correctly points out that I omitted the variable declaration output when you specify custom arguments. This is fixed in version v1.4, which you can download now.
Codesmith Exception Template v1.3
I just posted an update to my CodeSmith Exception Template with some minor changes to formatting, the integration of other features from other derived templates, and a drop-down selection of the HResult code to use. Click here to download...
Atlas & NetTiers, a match made in heaven (Part 1)
As mentioned in my previous post, Time to learn Atlas... , I am trying to quickly get up to speed on Atlas for a future project. While I am waiting on requirements to be solidified, I decided to put together a prototype containing some of the site features...
More Posts