CodeFluent Entities and ComponentOne
CodeFluent Entities generates code which can be used easily with many third party component providers. We already show before how to use CodeFluent Entities with Syncfusion. Today we’ll see how easy it...
View ArticleTarget Name Transformation aka TNT
CodeFluent Entities allows you to write RAW methods. Using the name of a table or a column in a RAW method is not safe. Indeed CodeFluent Entities allows to define its own naming convention. So if you...
View ArticleCodeFluent Entities and SignalR
ASP.NET SignalR is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is “real-time web” functionality? It’s the ability...
View ArticleMulti-tenant using multiple Schemas
In this post we will see how to create a multi-tenant application using one schema by tenant. The idea is to create one CodeFluent Entities model and use it to generate as many database schemas as...
View ArticleCustom Naming Convention
Since CodeFluent Entities infers a meta-model from your model, before any producer is called to generate a single line of code, a full representation of your application is in-memory. Thanks to this...
View ArticleTable-Valued Parameters: Basics
First, what is Table-Valued Parameters ? Table-valued parameters provide an easy way to marshal multiple rows of data from a client application to SQL Server without requiring multiple round trips or...
View ArticleTable-Valued Parameters: Basics
You can use table-valued parameters (TVP) to send multiple rows of data to a Transact-SQL statement or a routine, such as a stored procedure or function, without creating a temporary table or many...
View ArticleTeam Work with CodeFluent Entities
Working on your own and working along a whole developers team are obviously not the same. As a team, you will experience issues that you would never encounter working alone. In order to help you work...
View ArticleCodeFluent Entities and Visual Studio 2015
Good things come in pairs: Visual Studio 2015 is now available for download and CodeFluent Entities latest build (61214.820) runs great on it! You can learn more about Visual Studio 2015 here: Overview...
View ArticleCodeFluent Entities Tour 2016
There are a few ways to get started with CodeFluent Entities. You can read the Getting Started section of our new product website or enjoy the new CodeFluent Entities Tour. In this webinar a product...
View Article