Building a client-server application with .net 2.0 and above

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What are the data access choices that I have in building a client-server
application with .net 2.0? If the application does not need to support
running from browser, do I still need to understand xml web services or .net
remoting?
 
It depends on where you have to get the data. If you are reading it from a
database, then no, you don't have to understand xml web services or .Net
remoting.

Robin S.
 
Back
Top