Home   |    .NET News   |    .NET Resources   |    Team Blog   |    Publishers   |    Advertise with Us   |    Feedback
Search

Browse by


Related Products


   

 
  Code Author - V1.1
 
Screenshots

















Released on: 01 Jan 2007
Publisher: xin       Online Demo       Download Link
Code Author is a fully featured .NET C# 2.0 code generator. It builds a high quality data access layer, business objects, and stored procs from a SQL Server 2000/2005 database.
More...
Pricing
Developer $29.95
Trial Free
Licensing
http://www.codeauthor.org/
Product Info
Product Class
User Interface Components
Business Components
Architecture Of Product
32Bit
64Bit
Product Type
Application
Built Using
Visual C#.NET
ComponentType
.NET WinForms
.NET Class
100% Managed Code
Source Code
Compatible Containers
.NET Common Language Runtime V2.0
.NET Common Language Runtime V3.0
Prerequisites
Disk Space Required: 1 Meg
Detailed Description
Code Author is a dedicated C# 2.0 code generation tool.

It's designed specifically for Professional Developers and Architects.

Code Author can reduce development time in your business & web applications by up to 60% while improving the reliability, maintainability, and performance of the code. This is possible beacuse Code Author generates a full Data Access Layer, Stored Procedures, and Administrative User Interface based on your database model.

Using Code Author means you don't need to spend time creating a separate Persistance layer and Data Access layer.

The code produced by Code Author is of the highest quality. Classes have been pre-tested, optimized and have been used in many commercial projects. Code Author is the generator of choice for many .NET Consultancy firms. Using Code Author, you can have the piece of mind that your business objects are architected with best practices.

With Code Author, you can put behind the hassles of creating custom Data Sets or using ORM tools. Stop spending your valuable development time on building tedius back end models and start using Code Author today!

// Example of the intuitive Code Author classes in use.

// Adding a new customer
Customer customer = new Customer();
customer.Name = "Xin Zhao";
customer.Insert();

// Updating the customer
customer.Name = "Xinnie Zhao";
customer.Update();

// Searching for a customer
customer.Name = "Xin";
Customer[] customers = Customer.Search(customer);

// Deleting the first found customer
customers[0].Delete();
 
 

Product Spotlight Hosting Spotlight
Product Spotlight  Hosting Spotlight 

Product Reviews Post a Review
There are no Reviews for this Product. Be the first to let the .NET community know about your experience with Code Author:
- What are the best features of this product?
- Is the product easy to use?
- How is the technical support?
- Have you encountered any problems, bugs with this product?
- What you would like to be changed or added in the future versions?
- Would you recommend this product to other developers?

 
Home   |    .NET News   |    .NET Resources   |    Team Blog   |    Advertise with Us   |    Contact Us
Privacy Policy   |    Terms of use
Copyright (©) Amplusnet-Group 2006-2008. All rights reserved.