Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter for .NET?
Message
From
03/01/2012 02:36:44
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01532042
Message ID:
01532069
Views:
62
>>Hi,
>>
>>I have rewritten my VFP 9 application completely using CursorAdapter approach and I like it a lot. (Create a BIZ object for each table of the database, drop it on a form, and then change or add records/rows via the BIZ object; works very well. The BIZ object is based on CursorAdapter).
>>
>>And I am wondering; if I wanted to use the same type of approach for an ASP.NET application, what would be the closest to VFP CursorAdapter in .NET world? TIA.
>
Still with a VFP back-end for data ?

Update : just saw your similar post in ASP.NET so see that it will be SQL backend.

I'll vote with Craig for EF on this one. If, as you say, your application is simple then the EF wizard should get you up and running quickly. You can either point it at existing DataTables or design the objects (model) and let it create the tables for you. And what you learn will give you a head-start if you need EF to handle more complex issues down the line......

Not particulary recommending EF over nHibernate (which I've never used in anger) but certainly prefer it to working directly with DataTables and/or TableAdapers. I'll refrain from listing the reasons unless you are interested.....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform