All Projects → rvrn22 → nmg

rvrn22 / nmg

Licence: MIT license
NHibernate Mapping generator from existing database tables

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to nmg

Templates
CodeSmith Generator Templates
Stars: ✭ 52 (-54.39%)
Mutual labels:  nhibernate
NHibernate.AspNetCore.Identity
ASP.NET Core Identity Provider for NHibernate
Stars: ✭ 54 (-52.63%)
Mutual labels:  nhibernate
Nhibernate Core
NHibernate Object Relational Mapper
Stars: ✭ 1,918 (+1582.46%)
Mutual labels:  nhibernate
Fluent Nhibernate
Fluent NHibernate!
Stars: ✭ 1,611 (+1313.16%)
Mutual labels:  nhibernate
NHibernate-X-Factories
NHibernate X-Factories allows you to merge all those .cfg.xml files into one.
Stars: ✭ 13 (-88.6%)
Mutual labels:  nhibernate
coreddd
A set of open-source .NET libraries helping with domain-driven design (DDD) and CQRS
Stars: ✭ 68 (-40.35%)
Mutual labels:  nhibernate
MultiTenancyFramework
Everything you need to jump-start building multi-tenant applications in C# using any framework of your choice.
Stars: ✭ 29 (-74.56%)
Mutual labels:  nhibernate
CodexMicroORM
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
Stars: ✭ 32 (-71.93%)
Mutual labels:  nhibernate
dotnet-security-unit-tests
A web application that contains several unit tests for the purpose of .NET security
Stars: ✭ 25 (-78.07%)
Mutual labels:  nhibernate
ExtApp
ExtApp是一个基于三层架构,使用NHibernate、API Controller和ExtJs创建的,用于简化政府和企业应用开发的Web应用程序框架。
Stars: ✭ 14 (-87.72%)
Mutual labels:  nhibernate
NHibernate.Spatial
NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially enabled database and manipulate geometries in Linq or HQL using NetTopologySuite, providing you with a fully integrated GIS programming experience.
Stars: ✭ 38 (-66.67%)
Mutual labels:  nhibernate

Build status

NHibernate Mapping Generator

A simple utility to generate NHibernate mapping files and corresponding domain classes from existing DB tables.

Features:

  • Supports Oracle, SqlServer, PostgreSQL, MySQL, SQLite, Sybase, Ingres, CUBRID
  • Can generate hbm.xml, Fluent NHibernate and NH 3.3 Fluent style of mapping files.
  • Has lots of preferences to control the property naming conventions.
  • Can generate Domain Entity and WCF Data Contracts too.
  • Can generate one table at a time or script entire DB in one go. (It can generate mapping for around 800 tables in under 3 minutes on my moderately powered laptop)
  • Supports ActiveRecord code generation.
  • Its super fast and free. No licensing restrictions.
  • Option to generate NHibernate or MS validators

Wiki:

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].