Part-13: Fluent API in entity framework core | Entity framework core 7.0 tutorial | efcore

Опубликовано: 04 Октябрь 2024
на канале: Just Pick and Learn
3,932
92

Fluent API enables developers to chain together method calls in a way that closely resembles natural language or a series of sentences.

In the context of software development, a Fluent API is typically used to configure or manipulate objects in a concise and intuitive manner. Instead of invoking methods individually and passing parameters separately, a Fluent API allows you to chain multiple method calls together, creating a fluent and readable syntax.

In this vide you will understand:
What is Fluent Api
Relationship between Fluent api and entity framework core
How to use fluent api in entity framework core

MSDN reference:
https://learn.microsoft.com/en-us/ef/...

Various playlists from this channel:
Entity Framework core tutorial:
   • Entity Framework Core 7.0 tutorial  

Asp.net core tutorial playlist:
   • Asp.net Core tutorial for beginners  

C# tutorial:
   • C# Basics  

C# programs for practice:
   • C# - Logical programs  

.NET fundamentals:
   • .NET fundamentals  

#Entity Framework core 7.0 tutorial
#Ef core
#e f core