TimCools

Stories submitted by TimCools

Free code coverage with Gallio and PartCover(timcools.net)

submitted by TimCoolsTimCools(40) 2 years, 8 months ago

How to measure code coverage with open-source products Gallio and PartCover. read more...

add a comment |category: |Views: 289

tags: another

CustomTemplating 1.1 Released(timcools.net)

submitted by TimCoolsTimCools(40) 2 years, 10 months ago

Text template transformations with T4 from within your own applications The CustomTemplating library is used to generate code and other text artifacts based on templates. It is based on T4 (Text Template Transformation Toolkit) which is a part of the DSL toolkit included in visual studio (2008 or higher). While T4 is mainly used inside Visual Studio to generate (code) files based on DSL, this library enables the usage in custom developed applications without the need for Visual Studio. read more...

add a comment |category: |Views: 4

tags: another

Unity InterfaceInterceptor doesn't support interface inheritance(timcools.net)

submitted by TimCoolsTimCools(40) 3 years ago

The InterfaceInterceptor from Unity (Enterprise Library) is broken because it doesn't support interface inheritance. This post contains the solution. read more...

add a comment |category: |Views: 62

tags: another

Custom Templating Library(timcools.net)

submitted by TimCoolsTimCools(40) 3 years ago

This article presents the Custom Templates Library. This library provides easy access to the text transformation features of T4 from within custom applications. read more...

add a comment |category: |Views: 6

tags: another

Template based code generation with T4 from custom applications.(timcools.net)

submitted by TimCoolsTimCools(40) 3 years ago

Generate source code from custom applications by using the Text Template Transformation Toolkit of VS 2008. read more...

add a comment |category: |Views: 14

tags: another

WS-Discovery client for Microframework DPWS devices(timcools.net)

submitted by TimCoolsTimCools(40) 3 years ago

WS-Discovery implementation for the Microframework. It allows to discover DPWS based devices from regular .NET applications. read more...

add a comment |category: |Views: 102

tags: another