Usually when we need to retrieve data from database server, we write code which looks like that using (var session = DataAccesLayer.Instance.OpenSession()) { using (var transaction = session.BeginTransaction()) { var projects = session.QueryOver
Strona głównaWindows
Windows 4052 dni, 9 godzin, 8 minut temu 119 pokaż kod licznika zwiń
Podobne artykuły:
- Programistka i kot: nHibernate named queries
- Programistka i kot: POCO
- [EN] Validating fields of NHibernate model · CEZARY PIĄTEK
- [NHibernate] Fluent NHibernate – łączenie z bazą danych i kreowanie jej schematu « Grzegorz Wodniczak
- [RS] NHibernate w praktyce (część 1)
- Programistka i kot: nHibernate associations introduction
- Generyczne repozytorium z NHibernate
- .NET Adventure with reVis: NHibernate 3 i QueryOver API
- [RS] NHibernate - klasa bazowa testu
- Dario-G | FluentNHibernate i konwencja PrimaryKey
- Transactional Outbox with RabbitMQ - Building Microservices | .NET Core