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 Fluent API
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandeep Singh Shekhawat (3)
Pankaj Kumar Choudhary (2)
Rasul Huseynov (1)
Jitendra Mesavaniya (1)
Jignesh Trivedi (1)
Venkateshwar Reddy (1)
Munib Butt (1)
Arunava Bhattacharjee (1)
Anubhav Chaudhary (1)
Geo J Thachankary (1)
Related resources for Fluent API
No resource found
Understanding Builder Design Pattern
8/1/2024 6:14:40 AM.
The Builder is a pattern that belongs to the creational design patterns family. What makes it special is its ability to provide abstraction to the client by encapsulating different types of the same o
LINQ Query Syntax vs Method Syntax in Entity Framework
5/29/2024 4:39:33 AM.
Choosing between LINQ Query Syntax and Method Syntax in Entity Framework depends on various factors. Query Syntax often resembles SQL, making it more intuitive for those with SQL background, while Met
Table Splitting in Entity Framework 6 (Code First Approach)
5/17/2024 10:42:39 AM.
Table Splitting in Entity Framework 6 (Code First Approach) allows multiple entity types to map to a single database table. This technique is useful for organizing related data within the same table,
CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC
5/9/2024 11:56:39 AM.
Perform CRUD operations in MVC using Entity Framework 5.0's Code First approach. Define entity classes, utilize DbContext and LINQ for data access, and generate views and controllers with scaffold
Relationship in Entity Framework Using Code First Approach With Fluent API
5/7/2024 11:23:34 AM.
Learn how to establish relationships in Entity Framework using the Code First approach with Fluent API. Explore configuring one-to-one, one-to-many, and many-to-many relationships using navigation pro
Code First Migrations With Entity Framework
4/30/2024 9:39:59 AM.
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how
Code First Migrations In Entity Framework Step By Step
3/21/2024 7:25:30 AM.
Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
Creating A Fluent API In C#.NET
9/25/2023 9:17:16 AM.
In this article we will look at creating a Fluent API class in C#.NET. In a Fluent API, we can link together different functionality to get a particular result. We see this used many times in Entity F
CRUD Operation Using Entity Framework Code-First
2/7/2023 7:09:22 AM.
In this article you will learn how to use the Code-First approach for better security in ASP.NET MVC.
How to Use Code First Approach With Fluent API in ASP.NET MVC Application
3/9/2021 6:02:13 AM.
This article explains how to use the Code First Approach with the Fluent API in an ASP.NET MVC Application.
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.
Move Domain Classes Configuration To Separate Classes
5/19/2016 11:44:34 AM.
In this article you will learn how to move Domain Classes Configuration to separate classes.
Fluent API In Code First Approach
5/16/2016 12:45:07 PM.
In this article you will learn about Fluent API in Code First Approach.