Top "Fluent" questions

Fluent interface is an API which allows method chaining to make code more readable.

How do I map to a lookup table using Entity Framework Code First with Fluent API

I'm new to asp.net mvc and entity framework code first apporach, I'm not that keen on databases either. I …

database asp.net-mvc-4 ef-code-first fluent
Fluent NHibernate HasManyToMany() Mapping

I am having a problem in Fluent NHibernate example utilizing the Many-to-Many relationships. I tried to find out examples on …

nhibernate orm mapping fluent
Laravel Fluent add select()s in separate places?

//Earlier in the code, in each Model: query = ModelName::select('table_name.*') //Later in the code in a function …

mysql select laravel fluent eloquent
Fluent NHibernate, working with interfaces

I just switched to Fluent NHibernate and I've encountered an issue and did not find any information about it. Here's …

c# nhibernate interface mapping fluent
How do I do a type cast in Laravel Fluent?

How can I do a type cast for comparing values in Laravel Fluent? For example if I have the following …

php mysql laravel fluent
Best way to store enum values in database - String or Int

I have a number of enums in my application which are used as property type in some classes. What is …

database nhibernate enums fluent
Set up caching on entities and relationships in Fluent Nhibernate?

Does anyone have an example how to set up and what entities to cache in fluent nhibernate. Both using fluent …

nhibernate caching fluent
distinct() with pagination() in laravel 5.2 not working

I'm trying to use distinct() with pagination() in laravel 5.2 with fluent and it's given result proper but pagination remain same(…

php laravel pagination laravel-5.2 fluent
EF Composite key fluent API

I am trying to map a composite key for an entity. public class Customer { public int CustomerId { get; set; } public …

c# entity-framework fluent composite-key composite-primary-key
Fluent NHibernate Cascade - Which side?

In using Fluent NHibernate, I can't seem to find a good explanation of when you use the cascading option on …

c# .net nhibernate fluent