CodeFluent Documentation Send comments on this topic.
Using The Core Edition
See Also
CodeFluent Entities > Tutorials > Using The Core Edition

Glossary Item Box

This section introduces a set of tutorials describing step by step how to develop an application using the CodeFluent Entities Core Edition and Visual Studio.

Note: CodeFluent Entities Core Edition is the textual-only version of CodeFluent Entities: it does not provide a graphical user-interface to design your model, instead users have to write the XML themselves.

To the contrary, CodeFluent Entities Modeler Edition provides a graphical user-interface, integrated into Visual Studio, which lets you design your model on a surface.

In This Section

The Persistence and the Business Layers

This tutorial guides you through the creation of the foundations of a n-tier application.

 

A Custom ASP.NET Web Site

This tutorial extends the Creating The Persistence And The Business Layers one.

It explains how to create a hand-made ASP.NET web site using Visual Studio, using CodeFluent generated components (database and business object model).

 

A Custom Windows Forms Rich Client

This tutorial extends the Creating The Persistence And The Business Layers one.

It explains how to create a hand-made Windows Forms rich client using Visual Studio to develop the UI, and using CodeFluent generated components (database and business object model).

 

A Custom WPF Rich Client

This tutorial extends the Creating The Persistence And The Business Layers one.

It explains how to create a hand-made Windows Presentation Foundation (WPF) rich client using Visual Studio to develop the UI, and using CodeFluent generated components (database and business object model).

 

The Persistence, the Business, and the Service Layers

This tutorial guides you through the creation of the foundations of a service oriented application.

 

A Custom Windows Forms Smart Client

This tutorial extends the Creating The Persistence, The Business, And The Service Layers one.

It explains how to create a hand-made Windows Forms smart client using Visual Studio to develop the client, and using CodeFluent generated components (database, business object model, services and proxy).

 

A Custom WPF Smart Client

This tutorial extends the Creating The Persistence, The Business, And The Service Layers one.

It explains how to create a hand-made Windows Presentation Foundation (WPF) smart client using Visual Studio to develop the client, and using CodeFluent generated components (database, business object model, services and proxy).

 

The Persistence, the Business, and the Silverlight Object Model

This tutorial guides you through the creation of the foundations of a Silverlight application.

 

A Custom Silverlight Client

This tutorial extends The Persistence, The Business, And The Silverlight Object Model one.

It explains how to create a hand-made Silverlight smart client using Visual Studio to develop the client, and using CodeFluent generated components (database, business object model, services and Silverlight proxy).

 

Microsoft Office Lists

This tutorial extends the Creating The Persistence And The Business Layers one.

It explains how to use Excel as a front-end client of your business application thanks to the Office Synchronizable Lists feature.

 

See Also