Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.12 KB

HaisaCodeGenerator

this is a code generator using Asp.net razor

When developing some software, we have to write some codes which we created before, as them have small different, Even some projects are similar with small changes, like project name, logo, title, and so on.

Let's clear up this hard work to copy/paste then modify. Using the code generator generate code fastly and easily.

This project is part of .NET4 and visual studio 2013.

I will add more later, Comming Soon...

#solution: Some code generator tools need you to install them, but this one don't need.

You can use the Visual Studio as the generator tool, which have intellisense, code map/style and so many easy functions...

  1. Open this project in VS, I suggest VS2013 or higher
  2. Edit the templates in Templates folder
  3. Run the project and set the datas in Web pages, choose the data type, data values, blabla...
  4. Click the Generate button
  5. Check the folders like View/Controller or which you set and find the output files
  6. Enjoy it!

Thanks

Haisa