By tag: templates
0
kicks
Reading a Xml File in T4 Templates
After I wrote the post about the use of T4 templates in EF4, I played with them for a while (not in EF but generally with
T4 templates).
In an old project that I’ve created almost 3 years ago which automated the use of lookup tables I had an enum.
That enum was meant to be the connect...
0
kicks
Graffiti Extension For DotNetKicks
Add an extension to Graffiti CMS to automatically link to DotNetKicks with each new post.
0
kicks
Sorting the Visual Studio "Add New Item" Dialog
K. Scott Allen shows how to sort the "Add New Item" dialog in an alphabetical order, finally alowing the user to find that "XML file" somewhere neat the end of the dialog.
0
kicks
Accelerating development using Visual Studio Templates
Accelerating development using Visual Studio Templates
0
kicks
WPF Styles and Control Templates
Learn to use Windows Presentation Foundation (WPF) styles and control templates to define a policy for setting the dependency properties of visual elements for rendering.
0
kicks
Creating Visual Studio Project Templates
Often, developers perform the same repetitive operations when creating a new Visual Studio project. They frequently find themselves adding the same references and sometimes the same project items to their projects. Sometimes, developers even add more or less identical "framework" code (tha...