1.
Agilification | T4 Templates For The .NET Compact Framework
Rob likes T4 so much, that he's rewriting his SubSonic data access layer builder to use T4 template generation (check out his second preview of SubSonic ...
2.
Agilification | T4 Templates For The .NET Compact Framework
Are You Agile?How do you know if you are an agile software developer? How do you know if your team is agile?... Comments are closed. Powered by BlogEngine. ...
3.
Agilification | Lazy Init VS Constructor Init
Let's take on lazy init first. Below is a simple class with a Names property. Instead of initializing the list when the object is created, initialization is ...
4.
Agilification | T4 Templates For The .NET Compact Framework
So, I tried adding a T4 template to my Compact Framework project (a file with a ".tt" file extension) and *boom*! Three errors crop up: ...
5.
Agilification | My Visual Studio Color Settings
My Visual Studio Color Settings. by Emilio Cavazos 8. December 2008 02:59. I am really surprised that there isn't a community site for sharing Visual Studio ...
6.
Agilification | My Visual Studio Color Settings
My Visual Studio Color Settings. by Emilio Cavazos 8. December 2008 02:59. I am really surprised that there isn't a community site for sharing Visual Studio ...
7.
Agilification | Jeff Doolittle - About
Jeff Doolittle - About. Posts by Jeff · Jeff on Twitter. Powered by BlogEngine.NET 1.4.5.0. Theme by Extensive SEO. Authors. Jeff Doolittle · Emilio Cavazos ...
8.
Agilification | All posts tagged 'agile'
Agile programmers succeed together and fail together. That is the precious gem that makes ‘Agile’ more than just a buzz word. Be the first to rate this post ...
9.
Agilification | Lazy Init VS Constructor Init
And in this corner we have the challenger, constructor init. Using this approach, the Names property will be initialized when SimpleClass is initialized. ...
10.
T4 TEMPLATES FOR THE .NET COMPACT FRAMEWORK
File Format: PDF/Adobe Acrobat - View as HTML 7) Add a new Text File to the MultiTargetLibrary solution called “Generator.tt”. 8) After you have created this file, the T4 template engine should have ...