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

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?
 
R

RobinS

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top