|
|
olegsych
olegsych
 |
|
Stories kicked 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
rpatterson
2 months, 12 days ago
randypatterson.com — This article will walk you through setting up the Unity Application Block for classes that you cannot or should not change. The Unity Application Block has a rich API and robust XML configuration that will allow you to setup your objects without “polluting” them with Unity specific Attributes. In this article we will explore setting up constructor Injection using the Unity API and Configuration files. read more...
add a comment
|
category: Architecture | Views: 11
|
|
tags:
Architecture | 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:
CodeGeneration, T4, 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:
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: | |
|
|
|
|
|
published 6 months, 16 days ago, submitted by
janko
6 months, 17 days ago
blog.briandicroce.com — Recently, a user group held a conference whose subject was Domain-Driven Design with nHibernate. Now, this is a really cool topic of discussion! So, I decided to attend the conference in order to improve my perspective and knowledge on the subject. Little did I know that the speaker was an introverted programmer who greatly lacked in public speaking skills. Many people, including myself, left early, as the presentation became unbearably tedious and awkward. read more...
add a comment
|
category: Other | Views: 341
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 7 months, 6 days ago, submitted by
razamit
7 months, 6 days ago
dev102.com — Recently I found out this great add-on for Visual Studio 2008 called PowerCommands. PowerCommands Extends the functionality of Visual Studio 2008 by adding some features which we all want built into Visual Studio. PowerCommands provides the following... read more...
2 comments
|
category: Architecture | Views: 68
|
|
tags:
Architecture | 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: | |
|
|
|
|

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