C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandeep Singh Shekhawat(5)
Shantanu (4)
Matthew Cochran(3)
Pankaj Kumar Choudhary(3)
Chandani Prajapati(2)
Sumit Kharche(2)
Vijay Prativadi(2)
Ajay Kumar(1)
Dharmeshwaran S(1)
Gunasekaran Palani(1)
Sardar Mudassar Ali Khan (1)
Delpin Susai Raj(1)
Vitalii Honcharuk(1)
Dipen Shah(1)
Munib Butt(1)
Vijai Anand Ramalingam(1)
Bhupesh Khandelwal(1)
Geo J Thachankary(1)
Rebai Hamida(1)
Pradeep Sahoo(1)
Anubhav Chaudhary(1)
Sudhir Vaghela(1)
Kunal Patil(1)
Umashanker Pandey(1)
Mark Pelf(1)
Harsha Vardhini(1)
Guest User(1)
Mohammad Irshad(1)
Rahul Sahay(1)
Shubham Chinchalkar(1)
Ajay Narkhedkar(1)
Abhishek Yadav(1)
Mominul Islam(1)
Nikhil Patil(1)
Rasul Huseynov(1)
Jitendra Mesavaniya(1)
Shenbagapandiyan P(1)
Aman Gupta(1)
Mukesh Kumar(1)
Jignesh Trivedi(1)
Arunava Bhattacharjee(1)
Resources
No resource found
Building a Data-Driven App with Blazor and Fluent UI
Aug 26, 2024.
This guide covers integrating Microsoft's Blazor framework with Fluent UI components to create responsive, intuitive user interfaces. Ideal for developers looking to leverage .NET and C# in single-page applications.
How to Implement Fluent UI in React
Jun 15, 2024.
Learn how to use Fluent UI in React to create modern, responsive, and accessible user interfaces. This guide covers setting up Fluent UI, integrating its components, and customizing styles for your React application.
Build Microsoft Teams Tab Extensions with React Fluent UI
Jun 11, 2024.
Discover how to create a powerful Teams Tab Extension using React and Fluent UI in this step-by-step guide. From setting up your development environment to integrating Fluent UI components seamlessly, this tutorial covers everything you need to know to build a feature-rich extension for Microsoft Teams.
Data Validation with Annotations, Custom Attributes, and Fluent Validation
Aug 30, 2023.
Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your model classes.
Xamarin.Forms - Fluent Validation In MVVM
Oct 28, 2021.
In this article, you will learn how to use fluent validation in MVVM in Xamarin.Forms App.
Advanced Entity Framework Core Tips In Practice: DbContext separation, Fluent API and Entities configuration
Sep 13, 2021.
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.
Global Navigation In Modern SharePoint Using SPFx, PnP And Fluent UI
Jul 14, 2021.
Step by Step Process to implement Global Navigation using SPFx application customizer, PnP taxonomy API using Fluent UI Controls for SharePoint Modern Sites
How To Use Dialog Control Of Fluent UI In SPFx
Feb 18, 2021.
In this article, we will see how to implement dialog control of fluent in SPFx.
How To Use Pivot Control Of Fluent UI In SPFx
Feb 02, 2021.
In this article, we will see how to implement pivot/tab control in spfx webpart.
Build A Simple Todo App Using Microsoft Fluent UI React
May 11, 2020.
In this article, you will learn how to build a simple Todo app using Microsoft Fluent UI react.
Getting Started With Microsoft Fluent UI React
May 07, 2020.
Introduction about Microsoft Fluent UI React and integration in React application
Creating A Fluent API In C#.NET
May 06, 2020.
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 Framework Core and when manipulating List<T> type of items using lambda expressions.
PnP List Picker And Fluent UI Dialog Control In SharePoint Framework
May 01, 2020.
In this article, you will see how to use PnP List Picker and Fluent UI Dialog control in SharePoint Framework.
Validate A JSON List Of Objects In ASP.NET Core Using Fluent Validation
Jan 09, 2020.
In this article, you will learn how to validate a JSON list of objects in ASP.NET Core using Fluent Validation.
Entity Framework Core - Code First Approach With Fluent API
Jun 13, 2019.
In this article, you will learn about the code first approach with Fluent API.
Work With Fluent NHibernate In Core 2.0
May 12, 2018.
NHibernate is an object-relational mapping (ORM) framework, it allow you to map the object oriented domain model with the tables in a relational Database. To realize the mapping, we have to write XML mapping files (.hbm.xml files), and to make it easier, here comes Fluent NHibernate as an abstraction layer to do it in C# rather than XML.
ts.validator.fluent - TypeScript Based Generic, Fluent Validation Framework
Apr 10, 2018.
I have created a TypeScript based generic, fluent validation framework. Also, I have built a demo Angular 6 CLI app which uses the framework for client-side form validation.
Overview Of Fluent Validation In ASP.NET MVC
Oct 08, 2016.
In this article, we will learn about fluent validation in ASP.NET MVC.
Update and Delete Data Using Code First Approach Fluent API
May 19, 2015.
This article shows how to access a SQL Server database with the Entity Framework Code First Approach and later we will also look at how to do update and delete operations.
Insert Data Using Code First Approach Fluent API
May 15, 2015.
This article shows how to access a SQL Server database with the Entity Framework Code First Approach and later we will also perform an insert data operation.
Relationship in Entity Framework Using Code First Approach With Fluent API
Jul 06, 2014.
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 properties and foreign keys.
jListQuery, A Fluent Querying Interface For JSON/JavaScript Lists
Feb 10, 2014.
jListQuery provides a fluent interface to query JSON/JavaScript lists/arrays in memory.
ASP.Net MVC Validation Using Fluent Validation
Oct 03, 2013.
This article explains how to implement ASP.NET MVC validation using Fluent Validation.
How to Use Code First Approach With Fluent API in ASP.NET MVC Application
May 30, 2013.
This article explains how to use the Code First Approach with the Fluent API in an ASP.NET MVC Application.
jFluent - Fluent Style jQuery Validation Plugin
Oct 18, 2012.
jFluent is a light-weight validation framework for client-side validation. It is a jQuery plugin which can be used in ASP .NET MVC and standard (or mobile) HTML websites
Coding Better: Programming From the Outside In for Fluent Interfaces. Part IV - A Real World Application
Feb 09, 2009.
In this article we'll look at building a fluent interface to abstract parameter assertions which gives us readable code that closely models spoken/written language. This will make code consuming our API contain less code debt and reduce the total cost of maintenance.
Coding Better: Programming From the Outside In for Fluent Interfaces. Part III
Feb 02, 2009.
In a previous article I demonstrated a coding approach that allows us to easily build a Fluent Interface. In this article we'll pick up where I left off and develop a more sophisticated/complex structure.
Coding Better: Programming From the Outside In for Fluent Interfaces. Part II
Feb 01, 2009.
In this article we’ll cover building a Fluent Interface in order to write readable code that closely models spoken/written language. In a previous article I discussed how we can be more efficient and write better code by developing from the outside-in. Now we’ll look at a new trick to make this approach even more effective, the Fluent Interface and Method Chaining.
Fluent UI (Collection of UX Frameworks from Microsoft )
Jul 23, 2024.
This article is about Fluent UI, a Microsoft framework for building user interfaces. Fluent UI is a Microsoft UX framework for creating consistent, accessible, and customizable components across platforms, supporting design consistency, accessibility, and high performance with various theming options and responsive designs.
Fluent UI Components in Power Apps
Mar 01, 2024.
Unleashing the Power of PowerApps: A Deep Dive into Fluent UI Components” is an insightful guide that explores the integration of Fluent UI components into PowerApps. This article provides a comprehensive understanding of how to enhance your PowerApps with Fluent UI’s versatile and user-friendly components.
Fluent Validation ASP.NET Core Web API 6.0
Jul 31, 2023.
Powerful .NET validation library with clean, extendable rules and lambda expressions for easy data validation.
Fluent Interface Pattern in C# With inheritance problem
Jun 14, 2023.
Tutorial article on Fluent Interface Pattern in C#.
Animation or Motion Effects Using Office UI Fabric/Fluent UI In SPFx
May 12, 2020.
In this article, you will learn about Animation or Motion effects using Office UI Fabric/ Fluent UI.
FluentView In Android Using Android Studio
Jul 03, 2018.
This article demonstrates the use of FluentView application in Android using Android Studio.
Fluent Validation With MVVM In Xamarin Forms Application
Dec 22, 2017.
Fluent Validation is used to create the validation logic separate from business logic for any type of objects you want to validate.
Fluent Validation In ASP.NET MVC
Jul 02, 2016.
In this article, you will learn about fluent validation in ASP.NET MVC.
Fluent API In Code First Approach
May 16, 2016.
In this article you will learn about Fluent API in Code First Approach.
Fluent Validation In ASP.Net MVC
Jul 06, 2015.
This article introduces how to implement Fluent Validation in an ASP.NET MVC application.
Fluent Assertions
Jun 08, 2015.
I will explain one of the patterns that I usually use when writing unit tests, Fluent Assertions.
MyFluent - A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm)
Sep 10, 2012.
In this article you will learn A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm).
Modern UI in Power Apps: Exploring the Card Control
Jan 23, 2026.
Discover the Modern Card control in Power Apps! Build sleek, dashboard-style UIs effortlessly with its Fluent design. Perfect for summaries and navigation tiles.
Entity Framework Core – Code First Approach
Dec 14, 2025.
This article provides a complete and descriptive explanation of the Entity Framework Core Code First approach. It explains how databases are created and managed using C# classes, how DbContext and entities work together, how migrations handle schema changes, and how relationships, configuration, and change tracking are managed in Code First development. Written in simple language, this guide is ideal for beginners and professional .NET developers building modern, scalable applications using Entity Framework Core and SQL Server.
Learn the Builder Pattern in C#
Oct 15, 2025.
This article provides a comprehensive guide, explaining when and how to use this creational design pattern to simplify complex object construction. Explore classic and fluent builder implementations, complete with code snippets for building a house and a person. Learn to avoid telescoping constructors, improve code readability, and encapsulate construction logic for robust and maintainable C# applications.
Entity Framework Core 9 Fundamentals: Part 6 - Mastering Data Modeling & Relationships Guide
Oct 15, 2025.
Master data modeling and relationships in Entity Framework Core 9! This guide covers data annotations, Fluent API, one-to-many, one-to-one, and many-to-many relationships. Learn to control your database schema, seed data, and handle exceptions for robust and scalable applications. Explore best practices and alternatives like Dapper for optimized performance. Elevate your data architecture skills!
A Complete Guide to Building Accordion Controls in SPFx
Sep 27, 2025.
Learn how to build effective accordion controls in SharePoint Framework (SPFx) using Fluent UI, PnP SPFx Controls, and Mantine. This guide explores the implementation, pros, and cons of each library, helping you choose the best approach for improved readability and user experience in your SPFx solutions. Discover best practices for creating intuitive and engaging interfaces with collapsible content sections.
Understanding Builder Design Pattern
Aug 01, 2024.
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 object with various combinations during the creation process.
LINQ Query Syntax vs Method Syntax in Entity Framework
May 29, 2024.
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 Method Syntax offers more flexibility with lambda expressions and method chaining.
.NET Core NUGET packages
Jul 05, 2021.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
Builder Design Pattern
Oct 12, 2020.
The Builder Design Pattern is a creational design pattern used to construct complex objects step by step. It separates the construction of an object from its representation, allowing for different types of objects to be created with the same construction process.
CRUD Operations Unit Testing In ASP.NET Core Web API With xUnit
Nov 02, 2018.
This article will demonstrate how to write Unit Test Cases for CRUD operations in Asp.Net Core Web API with the xUnit project. In this demonstration, we will write the Unit Test Cases for CRUD (CREATE, READ, UPDATE, and DELETE) operations.
Move Domain Classes Configuration To Separate Classes
May 19, 2016.
In this article you will learn how to move Domain Classes Configuration to separate classes.
Table Splitting in Entity Framework 6 (Code First Approach)
Feb 24, 2015.
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, optimizing data access, and maintaining a clear domain model.
CRUD Operation Using Entity Framework Code-First
Aug 26, 2014.
In this article you will learn how to use the Code-First approach for better security in ASP.NET MVC.
Code First Migrations With Entity Framework
Jul 20, 2014.
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 to avoid data loss and how to get a database script that has the changes.
CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC
Aug 18, 2013.
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 scaffolding for seamless data manipulation in web applications.