CodeFluent Entities and Syncfusion for an amazing application!
When applications are beautiful, fast and robust at the same time, we qualify them as amazing. If you think it also means a long development process, then you have not seen applications using both...
View ArticleDo you like our new Facebook page?
Let us know and hit “Like” on www.facebook.com/SoftFluent Join our new Facebook page to get updates on SoftFluent and our products which come up on a regular basis but don’t make it to our site...
View ArticleDesigning Databases with CodeFluent Entities: Names
As explained in previous posts, CodeFluent Entities is way more that an ORM: you’re not just mapping classes to database objects, instead you’re creating a model which will be translated into stuff....
View ArticleDesigning Databases with CodeFluent Entities: Inheritance
CodeFluent Entities tries to reduce the impedance mismatch between relational worlds and object-oriented worlds as much as possible and a good example of this I guess is how CodeFluent Entities...
View ArticleCodeFluent Entities: Multiple surfaces, multiple parts
As discussed in the “What is a CodeFluent Entities model?” post, CodeFluent Entities projects contain: surfaces, which are graphic views of your model, XML parts, which are storage units. By default,...
View ArticleCodeFluent Entities: Saving import configurations
Using CodeFluent Entities you can import existing databases (Access, SQL Server, SQL Server CE, Oracle, MySQL, PostgreSQL) or existing models (Enterprise Architect, XMI, ADO.NET Entity Framework) into...
View ArticleCodeFluent Entities: How to reuse existing stored procedures
In this post I’ll start from the NerdDinner application, which you can get from CodePlex (http://nerddinner.codeplex.com/). In the NerdDinner database I added the following sample stored procedure...
View ArticleCodeFluent Entities: new ASP.NET Web Site Web Forms Template sneak peek
A brand new ASP.NET Web Site Producer (v2) is shipped in alpha in the latest build available (666 and upper). As mentioned in our Web Platform Roadmap post, this new producer will be shipped with three...
View ArticleCodeFluent Entities: Basics, meta-model and aspects
CodeFluent Entities is a product integrated into Visual Studio 2008/2010/2012 which allows developers to generate components such as scripts (e.g. T-SQL, PL/SQL), code (e.g. C#, VB), web services(e.g....
View ArticleCodeFluent Entities: Writing a custom aspect
In the previous post, we’ve seen that CodeFluent Entities infers a meta-model from our model and that we could interact with this meta-model to apply application wide changes. In this post we’ll see...
View Article