Quickly Generate SQL Azure Databases with CodeFluent Entities
CodeFluent Entities ships out-of-the-box with an SQL Azure producer which allows you to generate databases to SQL Azure directly from Visual Studio, based on a CodeFluent Entities model. We’ll see in...
View ArticleSQL Azure Producer Overview
As we announced in this post, starting with the build 579, CodeFluent Entities now provides an out-of-the-box SQL Azure Producer. Using this producer you can generate SQL Azure scripts and...
View ArticleMulti-Database Support with CodeFluent Entities
CodeFluent Entities provides several producer allowing you to generate your persistence layer on several database engines: SQL Server 2000 (*), 2005, 2008, 2008 R2 Oracle Database 10g, 11g SQL Azure...
View ArticleCodeFluent Entities: Customizing the Method Body
CodeFluent Entities provides “Methods” which allows developers to define custom data accessing methods (load, loadone, delete, count, search) which persistence producers will translate into stored...
View ArticleCodeFluent Entities Supports Multiple Database Systems
Persistence producers translate your platform independent model into scripts and deploy them on the specified database to create your persistence layer. Furthermore the persistence layer used is...
View ArticleSQL Azure producer now has its “Diff engine”!
CodeFluent Entities provides an out-of-the-box SQL Azure producer. Using this producer you can generate SQL Azure scripts and automatically run them on your SQL Azure database. Although this producer...
View ArticleUsing the SQL Server Template Producer to generate Clustered Indexes
In this post we’ll see how using CodeFluent Entities’ SQL Server Template Producer, you can generate SQL scripts using the built-in template engine whilst accessing the inferred meta-model, and then...
View ArticleCreate Windows Azure Mobile Services in a few minutes thanks to CodeFluent...
You may have heard that a lot of new features were added to Windows Azure during the last few months. Today we will focus on Windows Azure Mobile Services. First of all, what is it? Long story short,...
View Article