#
nhibernate
Here are 121 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
Jun 6, 2020 - 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
Apr 27, 2012 - C#
NHibernate Mapping generator from existing database tables
-
Updated
Apr 14, 2020 - C#
A set of open-source .NET libraries helping with domain-driven design (DDD) and CQRS
-
Updated
Jun 22, 2020 - 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
Aug 19, 2020 - C#
CodeSmith Generator Templates
database
entity-framework
code-generation
nhibernate
stored-procedures
codesmith
codesmith-templates
csla
plinqo
linq-to-sql
-
Updated
Apr 20, 2020 - 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
Jun 30, 2020 - C#
Everything you need to jump-start building multi-tenant applications in C# using any framework of your choice.
-
Updated
Apr 17, 2020 - 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
May 1, 2020 - C#
ExtApp是一个基于三层架构,使用NHibernate、API Controller和ExtJs创建的,用于简化政府和企业应用开发的Web应用程序框架。
-
Updated
Apr 22, 2018 - JavaScript
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
Nov 8, 2018 - C#
This is the companion repo for NHibernate Succinctly by Ricardo Peres. Published by Syncfusion.
-
Updated
Jan 12, 2018 - 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#
Application framework
angularjs
infrastructure
material
repository
architecture
domain-driven-design
nhibernate
netframework
dynamic-handlers
authenticationhandler
service-interceptors
-
Updated
Nov 9, 2017 - C#
IdentityServer4.NHibernate is a persistence layer for IdentityServer 4 configuration data that uses NHibernate to access data stored in a database.
-
Updated
Aug 25, 2020 - 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
Aug 25, 2020 - C#
Полнотекстовый поиск по текстовому корпусу с помощью Lucene.NET
-
Updated
Mar 11, 2018 - C#
Gestão de contas telefonicas: Layout Febraban Conta Eletrônica - V3R0
-
Updated
Apr 10, 2018 - C#
Usefull tools to create GraphQL API with NHibernate as data source
-
Updated
Aug 5, 2020 - C#
A toolkit for using the Repository pattern in C# .NET
redis
memcached
opensource
toolkit
dependency-injection
entity-framework
entity-framework-core
nhibernate
netstandard
repository-pattern
adonet
charp
unitofworkpattern
-
Updated
Jul 24, 2020 - C#
The applications generated by zAppDev use this framework.
-
Updated
Jan 17, 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.Closecurrently 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 thatClosewhen called fromDisposedoes nothing whenClosehas been called by the application.