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
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 (5)
Ajay Kumar (4)
Shantanu (4)
Matthew Cochran (4)
Pankaj Kumar Choudhary (3)
Ashutosh Singh (2)
Geo J Thachankary (2)
Catcher Wong (2)
Jaydeep Patil (2)
Gaurav Kumar Arora (2)
Madhan Thurai (2)
Chandani Prajapati (2)
Sumit Kharche (2)
Vijay Prativadi (2)
Gunasekaran Palani (1)
Rasul Huseynov (1)
Mukesh Kumar (1)
Sudhir Vaghela (1)
Aman Gupta (1)
Ziggy Rafiq (1)
Dharmeshwaran S (1)
Arun Kizhakke (1)
Jitendra Mesavaniya (1)
Jignesh Trivedi (1)
Venkateshwar Reddy (1)
Manikanta Pattigulla (1)
Kunal Patil (1)
Munib Butt (1)
Sardar Mudassar Ali Khan (1)
Umashanker Pandey (1)
Mark Pelf (1)
Maniteja Vegi (1)
Munesh Sharma (1)
Arunava Bhattacharjee (1)
Ramasagar Pulidindi (1)
Vitalii Honcharuk (1)
Delpin Susai Raj (1)
Dipen Shah (1)
Shenbagapandiyan P (1)
Anubhav Chaudhary (1)
Harsha Vardhini (1)
Vijai Anand Ramalingam (1)
Guest User (1)
Bhupesh Khandelwal (1)
Rebai Hamida (1)
Mohammad Irshad (1)
Pradeep Sahoo (1)
Rahul Sahay (1)
Related resources for fluent
No resource found
Build Microsoft Teams Tab Extensions with React Fluent UI
9/11/2024 7:17:30 AM.
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,
Building a Data-Driven App with Blazor and Fluent UI
8/26/2024 4:06:22 AM.
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
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
CRUD Operations Unit Testing In ASP.NET Core Web API With xUnit
7/30/2024 5:54:17 AM.
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
Fluent UI (Collection of UX Frameworks from Microsoft )
7/23/2024 4:13:03 AM.
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 platf
Builder Design Pattern
7/19/2024 7:01:46 AM.
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 typ
A Simple FTP Client Using FluentFTP with Json Configuration in C#
6/21/2024 4:36:50 AM.
With the help of C# and FluentFTP, we can build a simple yet robust FTP client using this comprehensive guide by Ziggy Rafiq. This article describes how to set up a console application, integrate Flue
How to Implement Fluent UI in React
6/15/2024 9:00:14 AM.
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 Re
.Net Core - C# Web API with Apache Kafka Integration
6/11/2024 12:19:33 PM.
Learn to create Kafka consumers in C# .NET Core for web API integration. Install Confluent.Kafka, configure services, inject dependencies, and implement background service. Test with Kafka producer in
Real-time Streaming with .NET Core and Kafka
5/30/2024 11:38:29 AM.
Unlock real-time data processing potential with .NET Core and Kafka, leveraging event-driven architecture for seamless integration. Scale effortlessly, harnessing Kafka's pub/sub messaging and str
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.
Web API Validation
3/20/2024 9:41:36 AM.
Learn about the importance of validation in Web API development, including techniques like Model Validation and Fluent Validation. Explore how to implement validation rules using data annotations and
Fluent UI Components in Power Apps
3/1/2024 5:29:37 AM.
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 comprehen
How Do You Test Your FluentValidation Validators?
1/16/2024 11:22:17 AM.
When you create validators using FluentValidation in your .NET applications, it's important to check if they do their job correctly. Testing your validators helps you make sure they catch mistakes
FluentValidation in .NET 8
1/15/2024 10:08:43 AM.
Validation is a crucial aspect of software development, ensuring that data meets specified criteria before it is processed further. In the .NET ecosystem, one powerful and widely used library for hand
Data Validation in ASP.NET Core with FluentValidation
10/19/2023 12:49:09 PM.
FluentValidation in ASP.NET Core Data Validation is a title that encapsulates the concept of using the FluentValidation library within the ASP.NET Core framework for effective data validation. In this
Unit Testing in .NET Core - Better Assertions with FluentAssertions and Shouldly
10/3/2023 6:45:21 AM.
In this blog post, we will explore how to enhance your assertion capabilities in .NET Core unit testing, using the xUnit testing library. We'll start by examining the xUnit's built-in assertio
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
Practical ASP.NET Core Unit Testing with xUnit, MOQ, and FluentAssertions
9/6/2023 7:31:49 AM.
Explore ASP.NET Core unit testing with xUnit, MOQ, and FluentAssertions. Learn to set up your project, write tests, and mock dependencies for reliable software development.
Data Validation with Annotations, Custom Attributes, and Fluent Validation
8/30/2023 9:43:46 AM.
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 mod
Fluent Validation ASP.NET Core Web API 6.0
7/31/2023 6:15:23 AM.
Powerful .NET validation library with clean, extendable rules and lambda expressions for easy data validation.
Fluent Interface Pattern in C# With inheritance problem
6/14/2023 5:42:50 AM.
Tutorial article on Fluent Interface Pattern in C#.
Using FluentValidation In ASP.NET Core
5/15/2023 3:41:53 PM.
This article introduced three ways to use FluentValidation in ASP.NET Core. In the last article, I introduce the base usages of FluentValidation in .NET Core with a Console App.
Use FluentValidation In .NET Core
5/15/2023 3:27:06 PM.
This article introduced the basic usages of FluentValidation to build validation rules.
Confluent Apache Kafka Registration PaaS Services
5/1/2023 7:00:24 PM.
Kafka is managed and monitored through Confluent Control Center, a GUI-based solution. You can create, amend, and manage connections to other systems, as well as administer Kafka Connect, with ease. A
Rudderstack Introduction And Implementation Using .NET Core 7 Web API
3/29/2023 6:29:32 AM.
In this article, you will learn about Rudderstack Introduction and Implementation using .NET Core 7 Web API.
Kafka Application With Confluent Cloud And Azure Function App Using .NET Core 7
3/20/2023 9:12:31 AM.
In this article, you will learn about Kafka Application with Confluent Cloud and Azure Function App using .NET Core 7.
FluentValidation In Minimal APIs In ASP.NET Core 7.0
3/9/2023 10:22:07 AM.
In this article we are going to learn how to implement FluentValidation to our model classes in ASP.NET core 7 with minimal APIs.
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.
Using FluentValidation.DependencyInjectionExtensions To Simplify Validation In .NET Applications
1/2/2023 8:58:42 AM.
This article discusses the use of FluentValidation.DependencyInjectionExtensions, an extension for the popular .NET validation library FluentValidation. The extension enables the use of dependency inj
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.
CRUD Operations in NancyFx Using ASP.Net and FluentNHibernate by Repository Pattern
11/1/2021 6:44:27 AM.
In this article, we learn how to get started with NancyFx with FluentNHibernate and Repository Pattern.
Xamarin.Forms - Fluent Validation In MVVM
10/28/2021 12:36:16 PM.
In this article, you will learn how to use fluent validation in MVVM in Xamarin.Forms App.
Implementation Of Office UI Grid, Accordion, Datepicker, RichText Controls In SPFx
7/27/2021 4:46:57 AM.
In this article we will learn about how to leverage office ui fabric grid in our spfx component and also implementation of accordion, Datepicker and richtext controls in our component
Global Navigation In Modern SharePoint Using SPFx, PnP And Fluent UI
7/14/2021 12:53:27 PM.
Step by Step Process to implement Global Navigation using SPFx application customizer, PnP taxonomy API using Fluent UI Controls for SharePoint Modern Sites
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
Modal Popup In SPFx💡
6/8/2021 2:23:23 PM.
In this article, we will learn about .how to implement the Modal popup component in SPFx.
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.
How To Use Dialog Control Of Fluent UI In SPFx
2/18/2021 6:38:06 PM.
In this article, we will see how to implement dialog control of fluent in SPFx.
ASP.Net MVC Validation Using Fluent Validation
2/11/2021 10:54:15 AM.
This article explains how to implement ASP.NET MVC validation using Fluent Validation.
How To Use Pivot Control Of Fluent UI In SPFx
2/2/2021 4:21:07 PM.
In this article, we will see how to implement pivot/tab control in spfx webpart.
Animation or Motion Effects Using Office UI Fabric/Fluent UI In SPFx
5/12/2020 2:36:17 PM.
In this article, you will learn about Animation or Motion effects using Office UI Fabric/ Fluent UI.
Build A Simple Todo App Using Microsoft Fluent UI React
5/11/2020 8:42:05 AM.
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
5/7/2020 9:03:12 AM.
Introduction about Microsoft Fluent UI React and integration in React application
PnP List Picker And Fluent UI Dialog Control In SharePoint Framework
5/1/2020 6:25:37 PM.
In this article, you will see how to use PnP List Picker and Fluent UI Dialog control in SharePoint Framework.
FluentView In Android Using Android Studio
2/20/2020 2:51:08 AM.
This article demonstrates the use of FluentView application in Android using Android Studio.
Validate A JSON List Of Objects In ASP.NET Core Using Fluent Validation
1/9/2020 8:09:26 AM.
In this article, you will learn how to validate a JSON list of objects in ASP.NET Core using Fluent Validation.
ts.validator.fluent - TypeScript Based Generic, Fluent Validation Framework
10/15/2019 7:11:31 AM.
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.
MyFluent - A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm)
10/1/2019 3:00:49 AM.
In this article you will learn A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm).
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.
Work With Fluent NHibernate In Core 2.0
5/12/2018 9:30:21 AM.
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
Fluent Validation With MVVM In Xamarin Forms Application
12/22/2017 4:23:26 AM.
Fluent Validation is used to create the validation logic separate from business logic for any type of objects you want to validate.
Overview Of Fluent Validation In ASP.NET MVC
10/8/2016 1:27:28 PM.
In this article, we will learn about fluent validation in ASP.NET MVC.
Fluent Validation In ASP.Net MVC
8/29/2016 6:03:47 AM.
This article introduces how to implement Fluent Validation in an ASP.NET MVC application.
Fluent Validation In ASP.NET MVC
7/2/2016 4:39:13 PM.
In this article, you will learn about fluent validation in ASP.NET MVC.
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.
jListQuery, A Fluent Querying Interface For JSON/JavaScript Lists
7/25/2015 4:37:04 AM.
jListQuery provides a fluent interface to query JSON/JavaScript lists/arrays in memory.
Fluent Assertions
6/9/2015 12:20:03 AM.
I will explain one of the patterns that I usually use when writing unit tests, Fluent Assertions.
Update and Delete Data Using Code First Approach Fluent API
5/19/2015 5:15:33 PM.
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
5/15/2015 2:21:39 AM.
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.
CRUD Operations With Web API Using FluentNHibernate and Repository Pattern
3/14/2015 10:32:59 AM.
In this step-by-step article we will discuss all about Create, Read, Update, Delete (CRUD) operations with the Web API using the Repository pattern and using the most popular ORM, FluentNHibernate.
Coding Better: Programming From the Outside In for Fluent Interfaces. Part II
9/15/2014 7:21:09 AM.
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.
Coding Better: Programming From the Outside In for Fluent Interfaces. Part IV - A Real World Application
9/15/2014 5:04:55 AM.
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
9/15/2014 5:02:28 AM.
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.
jFluent - Fluent Style jQuery Validation Plugin
5/15/2014 2:48:55 AM.
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
Building a Fluent Interface by Coding From the Outside In - Video Demonstration
2/3/2009 12:00:00 AM.
This video demonstrates building a Fluent Interface from a code sketch written for my article series about programming from the outside in.