CodeFluent Entities Documentation
Implementing
See Also Send comments on this topic.

Glossary Item Box

Now that we designed and produced our model, it now is time to start implementing our application. Several ways and features are to help you develop your application, and this section is to provide development teams good practices.

In This Section 

Using Partial Classes

This section provides good practices on how to use partial classes to extend your business object model with extra features or business logic.

See Also