Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Typed Data Sets
Message
From
16/04/2007 14:49:54
 
 
To
16/04/2007 14:27:37
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01216337
Message ID:
01216436
Views:
20
Thanks for the link. I'll look at it.

>Craig,
>
>I use Nettiers, www.nettiers.com which creates through code generation and based on ORM and 3 tiers design, typed datasets.
>They offer a lot of flexibility, are fast and I'm very pleased with them.
>
>Some code example :
>Employee employee=new Employee();
>employee.Name="John";
>EmployeeProvider.Save(employee);
>
>or
>Employee employee=EmployeeProvider.GetByEmployeeID(12); //primary key
>employee.Salary=4000;
>EmployeeProvider.Save(employee);
>
>or
>EmployeeCollection employees=EmployeeProvider.GetByDepartmentID(10); //foreign key
>
>
>All I need to code, the rest is generated behind the scenes.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform