#
nhibernate
Here are 141 public repositories matching this topic...
jrgcubano
commented
Apr 17, 2018
On a general level I am not an expert in NHibernate or FluentNHibernate. I need your help to collect all the improvements and bugs that have been lost in the past and are relevant, and the following NHibernate improvements.
We can just break down everything in Features, Improvements and Bugs. If a new idea or bug just open a issue, if not leave here the reference to the issue or PR (example: #1
Very simplified insurance sales system made in a microservices architecture using .NET Core
docker
microservices
cqrs
rabbitmq
insurance
docker-compose
ddd
netcore
dotnet-core
nhibernate
dapper
signalr
eureka
marten
microservices-architecture
mediatr
simplified-insurance-sales
-
Updated
Apr 23, 2022 - C#
Domain Driven Design oriented application framework, meets CRUD needs
redis
framework
cqrs
rabbitmq
ddd
transaction
domain-driven-design
entity-framework
dbcontext
nhibernate
dapper
nlog
hangfire
ravendb
stove
-
Updated
Dec 11, 2018 - C#
Generic implementation of Repository pattern in C# .NET
csharp
dotnet
design-patterns
entity-framework
nhibernate
genericrepository
linq-to-sql
generic-repository
-
Updated
Mar 24, 2021 - C#
NHibernate Mapping generator from existing database tables
-
Updated
Apr 29, 2022 - C#
A set of open-source .NET libraries helping with domain-driven design (DDD) and CQRS
-
Updated
May 6, 2022 - C#
DNTProfiler is an EF 6.x and NH 4.x profiler.
-
Updated
Nov 9, 2017 - C#
ASP.NET Core Identity Provider for NHibernate
-
Updated
Apr 18, 2022 - C#
CodeSmith Generator Templates
database
entity-framework
code-generation
nhibernate
stored-procedures
codesmith
codesmith-templates
csla
plinqo
linq-to-sql
-
Updated
Apr 18, 2022 - C#
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.
-
Updated
Apr 18, 2022 - C#
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.
orm
database
data-binding
micro-orm
entity-framework
dataset
data-access-layer
entityframework
entity-framework-core
nhibernate
dapper
ormlite
poco
orm-framework
orm-library
entityframeworkcore
data-access
microorm
ado-dotnet
data-access-library
-
Updated
Feb 22, 2022 - C#
Everything you need to jump-start building multi-tenant applications in C# using any framework of your choice.
-
Updated
Apr 17, 2020 - C#
NClass is a free tool to easily create UML class diagrams with full C# and Java language support. The user interface is designed to be simple and user-friendly for easy and fast development. Properties, enums, delegates and other language specific elements are fully supported with strict syntactical and semantical verification.
-
Updated
Dec 21, 2021 - C#
ExtApp是一个基于三层架构,使用NHibernate、API Controller和ExtJs创建的,用于简化政府和企业应用开发的Web应用程序框架。
-
Updated
Apr 22, 2018 - JavaScript
NHibernate X-Factories allows you to merge all those .cfg.xml files into one.
-
Updated
Mar 19, 2018 - C#
Simplify is an open-source set of .NET libraries that provide infrastructure for your applications. DI and mocking friendly.
c-sharp
dependency-injection
dot-net
ioc-container
xml-serialization
nhibernate
repository-pattern
dot-net-core
simplify
mono-support
smtp-client
windows-services
api-framework
backend-framework
fluentnhibernate
-
Updated
May 2, 2022 - C#
This is the companion repo for NHibernate Succinctly by Ricardo Peres. Published by Syncfusion.
-
Updated
Jan 12, 2018 - C#
Logging provider to allow Common.Logging to be used with NHibernate.
-
Updated
Apr 14, 2022 - C#
-
Updated
Jul 3, 2018 - C#
Applying fundamental principles that lie at the foundation of functional programming in ASP.NET Core Web APIs.
csharp
functional-programming
asp-net-core
nhibernate
functional-programming-examples
aspnet-core-mvc
aspnet-core-2
functional-csharp
-
Updated
Jul 9, 2018 - C#
IdentityServer4.NHibernate is a persistence layer for IdentityServer 4 configuration data that uses NHibernate to access data stored in a database.
-
Updated
Mar 14, 2022 - C#
Application framework
angularjs
infrastructure
material
repository
architecture
domain-driven-design
nhibernate
netframework
dynamic-handlers
authenticationhandler
service-interceptors
-
Updated
Nov 9, 2017 - C#
Large scale application architecture of asp.net web api
dotnet
erp
ddd
nhibernate
repository-pattern
nlog
structuremap
webapi
unitofwork
ddd-architecture
webapi-2
-
Updated
Aug 24, 2018 - C#
Managing business sales and warehousing departments
csharp
repository
dependency-injection
purchase
nhibernate
repository-pattern
inventory-management
sale
inventory-management-system
-
Updated
Oct 11, 2019 - C#
Usefull tools to create GraphQL API with NHibernate as data source
-
Updated
Sep 20, 2020 - C#
Improve this page
Add a description, image, and links to the nhibernate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nhibernate topic, visit your repo's landing page and select "manage topics."
SessionFactoryImpl.Close
currently allows the body of the function to be run multiple times as it does not check if it is closed prior to proceeding. This should be changed so thatClose
when called fromDispose
does nothing whenClose
has been called by the application.