Comparison of Performance Between Raw Oracle SQL and NHibernate ORM
-
Updated
Jun 16, 2017 - C#
Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.
Comparison of Performance Between Raw Oracle SQL and NHibernate ORM
Fast, lightweight .NET micro-ORM
Creado con ASP.NET Core 6 (MVC) Framework .NET 6.0 + Entity Framework ORM.
Dapper is an open-source object-relational mapping (ORM) library for .NET and .NET Core applications. The library allows developers to quickly and easily access data from databases without the need to write tedious code. Dapper allows you to execute raw SQL queries, map the results to objects, and execute stored procedures, among other things.
An ORM-agnostic implementation for data access based on the EFPRS project (https://github.com/huyrua/efprs).
💽 Simple object–relational mapping (ORM) library for C# .NET.
C# WPF web scraping application exploring Model-ViewModel-View (MVVM) architecture, dependency injection and object-relational mapping (ORM).
Repositório com exercícios do curso “Entity Framework: integre aplicações .NET com banco de dados” da Alura. Aborda configuração do EF, mapeamentos explícitos, definição de relacionamentos, persistência e consultas de dados em aplicações .NET.
SqlRepo is a .NET library for building SQL statements with Lambda Expressions and mapping results to objects
That repository has been created for "FII Practic 2019", "FullStack Development" area. We have done a custom CRM with auto-generating Web-API and a small JS framework.