Presentation
CodeFluent Entities can be seen as a Lego™ game.
You do not have to use all the producers in order to use the product. You can for instance use a persistence producer (may it be SQL Server or Oracle) and the Business Object Model (BOM) producer to generate all the database objects (tables, stored procedures, instances, views, etc) and the technical business object layer (classes containing all of your business logic).
On top of that you can manually develop your client application whether it is an ASP.NET or a SharePoint web site, a SilverLight application, a Windows Forms or a WPF application.
This section focuses on desktop clients such as Windows Forms and WPF applications. Nevertheless, architecturally speaking, there are two main ways to build your desktop application: you can use a classic client/server architecture (rich client), or a Service Oriented Architecture (smart client).
In This Section
Provides guidance to build a client/server application.
Provides guidance to build a service oriented application.