Download CustomTemplating - Template Text Transformations with custom T4 host

Description

CustomTemplating allows the usage of the Text Template Transformation Toolkit (T4) from custom applications, without VS IDE as Host. It simplifies the start of the text transformation process and allow to pass arguments from the application to the template transformation process.

Source Files

The download file customtemplating.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Solution/Current/References/Gallio.dll//from   w  w w .j a va 2s  .  c o m
Solution/Current/References/MbUnit.dll
Solution/Current/References/Moq.chm
Solution/Current/References/Moq.dll
Solution/Current/References/Moq.pdb
Solution/Current/References/Moq.xml
Solution/Current/References/WPFToolkit.dll
Solution/Current/TC.CustomTemplating.Example.Domain/ClassDefinition.cs
Solution/Current/TC.CustomTemplating.Example.Domain/Properties/AssemblyInfo.cs
Solution/Current/TC.CustomTemplating.Example.Domain/Property.cs
Solution/Current/TC.CustomTemplating.Example.Domain/TC.CustomTemplating.Example.Domain.csproj
Solution/Current/TC.CustomTemplating.Example.Domain/TC.CustomTemplating.Example.cd
Solution/Current/TC.CustomTemplating.Example.Web/Default.aspx
Solution/Current/TC.CustomTemplating.Example.Web/Default.aspx.cs
Solution/Current/TC.CustomTemplating.Example.Web/Default.aspx.designer.cs
Solution/Current/TC.CustomTemplating.Example.Web/Global.asax
Solution/Current/TC.CustomTemplating.Example.Web/Global.asax.cs
Solution/Current/TC.CustomTemplating.Example.Web/Properties/AssemblyInfo.cs
Solution/Current/TC.CustomTemplating.Example.Web/TC.CustomTemplating.Example.Web.csproj
Solution/Current/TC.CustomTemplating.Example.Web/Web.config
Solution/Current/TC.CustomTemplating.Example.Wpf/App.xaml
Solution/Current/TC.CustomTemplating.Example.Wpf/App.xaml.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/ClassName.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/ClassNameFinder.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/Controller.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/MainWindow.xaml
Solution/Current/TC.CustomTemplating.Example.Wpf/MainWindow.xaml.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/Properties/AssemblyInfo.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/Properties/Resources.Designer.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/Properties/Resources.resx
Solution/Current/TC.CustomTemplating.Example.Wpf/Properties/Settings.Designer.cs
Solution/Current/TC.CustomTemplating.Example.Wpf/Properties/Settings.settings
Solution/Current/TC.CustomTemplating.Example.Wpf/TC.CustomTemplating.Example.Wpf.csproj
Solution/Current/TC.CustomTemplating.Example/Class.tt
Solution/Current/TC.CustomTemplating.Example/ClassFeatures.tt
Solution/Current/TC.CustomTemplating.Example/ClassSimple.tt
Solution/Current/TC.CustomTemplating.Example/ClassTemplate.cs
Solution/Current/TC.CustomTemplating.Example/DocumentationExamples.cs
Solution/Current/TC.CustomTemplating.Example/EvilTemplate.tt
Solution/Current/TC.CustomTemplating.Example/IncludeTemplate.cs
Solution/Current/TC.CustomTemplating.Example/IncludeTemplate.tt
Solution/Current/TC.CustomTemplating.Example/InnerTemplate.tt
Solution/Current/TC.CustomTemplating.Example/Program.cs
Solution/Current/TC.CustomTemplating.Example/Properties/AssemblyInfo.cs
Solution/Current/TC.CustomTemplating.Example/Simple.tt
Solution/Current/TC.CustomTemplating.Example/SimpleTemplate.cs
Solution/Current/TC.CustomTemplating.Example/TC.CustomTemplating.Example.csproj
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_Base.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_a_generic_parameter_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_a_invalid_nested_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_a_multiple_parameters_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_a_nested_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_a_parameterless_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_a_single_parameter_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_invalid_directive_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_invalid_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/DomainTextTransformerSpecifications/When_transforming_model_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/Model/ClassDefinition.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/Model/Property.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/Properties/AssemblyInfo.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TC.CustomTemplating.IntegrationTests.csproj
Solution/Current/TC.CustomTemplating.IntegrationTests/TC.CustomTemplating.IntegrationTests.snk
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_Base.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_a_generic_parameter_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_a_invalid_nested_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_a_multiple_parameters_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_a_nested_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_a_parameterless_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_a_single_parameter_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_invalid_directive_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_invalid_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TemplateSpecifications/When_transforming_model_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/Templates.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_Base.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_a_generic_parameter_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_a_invalid_nested_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_a_multiple_parameters_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_a_nested_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_a_parameterless_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_a_single_parameter_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_invalid_directive_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_invalid_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/TextTransformerSpecifications/When_transforming_model_template.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_Base.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_generic_parameter_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_generic_parameter_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_generic_parameter_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_multiple_parameters_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_multiple_parameters_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_multiple_parameters_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_nested_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_nested_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_nested_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_parameterless_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_parameterless_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_parameterless_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_single_parameter_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_single_parameter_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_a_single_parameter_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_an_invalid_nested_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_an_invalid_nested_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_an_invalid_nested_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_invalid_directive_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_invalid_directive_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_invalid_directive_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_invalid_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_invalid_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_invalid_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_model_template.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_model_template.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_model_template_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_runner.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_with_EntryAssembly.cs
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_with_EntryAssembly.result
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_with_EntryAssembly.tt
Solution/Current/TC.CustomTemplating.IntegrationTests/When_transforming_with_EntryAssembly_runner.cs
Solution/Current/TC.CustomTemplating.UnitTests/ArgumentInfoSpecifications.cs/When_getting.cs
Solution/Current/TC.CustomTemplating.UnitTests/ArgumentInfoSpecifications.cs/When_setting_Name.cs
Solution/Current/TC.CustomTemplating.UnitTests/AssemblyExtensionsSpecifications/When_checking_whether_an_assembly_is_dynamic.cs
Solution/Current/TC.CustomTemplating.UnitTests/ClassDefinitionEventArgsSpecifications/When_constructing.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_constructing_with_arguments.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_constructing_without_arguments_it_should_succeed.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_disposing.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_recyling.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_transforming_a_parameterless_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_transforming_a_single_null_value_parameter_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_transforming_a_single_parameter_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_transforming_multiple_parameter_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/DomainTextTransformerSpecifications/When_transforming_with_auto_recycle.cs
Solution/Current/TC.CustomTemplating.UnitTests/FileLoaderSpecifications/When_loading_a_non_existing_file.cs
Solution/Current/TC.CustomTemplating.UnitTests/FileLoaderSpecifications/When_loading_an_existing_file.cs
Solution/Current/TC.CustomTemplating.UnitTests/FileSystemSpecifications/EntryAssemblyRunnner.cs
Solution/Current/TC.CustomTemplating.UnitTests/FileSystemSpecifications/When.cs
Solution/Current/TC.CustomTemplating.UnitTests/FileSystemSpecifications/When_constructing.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/Constructor.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_constructed.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_finished.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_finished_with_errors.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_getting_StandardAssemblyReferences.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_getting_host_options.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_initialized.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_loading_include_text.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_providing_templating_AppDomain.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_resolving_assembly.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_resolving_directive_processor.cs
Solution/Current/TC.CustomTemplating.UnitTests/HostSpecifications/When_resolving_path.cs
Solution/Current/TC.CustomTemplating.UnitTests/PathResolverSpecifications/When_constructing.cs
Solution/Current/TC.CustomTemplating.UnitTests/PathResolverSpecifications/When_include_text_is_loaded.cs
Solution/Current/TC.CustomTemplating.UnitTests/Properties/AssemblyInfo.cs
Solution/Current/TC.CustomTemplating.UnitTests/ServiceLocatorSpecifications/When_resolving_host.cs
Solution/Current/TC.CustomTemplating.UnitTests/ServiceLocatorSpecifications/When_resolving_unknown_service.cs
Solution/Current/TC.CustomTemplating.UnitTests/TC.CustomTemplating.UnitTests.csproj
Solution/Current/TC.CustomTemplating.UnitTests/TC.CustomTemplating.UnitTests.snk
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_constructing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_finishing_processing_run.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_normalizing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_Base.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_full_qualified_type_argument.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_full_qualified_type_argument_Class.code
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_full_qualified_type_argument_Initialization.code
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_multiple_arguments.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_multiple_arguments_Class.code
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_multiple_arguments_Initialization.code
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_single_argument.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_single_argument_Class.code
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_with_single_argument_Initialization.code
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_processing_without_argument.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentDirectiveProcessorSpecifications/When_starting_processing_run.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateArgumentSpecifications/When_constructing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateResourcesSpecifications/Example.tt
Solution/Current/TC.CustomTemplating.UnitTests/TemplateResourcesSpecifications/When_getting_a_templare_from_embedded_resource.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/TemplateTest.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/When_constructing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/When_getting_assembly_references.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/When_getting_path.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/When_setting_path.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/When_transforming_a_parameterless_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/When_transforming_a_single_parameter_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/TemplateSpecifications/When_transforming_multiple_parameter_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/TestBase.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformationExceptionSpecifications/When_constructing_with_errors_and_template_class.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformationExceptionSpecifications/When_deserializing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformationExceptionSpecifications/When_serializing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/TextTransformerImplementation.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_a_class_definition_is_generated.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_constructing.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_getting.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_transforming_a_parameterless_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_transforming_a_single_parameter_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_transforming_a_single_parameter_template_with_null.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_transforming_multiple_parameter_template.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerBaseSpecifications/When_transforming_multiple_parameter_template_with_null.cs
Solution/Current/TC.CustomTemplating.UnitTests/TextTransformerSpecifications/When_getting.cs
Solution/Current/TC.CustomTemplating.sln
Solution/Current/TC.CustomTemplating/AppDomainManager.cs
Solution/Current/TC.CustomTemplating/ArgumentInfo.cs
Solution/Current/TC.CustomTemplating/AssemblyExtensions.cs
Solution/Current/TC.CustomTemplating/ClassDefinitionEventArgs.cs
Solution/Current/TC.CustomTemplating/DomainTextTransformer.cs
Solution/Current/TC.CustomTemplating/FileLoader.cs
Solution/Current/TC.CustomTemplating/FileSystem.cs
Solution/Current/TC.CustomTemplating/Host.cs
Solution/Current/TC.CustomTemplating/IAppDomainManager.cs
Solution/Current/TC.CustomTemplating/IFileLoader.cs
Solution/Current/TC.CustomTemplating/IFileSystem.cs
Solution/Current/TC.CustomTemplating/IPathResolver.cs
Solution/Current/TC.CustomTemplating/ITextTransformer.cs
Solution/Current/TC.CustomTemplating/ITextTransformerHost.cs
Solution/Current/TC.CustomTemplating/PathResolver.cs
Solution/Current/TC.CustomTemplating/Properties/AssemblyInfo.cs
Solution/Current/TC.CustomTemplating/Properties/CodeAnalysisDictionary.xml
Solution/Current/TC.CustomTemplating/ServiceLocator.cs
Solution/Current/TC.CustomTemplating/StringExtensions.cs
Solution/Current/TC.CustomTemplating/TC.CustomTemplating.cd
Solution/Current/TC.CustomTemplating/TC.CustomTemplating.csproj
Solution/Current/TC.CustomTemplating/TC.CustomTemplating.snk
Solution/Current/TC.CustomTemplating/Template.cs
Solution/Current/TC.CustomTemplating/TemplateArgument.cs
Solution/Current/TC.CustomTemplating/TemplateArgumentCollection.cs
Solution/Current/TC.CustomTemplating/TemplateArgumentDirectiveProcessor.cs
Solution/Current/TC.CustomTemplating/TemplateResources.cs
Solution/Current/TC.CustomTemplating/TextTransformationException.cs
Solution/Current/TC.CustomTemplating/TextTransformer.cs
Solution/Current/TC.CustomTemplating/TextTransformerBase.cs

Download

Click the following link to download customtemplating.zip.

customtemplating.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML