|
|
olegsych
olegsych
 |
|
Stories submitted by olegsych
|
|
submitted by
olegsych
2 months, 3 days ago
randypatterson.com — In this post, Randy Patterson shows how to use property injection in Unity application block with plain CLR objects using programmatic and XML-based configuration. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
2 months, 7 days ago
olegsych.com — This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators. read more...
|
|
tags:
T4, CodeGeneration, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
2 months, 14 days ago
olegsych.com — This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators. read more...
|
|
tags:
VisualStudio, T4, CodeGeneration | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
2 months, 14 days ago
olegsych.com — This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators. read more...
|
|
tags:
T4, CodeGeneration, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
2 months, 27 days ago
olegsych.com — This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
2 months, 27 days ago
olegsych.com — This is the first post in a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
3 months, 28 days ago
olegsych.com — This article describes a custom T4 directive processor for converting XML schema definitions into .NET classes, which allows using strongly-typed code to extract information from various XML files. In particular, this simplifies creating custom T4 code generation templates for LINQ to SQL .dbml files and ADO.NET Entity Framework .edmx files. The article includes links to ready to use xsd directive processor and sample source code. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
4 months, 8 days ago
olegsych.com — This article describes an overview of error handling in WCF, discusses its advantages and drawbacks and shows how to extend WCF to marshal .NET exceptions as SOAP faults. Ready-to-use source code and examples are available for download. read more...
add a comment
|
category: Web Services | Views: 14
|
|
tags:
WCF, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
4 months, 22 days ago
olegsych.com — Database tables often contain columns that store “codes”, or values with special meaning. In application code, these special values can be encapsulated as enumerations. This article demonstrates how to use T4 code generation templates and Visual Studio CodeModel API to generate SQL views that encapsulate the special values for use in SQL code. read more...
|
|
tags:
CodeGeneration, SQL, VisualStudio, T4 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
5 months, 15 days ago
olegsych.com — This post shows how to create unit tests that run during T4 template transformation. This approach allows creating automated tests for template code that relies on specific capabilities of a T4 host, such as access to Visual Studio extensibility APIs. The post includes a ready to use test runner for T4 unit tests. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
6 months, 16 days ago
olegsych.com — This article provides an in-depth look at the architecture of T4 template transformation process, discusses some constraints that limit template design, describes techniques that can be used to work around these limitations and points out some (sometimes undocumented) mechanisms for making your T4 templates more powerful. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
7 months, 14 days ago
olegsych.com — This article discusses design challenges developers face as complexity of their T4 templates increases; defines qualities of a reusable T4 templates; discusses techniques that can be used to achieve these qualities and compares their pros and cons. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
7 months, 28 days ago
olegsych.com — For some code generation tasks, like generating SELECT stored procedures based on indexes of a given database table, number of output artifacts may not be known upfront. Because T4 was designed to generate a single output file from one template file, developers are forced to generate multiple code artifacts in the same source file. This conflicts with the widely used practice of using one source file per code artifact. This article demonstrates how to work around this limitation of T4, generate multiple files from a single template and automatically add them to a Visual Studio project. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
8 months, 19 days ago
dotnet.org.za — Hilton Giesenow posted a link to the new MSDN how-to video about creating T4 templates and several ready-to-use project item templates that make T4 items available in the Add New Item dialog box of Visual Studio. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
10 months, 1 day ago
blog.devarchive.net — In this article Kirill Chilingarashvili demonstrates how to use a T4 template to generate a navigation class in ASP.NET. This class contains nested classes that represent folders and string constants that represent users control (.ascx) files in the application. Using such navigation class helps to avoid hardcoding file paths as string literals and because it is automatically generated there is no need to maintain string constants manually. read more...
1 comment
|
category: ASP.NET | Views: 1
|
|
tags:
CodeGeneration, T4, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
10 months, 2 days ago
olegsych.spaces.live.com — T4 (Text Template Transformation Toolkit) is a template-based code generation engine. It is available in Visual Studio 2008 and as a download in DSL and GAT toolkits for Visual Studio 2005.
This article provides an overview of the template transformation process and demonstrate how different types of template blocks and processing instructions are transformed into code. Each example includes template text, compiled template code and output text. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|