Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.
/ codegenerator Public archive

Object-relational mapper and code generator (M.S. code)

License

Notifications You must be signed in to change notification settings

jdavcs/codegenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-relational mapper and code generator

This project is deprecated and not maintained. It exists for historical reasons only.

  • Language: C#
  • Developed: 2006-2008

This is my thesis project for my Master's in Computer Science. It is an object-relational mapper and code generator that generates most of the data layer code for a data driven web application. The generated code is SQL + C# or VB.

My thesis is available here.

What's inside

  • CodeGenerator: code generator files
  • CodeGeneratorTest: unit tests
  • ConsoleApp: main/driver program
  • demo/app_schema: schemas for sample applications*
  • demo/generated_code: C# classes and SQL statements generated based on the schema

*Applications used in the demo are described here and here (both have been deprecated and are no longer used)

License

MIT

About

Object-relational mapper and code generator (M.S. code)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages