Skip to content

wushian/Generator

 
 

Repository files navigation

Generator

Generate DomainModels Codes From SQL Database

The Generator application is a windows application that generate web application codes from a database that you choose.
Current version just generate POCO class files with DataAnnotation Attributes and etc.

###How can I work with it? Don't worry. Thats very easy. just follow this steps:

  1. Run the application
  2. Choose your database that you want to create POCO classess for that
  3. Click Generate button

thats it!.

In image below you can see the screen of application

In image below you can see default path that application generate files. (You can change it to your favorite path)

The Generator application create a folder per any schema that you have in your database

In image below you can see some sample of generated codes (don't worry about Persian texts, you can change DisplayName titles from Generator database and for other text you must customise source code)

If some piece of codes is not clean, please forgive me.

Good luck.

About

Generate Web Applications Codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%