vb.net question

hooks

Registered User.
Local time
Today, 14:37
Joined
Aug 13, 2004
Messages
160
I have a general .net question. Is it better to use bound forms or should you use a 3 tier style???? I have always used a 3 tier style but have recently discovered how easy it is to use bound data in .net 2005. I would like to know the benifits of each in detail. I would imagine using bound forms for little applications as being acceptable. Please correct me if im wrong.
 
if you're using .net 2.0, then you can use the object datasource and keep your nTier style. I personally prefer a busniess object as well.
 

Users who are viewing this thread

Back
Top Bottom