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

Glossary Item Box

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

Note: CodeFluent Entities Modeler Edition is the graphical version of CodeFluent Entities: it provides a graphical user-interface integrated to Microsoft Visual Studio so developers can design their model.

To the contrary, CodeFluent Entities Core Edition provides a textual-only user-interface through XML files.

In This Section

Developing Desktop Applications

The Persistence and the Business Layers

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

  

A Custom Windows Forms Rich Client

This tutorial extends the 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 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).

 

Developing ASP.NET Applications

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 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).

 

See Also