Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.1% dependent repos on nuget.org

nuget.org : fm.data.codegenerator

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

Registry - JSON
purl: pkg:nuget/fm.data.codegenerator
Keywords: POCO, Generator
License:
Latest release: about 11 years ago
First release: over 11 years ago
Dependent repositories: 2
Downloads: 30,348 total
Last synced: 21 days ago

    Loading...
    Readme
    Loading...