|
Using Visual Studio
Using Visual Studio
We are going to setup a Visual Studio Solution and then configure Code Publication in OxyGen Code Management Studio. The process outlined in this screencast is the recommended way to setup your work environment.
|
|
Creating Custom Queries using the Query Builder
Add custom functionalities and queries to your application without writing custom code or changing templates
|
|
Working with Transactions
Based on the AdventureWorks database, we are going to write code to create an Employee. An Employee requires the creation of a Contact and optionally, an Address. We will use a Transaction to ensure that the process succeeeds or fails as one action.
|
|
Code Processing Instructions Overview
Processing Instructions are one of the ways to customize OxyGen Code Generator output
|
|
Processing Instructions Batch Operations
Speed up some of your configuration tasks with Batch Operations
|
|
Intercepting Generated Code
Intercepts maybe used to change the outcome of generated code execution. In this example, we will use Intercepts to ensure that Employees are at least 18 years old.
|
|
Configuring a stored procedure that returns multiple result-sets
See how to configure a stored procedure that returns multiple result-sets (from multiple select statements). As an alternative, you may use the stored procedure configuration wizard. The tables, ProductModel and ProductReview are from the AdventureWorks database.
|
|
Generating & Consuming WCF Services (Part 1)
Shows how to generate and consume WCF Services. A WCF Service is generated, this service is then consumed by the business layer of an ASP.NET App and exposed via a web form.
|
|
Generating & Consuming WCF Services (Part 2)
Shows how to generate and consume WCF Services. In part 2, the 'Custom Registration Feature' is used to register the custom class that will expose service-based functionality.
|