TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Entity Framework Core
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (7)
Ankit Sharma (5)
Jignesh Trivedi (5)
Akshay Patel (5)
Thiago Vivas (5)
Bassam Alugili (5)
Ajay Kumar (4)
Geo J Thachankary (3)
CSharp TV (3)
Vitalii Honcharuk (3)
Mukesh Kumar (3)
Saineshwar Bageri (2)
Allani Saikumar (2)
Sarathlal Saseendran (2)
Debasis Saha (2)
Asma Khalid (2)
Aman Panjwani (2)
Jignesh Kumar (2)
Abhishek Yadav (2)
Sandeep Singh Shekhawat (1)
Tahir Ansari (1)
Chetan Sanghani (1)
Jaimin Shethiya (1)
Mukesh Kumar (1)
Manoj Kalla (1)
Anupam Maiti (1)
Abhimanyu K Vatsa (1)
Jobin S (1)
Chethan N (1)
Vikas Singh (1)
Vineet Desai (1)
Mohammad Elsheimy (1)
Ziggy Rafiq (1)
Farhan Ahmed (1)
Jitendra Mesavaniya (1)
Muneeb Mughal (1)
Guest User (1)
Rajeesh Menoth (1)
Amit Mohanty (1)
Yogi S (1)
Tural Suleymani (1)
Jaydeep Patil (1)
Kirtesh Shah (1)
Vishal Yelve (1)
Yogeshkumar Hadiya (1)
Mahesh Chand (1)
Venkatesh Kumar (1)
Piyush Pansuriya (1)
Junaid Shahid (1)
Shweta Lodha (1)
Adalat Khan (1)
Kannadasan G (1)
Gowtham K (1)
Mangesh G (1)
Akhil Mittal (1)
Related resources for Entity Framework Core
No resource found
ASP.NET Core - CRUD With React.js And Entity Framework Core
10/11/2024 12:27:56 PM.
Discover how to implement CRUD (Create, Read, Update, Delete) operations, set up a RESTful API, and manage data effectively. Enhance your web development skills with practical examples and best practi
Introduction To Entity Framework Core
9/12/2024 5:45:08 AM.
Explore the basics of Entity Framework Core in this introduction. Learn how EF Core simplifies data access in .NET Core applications through Object-Relational Mapping (ORM).
Performing CRUD Operations With ASP.NET MVC Core And Entity Framework Core
8/29/2024 7:18:32 AM.
In this article, you will learn how to perform CRUD operations with ASP.NET MVC Core and Entity Framework Core.
Repository Pattern In ASP.NET Core
8/29/2024 7:16:41 AM.
In this article, you will learn about repository pattern in ASP.NET Core.
Implementing Pagination and Filtering in ASP.NET Core 8.0 API
8/6/2024 6:40:33 AM.
Learn how to efficiently implement pagination and filtering in your ASP.NET Core 8.0 API using Entity Framework Core. Enhance performance, scalability, and user experience with server-side data handli
Soft Deletes with EF Core
7/16/2024 5:45:57 AM.
Learn how to implement soft deletes using EF Core in your ASP.NET Core applications. This guide covers the soft deletion pattern, ensuring data integrity while keeping historical records.
Working with Entity Framework Core
7/15/2024 5:17:51 AM.
Entity Framework Core (EF Core) is a powerful Object-Relational Mapping (ORM) framework provided by Microsoft for .NET applications. It simplifies data access and persistence by allowing developers to
Generic Repository with EF Core in .NET Core 8
7/3/2024 9:18:09 AM.
Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become gidd
Code First Approach In ASP.NET Core MVC With EF Core Migration
6/25/2024 10:07:59 AM.
Explore the Code First approach in ASP.NET Core MVC with EF Core Migration in this comprehensive guide. Learn how to define your database schema using C# classes, create and manage migrations, and kee
Understanding CRUD Operation in Blazor
6/19/2024 4:20:13 AM.
Explore Blazor Server and WebAssembly models, integrate Entity Framework Core for data management, utilize Razor Components for UI design, and understand data binding in Blazor for seamless interactio
Preventing XSS Attacks in ASP.NET Core MVC
6/12/2024 6:56:55 AM.
Build a secure ASP.NET Core MVC blog app with Entity Framework Core. Follow steps to create models, controllers, views, and implement client-side validation and sanitization to thwart XSS attacks. Acc
Creating Simple Cascading DropDownList In ASP.NET Core MVC With New Tag Helpers
6/7/2024 10:44:02 AM.
Learn how to implement cascading dropdowns in ASP.NET Core MVC. This guide covers setting up the database, creating models, controllers, views, and using jQuery AJAX for dynamic dropdown population. D
Using jQuery DataTables Grid With ASP.NET CORE MVC
6/7/2024 10:43:33 AM.
Learn to integrate jQuery DataTables Grid with ASP.NET Core MVC in a step-by-step tutorial. This guide covers creating an ASP.NET Core MVC project, setting up a database, and using Entity Framework Co
Mastering ASP.NET Core Identity in ASP.NET Core MVC
6/6/2024 7:23:54 AM.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims
Developing API In .NET Core With GraphQL
6/5/2024 8:14:10 AM.
Developing API in .NET Core with GraphQL" involves leveraging the power of GraphQL to create efficient and flexible APIs in the .NET Core ecosystem. This approach enables developers to design a s
Dynamic Mapping Database result to Entity T
5/20/2024 7:16:04 AM.
This article provides logic for Mapping the SQL Result to C# Class. This code snippet demonstrates the dynamic mapping of SQL result columns to C# properties, converting SNAKE_CASE SQL column names to
Dotnet Core, EF Core Store Procedure With Multiple Results
5/20/2024 6:33:57 AM.
Entity Framework Core coupled with stored procedures for SQL database data retrieval encounters a constraint: consistent return of all columns required for DbQuery<T> properties. This alternativ
Entity Framework's Database Seed Method
5/17/2024 10:35:16 AM.
In this article, we will learn Entity Framework Database Seed Method that allows you to seed some dummy data in the database for testing purposes.
Building CRUD Operations in .NET Core 8 with MongoDB
5/9/2024 4:48:33 AM.
Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core's capabilities for
Inject a DbContext Instance Into BackgroundService in .NET Core
5/5/2024 8:28:55 AM.
In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensuring p
Entity Framework Core: Features, Real-time Implementation, Best Practices
4/29/2024 10:27:09 AM.
Entity Framework Core (EF Core) stands as a powerful toolset for .NET developers, streamlining the interaction between applications and databases through object-relational mapping (ORM). Whether adopt
Working With Temporal Tables In EF Core 6.0
4/18/2024 8:46:18 AM.
Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
Reducing Complexity Using Entity Framework Core Owned Types
4/18/2024 8:45:52 AM.
Simplify data modeling in Entity Framework Core with Owned Types. Streamline database schema and relationships, reducing complexity in code-first approaches. Enhance maintainability and readability wi
GraphQL In .NET Core Web API With Entity Framework Core - Part Four
4/18/2024 8:20:28 AM.
In this article, we will explore advanced GraphQL integration in .NET Core Web API with Entity Framework Core. Part Four delves into optimized data access, schema design, and API development for robus
A Comprehensive Guide to Entity Framework Core in .NET 8
4/16/2024 10:54:12 AM.
Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from basic concepts to
Installing EF Core with Empty Template in ASP.NET MVC Core 3.0
4/15/2024 11:49:21 AM.
Discover how to seamlessly integrate Entity Framework Core into your ASP.NET MVC Core 3.0 application using an empty template. Follow a step-by-step installation guide to set up the data access layer
Combine ADO.NET, EF Core And Dapper In Same Blazor App
4/15/2024 11:09:08 AM.
Discover the power of combining ADO.NET, EF Core, and Dapper within a single Blazor application. Seamlessly integrate these data access technologies to leverage the strengths of each, enhancing perfor
Pagination in a .NET with EF Core
4/15/2024 5:20:15 AM.
Pagination allows you to retrieve a large number of records split into pages instead of returning all the results at once. In this article, I present how to implement OffSet and Keyset pagination in a
Soft Delete in Entity Framework Core
4/8/2024 7:15:23 AM.
Soft delete in Entity Framework Core allows for logically marking records as deleted without physically removing them from the database. This technique involves setting a flag, often "IsDeleted,&
Seamless Database Integration with C#
3/26/2024 5:50:08 AM.
Efficiently integrating databases with C# applications is crucial for managing data seamlessly. Explore various approaches like ADO.NET, Entity Framework Core, and Dapper along with best practices for
Soft Deletion in Entity Framework Core
3/23/2024 6:35:46 AM.
In this article, we will delve into the concept of soft deletion and illustrate how to implement it effectively with EF Core.
GraphQL In .NET Web API With Entity Framework Core - Part One
3/11/2024 9:22:06 AM.
In this article, we will learn about the step-by-step implementation of GraphQL in a Web API using ASP.NET Core, including database setup, scaffolding, configuration, repository creation, and GraphQL
Shadow Properties In Entity Framework Core
3/7/2024 11:32:17 AM.
Entity framework core added many new features that are already present in older entity framework versions. One of the features of the Entity framework core is "Shadow Properties". The featur
Entity Framework Core 5.0 - An Introduction To What's New
3/7/2024 11:26:50 AM.
Discover the latest features in Entity Framework Core 5.0, including improved performance, enhanced LINQ capabilities, migration enhancements, and streamlined database schema management.
GraphQL In .NET Core Web API With Entity Framework Core - Part Three
3/7/2024 8:58:59 AM.
Explore GraphQL integration in .NET Core Web API using Entity Framework Core in Part Three of this series. Learn to efficiently query data with C# backend development, enhancing API capabilities.
New Features Of Entity Framework Core 2.0
3/7/2024 8:53:53 AM.
Entity Framework Core is a lightweight and extensible version of Entity Framework. It is based on an ORM (Object-Relational Mapper) which enables us to work with databases using .NET objects. This art
Shadow Properties In Entity Framework Core
3/7/2024 8:52:35 AM.
In this article, you will learn Entity Framework Core's shadow properties, and hidden fields in the model that aren't mapped to the database schema directly. Learn how to leverage them for met
Creating A CRUD With ASP.NET Core And EF Core
2/28/2024 11:41:41 AM.
Entity Framework Core (EF) is an ORM that makes it simpler to work with database by using POCO classes that map to database entities and DbContext to interact with them.
Building ASP.NET Core MVC Application Using EF Core and ASP.NET Core 1.0
2/28/2024 11:00:47 AM.
In this article, We will explain how to build the Applications with ASP.NET Core MVC & Entity Framework Core, using an ASP.NET Core 1.0.
Blazor - CRUD Using PostgreSQL And Entity Framework Core
2/20/2024 3:13:20 PM.
We will see the CRUD actions in Blazor framework with PostgreSQL database and Entity Framework Core. We will create a sample Patient app with all CRUD actions.
ASP.NET Core - Expense Manager Using EF Core And Highcharts
2/20/2024 7:31:47 AM.
We will create a personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach with the help of Highcharts to show the expense summary chart and a modal dialog to handl
CRUD ASP.NET Core Using Entity Framework Core With Swagger
2/9/2024 6:51:56 AM.
Learn to connect an existing website to a local database using Entity Framework Core. Benefit from faster setup, simplified data access, and reduced code with LINQ. Embrace cross-platform capabilitie
Lazy Loading In ASP.NET Core 7 Web API
1/22/2024 9:09:14 AM.
ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by marki
Eager Loading In ASP.NET Core Web API Complete Example
1/22/2024 8:52:34 AM.
In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database cal
Eager Loading and Lazy Loading in .NET Core
12/29/2023 6:18:51 AM.
This article delineates two fundamental data retrieval strategies in .NET Core: Eager Loading and Lazy Loading. Eager loading is a technique used to retrieve related or associated data in a single que
Synergy of .NET, DevOps, and Entity Framework Core
12/6/2023 5:04:20 AM.
Explore the synergy of DevOps, .NET, and Entity Framework Core for streamlined and efficient software development. Learn to integrate CI/CD pipelines, version control, and automated testing for high-q
Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design Pattern
10/6/2023 9:41:41 AM.
This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be in
ASP.NET CORE - Learn CRUD Operations In Entity Framework Core From Zero To Hero [Updated .NET 7.0]
10/5/2023 4:50:34 AM.
This CRUD operations tutorial will help beginners learn to build database-driven applications in ASP.NET CORE and Entity Framework Core quickly. Here, the following things are used - ASP.NET CORE, EF
ASP.NET Core Web API for CRUD Operations with MySQL
9/25/2023 8:20:01 AM.
Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Co
Azure Function Data Migration with ASP.NET Core Web API
9/15/2023 7:36:25 AM.
Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippe
GraphQL In .NET Core Web API With Entity Framework Core - Part Five
6/1/2023 6:00:37 AM.
In this article, we will see different query formats, the way of using a directive in a query, and the process of defining variables in the query.
Exploring PostgreSQL Sequences With Entity Framework CORE
3/28/2023 5:42:53 AM.
In this article, you will learn how to explore PostgreSQL Sequences with Entity Framework CORE.
Rockin’ The Code World with dotNetDave ft. Brady Gaster Ep. 75
3/11/2023 1:14:15 PM.
Join us with Brady Gaster for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 74
2/23/2023 2:18:32 PM.
Join us with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
CRUD Operation Using Entity Framework Core And Stored Procedure In .NET Core 6 Web API
1/10/2023 11:18:21 AM.
In this article, you will learn about CRUD Operation using Entity Framework Core and Stored Procedure in .NET Core 6 Web API.
Web API 3 Layers Architecture With .NET 6
11/9/2022 7:02:54 AM.
This article will explain one of the most used software architectural patterns, the 3 layers architecture. Besides the theoretical explanation of the 3 layers architecture, it will also be given a pra
Installing Entity Framework Core
10/18/2022 6:36:10 AM.
In this article, you will learn how to Install Entity Framework Core in .Net Core application.
Entity Framework Core 6 With Database First
9/26/2022 7:11:54 AM.
In this article, you will learn about Entity Framework Core 6 With Database First.
.NET Core 3.1 Web API CRUD
9/9/2022 5:13:16 AM.
In this article, you will learn about .Net Core 3.1 Web API CRUD using EF Core.
ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach
7/8/2022 3:31:52 AM.
This article is about creating razor pages base simple asp.net core login application using entity framework.
Caching In Entity Framework Core Using NCache
6/24/2022 9:03:16 AM.
It will be explained in this article how to integrate Entity Framework Core with a caching engine using NCache. The article will be given a practical example of how we could set up our Entity Framewor
Relationships In Entity Framework Core
5/4/2022 6:52:45 AM.
This Articles Briefs about how we can Configure Various types of Relationships amongst the Entities Using Entity Framework Core Code First Approach.
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 52
4/6/2022 6:19:33 AM.
Join us on April 02 with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Working With Data Using Entity Framework Core
3/29/2022 11:55:03 AM.
The article illustrates the implementation of Entity Framework Core Code First Approach using Data Models and Contexts Classes, as well as the migration commands and seeding of test data into the data
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In Mind
1/11/2022 3:12:51 AM.
When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext wit
Advanced Entity Framework Core Tips In Practice: DbContext separation, Fluent API and Entities configuration
1/11/2022 3:12:18 AM.
I am describing the practical aspects of working with Entity Framework Core. In this part, I am touching DbContext separation, Fluent API and Entities configuration.
Advanced Entity Framework Core Tips In Practice: Concurrency, Query filters and SaveChanges Method Abilities💪
1/11/2022 3:11:26 AM.
I am describing the practical aspects of working with Entity Framework Core. In this article I am touching Concurrency token and RowVersion, on save changes interceptor with a bunch of usefu
Understanding Code First Approach Of Entity Framework Core
6/8/2021 2:18:49 PM.
In this article, we will understand code first approach of Entity framework Core in ASP.Net Core. In this article we use entity framework core for creating table in SQL, delete table, update table, ad
Integrate Swagger With .NET Core 3.1 And Entity Framework Core
3/16/2021 4:15:47 AM.
In this article I will demonstrate how to integrate swagger UI with asp.net core web api and entityframe core. Swagger UI will help developer to test their API endpoint and provide documentation.
CRUD Operation With .NET Core 3.1 And Entity Framework Core
3/7/2021 2:31:43 AM.
In this article I am going to walk you through CRUD operation using .net core 3.1 and entity framework core.
Modern Architecture Shop - Autoscaler
11/10/2020 8:39:13 AM.
Modern Architecture Shop is a clean-lightweight .NET and scalable application. Keep your eye on the Road Map (watch it on GitHub). The next version will contain a minimal feature set so that the user
What Is The Future Of Entity Framework
10/30/2020 2:19:57 AM.
Watch this video to learn about the future of Entity Framework and what is the future of EF and EF Core.
ASP.NET Core - CRUD Using Blazor And Entity Framework Core
5/28/2020 3:20:25 AM.
Microsoft has recently announced the release of a new .NET web framework – Blazor. In this article we are going to create a web application using Blazor with the help of Entity Framework Core. We will
Using Entity Framework Core Code First Approach
4/22/2020 3:24:53 PM.
In this article, you will learn how to use the Entity Framework Core code first approach.
Insert Records In Two Tables In Foreign Key Relationship Using Entity Framework Core
4/17/2020 9:08:59 AM.
In this article, you will learn how to Insert Records in two tables in foreign key relationship using entity framework core.
Entity Framework Core And Its Data Modelling Approaches
3/19/2020 9:16:53 AM.
In this article, you will learn about Entity Framework Core and its Data Modelling Approaches.
Creating a Model and Database in ASP.NET Core Razor Pages Using Entity Framework Core
3/12/2020 5:31:57 PM.
In this article, you will learn how to create model and DbContext objects in ASP.Net Core razor pages using entity framework along with migrations.
Entity Framework Core 5.0 - Plan Quick Review
2/11/2020 7:53:34 AM.
Plan for Entity Framework Core 5.0 - Review:https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-5.0/plan
Entity Framework Core And Cosmos DB With Blazor
7/29/2019 2:12:49 PM.
In this article, we will learn how to get started with Entity Framework Core and Cosmos Db with Blazor. We will create a demo application as well for better understanding.
Entity Framework Core Code-First CRUD Operations In ASP.NET Core Application
7/27/2019 11:39:29 PM.
This video talks about how you can use the Entity Framework Code-First approach in ASP.NET Core applications.
Entity Framework Core - Code First Approach With Fluent API
6/13/2019 8:40:21 AM.
In this article, you will learn about the code first approach with Fluent API.
Creating ASP.NET Core 2.2 Application Step-by-Step
6/11/2019 11:35:12 PM.
This article will walk you through the creation of ASP.NET Core application using ASP.NET Core 2.2 from scratch, by utilizing the capabilities of package manager, EF Core, Identity API, Razor Class Li
Spatial Queries In Entity Framework Core
6/3/2019 8:43:12 AM.
In this article, you will learn about spatial queries in Entity Framework Core.
Entity Framework Core In Docker Container - Part Two - SQLite
5/15/2019 9:26:32 AM.
This article offers a good step-by-step tutorial on using SQLite and Entity Framework Core with Docker.
Entity Framework Core In Docker Container - Part I - SQL Server
5/3/2019 9:25:35 AM.
In this article, we will learn using Docker with Entity Framework Core and with different databases.
Execute Stored Procedures In MVC Core Using Entity Framework Core
4/23/2019 8:29:29 AM.
In this article, you will learn how to execute stored procedures in MVC Core using Entity Framework Core.
New Features Of Entity Framework Core 2.1 - Lazy Loading
4/12/2019 1:42:40 PM.
This article discusses the new feature added to Entity Framework Core 2.1, i.e., Lazy Loading.
Features Of Entity Framework Core 2.1 - Better Column Ordering In Initial Migration
4/11/2019 10:44:51 AM.
This article discusses the new features added in Entity Framework Core 2.1.
What Is Entity Framework And How Entity Framework Core Is Different
4/11/2019 10:23:11 AM.
This article is about Entity Framework and Entity Framework Core
Generate Entity Framework Core Code First Models From Database In ASP.NET Core
2/23/2019 3:07:41 PM.
In this article, I have explained how to generate Entity Framework Core code-first models from the database in ASP.NET Core.
Create RESTful API Using ASP.NET Core With Entity Framework Core
2/8/2019 12:49:40 AM.
From this article, you will learn how to create a RESTful API using ASP.NET Core with Entity Framework Core.
Entity Framework Core InMemory Database
2/5/2019 9:06:21 AM.
In this article, we will see how we can use the InMemory database of Entity Framework Core.
Angular 7 SPA CRUD With ASP.NET Core And Entity Framework Core
11/28/2018 8:33:31 AM.
It feels good to be back with the 18th article on Angular and that too with Angular 7 which is out recently.
Understanding Entity Framework Core And Code First Migrations In EF Core
11/17/2018 11:53:17 AM.
In the previous articles (data access approach, code first approach, and WebAPI) we learned a lot about entity framework and its practical implementations. The intent of this article is to explain the
ASP.NET Core 2.1 - Implement Entity Framework Core In A Code First Approach
10/17/2018 8:57:06 AM.
In this article, we will discuss the Code-First Approach in Entity Framework Core using ASP.NET Core2.1.
ASP.NET Core - Entity Framework Query Through Database
9/26/2018 11:49:48 PM.
This article is about querying read data and insert data commands to the SQL Server database via the Entity Framework. ASP.NET Core, Entity Framework Core, Entity Framework Query Through Database
ASP.NET Core - CRUD Using Angular 5 And Entity Framework Core
5/18/2018 1:34:54 AM.
CRUD Operations in ASP.NET Core application using Angular 5 , Web API and Entity Framework Core DB first approach with the help of VS 2017.
ASP.NET Core - Using Highcharts With Angular 5
5/3/2018 10:45:41 AM.
We will create an online poll application using ASP.NET Core, Angular 5 and Entity Framework Core. The Poll results will be displayed as a column chart, created using Highcharts.
Setting Up Entity Framework Core Database With Factory
3/14/2018 10:50:27 AM.
In this write-up, I will explain how to easily and quickly set up your database using Entity Framework Core in a .NETCore project using the factory pattern to connect your entities to your database.
No Tracking With Entity Framework Core
3/2/2018 10:08:07 AM.
DbContext in Entity Framework is responsible for tracking the changes made on the entity or object, so the correct update is done to the database when the SaveChange() method of context is called. Whe