Hi everyone.
I have been working with NHibernate since the 2.x.x and I always use the ORM with the a Session/Transaction per Request with Asp.Net on .Net Framework. It always worked very well on production with a lot of users.
Now, I am starting a new project with
ASP.NET Core and I do not have a lot of experience with this new platform. I have been searching on web about how to implement session per request on
ASP.NET Core. Could someone share any material or some guids how to implement it?
Do I need to use a middleware? Is there any way to configure the session context and define it on IoC container to inject the ISessionFactory?
Thank you.
--
______________________________________
Felipe B Oriani