T4Include Templates is a set of reusable T4 templates intended to accelerate development as well as reducing maintenance cost. This package includes sample code.
T4Include Templates is a set of reusable T4 templates intended to accelerate development as well as reducing maintenance cost. For samples on how to use them see the nuget package T4IncludeTemplateSamples.
T4 Factories uses T4toolbox to automatically generate the source code for factory implementations and even contracts (if they don't exist already), based on a concrete class and a base interface.
It allows easier use of the factory pattern for easier unit testing and refactoring.
Adds a T4 template to your C# project that, when transformed, generates a strongly-typed wrapper around every Resource File (*.resx) in the project. Useful for eliminating magic strings and where localizable Attributes are needed.
See http://code.google.com/p/t4-resx/ for more details.
Until Microsoft publishes an official package for Visual Studio 2015 TextTemplating (v14). This package provides the build support to allow you to use T4.
Automatically transforms on build all files with a build action of `None/Content` that have the `TextTemplatingFileGenerator` custom tools associated, without
requiring the installation of any Visual Studio SDK.
EasyMoq is a small and free mocking framework for any kind of project. It is built as a portable class library and uses T4-templating to generate mocks. This makes it a perfect choice for mocking on WP- or WinRT-platform, since there is a lack of dynamic proxy creation.
T4Configuration is a template that generates a static class in C# of your App Settings and Connection Strings located in your app.config or your web.config.
Awesome Property Extractor, (APE), is a framework for extracting property values in a generic and simple way, primarily from umbraco and affiliated libraries.
Features
- Creates a architecture in Visual Studio(Core, Data, Services)
- Supports scaffolding of services, respositories and viewmodels
- Supports scaffolding of ASP.NET MVC controllers
- Supports scaffolding of ASP.NET WebAPI controllers
- Supports scaffolding of XSockets.NET data sync...
More information