Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Fluent

Fluent

Fluent

Great Reads

by Khademul Basher
How to create a set of data models from a set of database tables.
by saadishahin
A quick psedu-code for EF Core that's equivalent to modelBuilder.Configurations.AddFromAssembly in entity framework
by Monjurul Habib
Domain Model Layer will be better isolated from infrastructure implementation. Everything what you can configure with DataAnnotations is also possible with the Fluent API. The reverse is not true. So, from the viewpoint of configuration options and flexibility the Fluent API is “better”.
by Shivprasad koirala
Humans are lazy and programmers are humans J . We like things which are simplified and clean. So if you see the evolution of programming, we initially started with functional programming, and evolved towards object oriented programming.So as functional programmers where we used to remember methods a

Latest Articles

by Khademul Basher
How to create a set of data models from a set of database tables.
by saadishahin
A quick psedu-code for EF Core that's equivalent to modelBuilder.Configurations.AddFromAssembly in entity framework
by Monjurul Habib
Domain Model Layer will be better isolated from infrastructure implementation. Everything what you can configure with DataAnnotations is also possible with the Fluent API. The reverse is not true. So, from the viewpoint of configuration options and flexibility the Fluent API is “better”.
by Shivprasad koirala
Humans are lazy and programmers are humans J . We like things which are simplified and clean. So if you see the evolution of programming, we initially started with functional programming, and evolved towards object oriented programming.So as functional programmers where we used to remember methods a

All Articles

Sort by Score

Fluent 

by Khademul Basher
How to create a set of data models from a set of database tables.
by Marc Clifton
Write readable integration tests that exclusively call Web APIs
by Fred Song (Melbourne)
In this article, I want to show how to build a Single Page Application – MasterChef with ASP.NET Core MVC, Fluent Hibernate, and Angular JS.
by Fred Song (Melbourne)
In this article I talk about how to use ASP.NET Core MVC, Fluent NHibernate and Angular JS to implement a CRUD SPA (Single Page Application).
by Paulo Zemek
A fluent library for interactive animations in JavaScript
by Gil Fink
Update Configurations without Replace with Enterprise Library 5 Fluent Configuration API
by Daniele Fontani
Sometimes, for learning, we need to find excuses to start a new project