Milos How-To
Milos How-To
Basic Development
Configuration Options
Business Objects and Data Access
Creating a Simple Business Object
Steps to Create a New Project with a New Business Object
Instantiating the Business Object
Retrieving Data
Saving Data
Creating Business Objects that Use non-Guid Primary Keys
Using Integer (Identity) Primary Keys
Using Non-Identity Integer Keys
Using String Keys
Creating a Business Entity
Steps to Create a Business Entity
VB.NET Code to Create a Business Entity
C# Code to Create a Business Entity
Adding More Information When a New Entity Gets Created
How Do You Use This Object? (Business Entity)
Creating Business Entities with non-Guid Primary Keys
Creating a Collection of Child Objects
Implementing the Collection
VB.NET Code to Implement a Child Collection
C# Code to Implement a Child Collection
Implementing the Collection Item
VB.NET Code to Implement a Child Collection Item
C# Code to Implement a Child Collection Item
Making the Main Entity Aware of the Sub Items
VB.NET Code to Make the Main Entity Aware of the Sub Items
C# Code to Make the Main Entity Aware of the Sub Items
Making the Business Object Aware of the New Table
VB.NET to Make the Business Object Aware of the New Table
C# Code to Make the Business Object Aware of the New Table
Using Non-Guid Primary Keys
VB.NET - Using Non-Guid Primary Keys of Child Obj Collection
C# - Using Non-Guid Primary Keys of Child Object Collections
Preserving Referential Integrity in Identity Key Scenarios
VB.NET - Preserving Referential Integrity in Id Key Scenario
C# - Preserving Referential Integrity in Id Key Scenarios