Found 351 packages
Package Description
IDL-based COM interop codegen. Consumes MIDL-like IDL file, generates efficient cross-platform C# interop and C++ header files.
Contains code generator for strongly-typed IDs. See project site for installation instructions and more details.
Defines [StronglyTypedId] (StronglyTypedIdAttribute) in global:: namespace; used to generate "strongly typed IDs". See project site for more details.
Msbuild task for auto generating CpsDBHelper's data-access code from a Sql dbproject (SSDT), it ONLY works with vs' dbproject
A tool that can generate TypeScript types from C# classes
NetModular Module CodeGenerator(代码生成) - Domain
Bit.Tooling.CodeGenerator.Task
code generator.
NetModular Module CodeGenerator(代码生成) - Infrastructure
C# library used to generate d.ts files reflecting the contents of another specified C# library.
NetModular Module CodeGenerator(代码生成) - Application
Package Description
XCommon
This is a Scaffold extension to generate POCO class, Mapping class, Repository pattern class and DbContext. Very helpful in database-first approach without needing .edmx. Usage: On Package Manager Console type the following command: Scaffold PocoFromDB {your-connection-string} {contextName} {table name or your select query} {entityname} {providerName} Ex: Scaffold PocoFromDB "Data Source=C:\DB\Foo.sdf" FooContext Customer CustomerEntity "System.Data.SqlServerCe.4.0" Scaffold PocoFromDB "Data Source=C:\DB\Foo.sdf" FooContext "SELECT FirstName, LastName FROM Customer" CustomerEntity "System.Data.SqlServerCe.4.0" Special Note: If your connection string contains special character/reserve for PowerShell such as '$', you need escape it with '`' character. Example: pa$$word01 will be pa`$`$word01
A continuation of the TS.CodeGenerator package providing a console runner of the code generator using MSBuild
NetModular Module CodeGenerator(代码生成) - Web
Contains templates for generating an entire codebase which uses EF6, CQRS, and Aurelia. This set of templates generates: - database entities and repositories (C#) - service models, mappings, interfaces, clients, and controllers (C#) - frontend models and services (TS) All generated code is dependency-injected (includes generated DI registration via SimpleInjector) and includes database entity to model mapping via AutoMapper.
EuNet.CodeGenerator.Templates
GMS通用包