Exploring the CodeFluent Runtime: ChunkedMemoryStream
Today, on the series “Exploring the CodeFluent Runtime” we are going to take a look at the ChunkedMemoryStream class on the CodeFluent.Runtime.Utilities namespace. This class allows you to...
View ArticleUsing flags enumeration with ASP.NET MVC and CodeFluent Entities
Enumeration support CodeFluent Entities provides full support of “enumeration” types and multi value enumerations (flag enumeration). Enumeration support To declare a multi value enumeration,...
View Article[Pet Shop Reloaded] The Application
The Pet Shop Reloaded is a sample e-commerce web application. Users will be able to browse a nice set of animals by category, add them to their cart or wish list, and finish their purchase by log in...
View ArticleHands-on CFQL
If you are familiar with CodeFluent Entities it is possible that you have already used the CFQL. The acronym CFQL stands for CodeFluent Query Language. In a nutshell, the CodeFluent Query Language is a...
View Article[Pet Shop Reloaded] Generating code
We have defined our application model and the technical environment of our application Pet Shop Reloaded. It is now time to generate the code we are going to work with. Both, for CodeFluent Entities...
View Article[Pet Shop Reloaded] The End
Across this series of posts we have seen how is to design and build a business application using CodeFluent Entities and Entity Framework 5 and as you have seen, we can say that CodeFluent Entities can...
View Article