Skip to content

This C# script works in combination with a SQL Server database to create C# POCO objects.

License

Notifications You must be signed in to change notification settings

ernestoherrera/POCOBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POCOBuilder

This C# script works in combination with a SQL Server database to create C# POCO objects.

Uses

  1. If you are building a project from the database up (bottom-up approach), this script will help you create/update the project's POCO objects.
  2. Update POCOS when database tables change.
  3. Fast way to update your POCOs when working with a Dapper or FluentSql micro-ORM.

Get started

  1. Open the developer command prompt from the Visual Studio start menu (Windows).
  2. Copy the script to a directory.
  3. Run the script.

About

This C# script works in combination with a SQL Server database to create C# POCO objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages