Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got Users screen (almost) working with FluentNHibernate! #7

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

driekus77
Copy link
Collaborator

In order to speed up development I've take the opportunity to check out FluentNHibernate (https://github.com/FluentNHibernate/fluent-nhibernate) as a replacement for Dapper. This in order to worry less about associations that an ORM like NHibernate can take care off.
I choose FluentNHibernate because of the type safety checks etc.
Also using the AutoMapping feature of FluentNHibernate so only Entity declarations and only Mappings to override when needed.

Feel free to comment on this!
It is a special feature branch so it can be skipped if someone feels the need!

Copy link
Contributor

@1MrKer 1MrKer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. The strongly typed mappings of Fluent NHibernate in contrast with XML is big improvement.
Id's to Guid's I think is great too.

Why are EffectiveStartedOn/By, EffectiveModifiedOn/By, EffectiveEndedOn/By nullable in BaseEntity where they are not nullable (except for EffectiveEndedBy) in the rest of code and database?

Henry Roeland added 2 commits December 24, 2018 19:55
- Upgraded to dotnet core 2.2.
- Replaced Buefy (WebUI) by Quasar-Framework.
- (Re)Introduced Typescript and finally got it working with Vue and Quasar.
- Fixed Gerard's review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants