All Projects → VahidN → QueryingInEFCore

VahidN / QueryingInEFCore

Licence: Apache-2.0 license
Querying in Entity Framework Core

Programming Languages

C#
18002 projects

Labels

Projects that are alternatives of or similar to QueryingInEFCore

AspNetCorePostgreSQLDocker
ASP.NET Core Docker EF Core
Stars: ✭ 22 (-8.33%)
Mutual labels:  ef-core
EasyProfiler
This repo, provides query profiler for .Net
Stars: ✭ 99 (+312.5%)
Mutual labels:  ef-core
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+21233.33%)
Mutual labels:  ef-core
CoreIdentity
ASP.NET Core 3.1 - Web API, Identity, JWT, TFA, Swagger, SendGrid, EF Core SQL and Azure Storage
Stars: ✭ 93 (+287.5%)
Mutual labels:  ef-core
try.elinq
Language Integrated Query (LINQ) technology for relational databases and EF Core
Stars: ✭ 21 (-12.5%)
Mutual labels:  ef-core
vscode-csharp-snippets
Extension of C# Snippets for Visual Studio Code
Stars: ✭ 22 (-8.33%)
Mutual labels:  ef-core
CleanArchitecture-Template
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
Stars: ✭ 60 (+150%)
Mutual labels:  ef-core
social-me-die
A social media experiment with .net core, ef core, react and mobx.
Stars: ✭ 16 (-33.33%)
Mutual labels:  ef-core
Detached-Mapper
An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.
Stars: ✭ 89 (+270.83%)
Mutual labels:  ef-core
AspNetCoreFileUploadFileTable
ASP.NET Core MVC file upload / download with MS SQL Server FileTable
Stars: ✭ 112 (+366.67%)
Mutual labels:  ef-core
1976
Criando sua primeira API com ASP.NET Core e Entity Framework Core
Stars: ✭ 28 (+16.67%)
Mutual labels:  ef-core
Nebula.Admin
Destiny.Core.Flow是基于.Net Core,VUE前后分离,开发的一个开源Admin管理框架目前有以下模块:菜单管理、用户管理、角色管理、用户角色、角色权限等功能。
Stars: ✭ 254 (+958.33%)
Mutual labels:  ef-core
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-37.5%)
Mutual labels:  ef-core

Querying in Entity Framework Core

If you are new to EF-Core and you don't know how to convert your existing SQL queries to LINQ to entities queries, these exercises will help you to get started.

These samples are ported from PostgreSQL Exercises to EF-Core.

Querying in Entity Framework Core

Simple SQL Queries

Joins and Sub-queries

Modifying data

Aggregation

Working with Timestamps

String Operations

Recursive Queries

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].