wan based using vb.net

  • Thread starter Thread starter Abhijit Taur
  • Start date Start date
A

Abhijit Taur

i am devloping a application
which is linked through WAN
what are pr-requisites ?
how should i connect to sql server
which is WAN based through vb.net
 
A lot of these question's answers depend on the type of application you are
building and what architecture you are going to use.

The are no .NET pre-reqs for networking, webservices remoting and wcf are
all built it, as are plain sockets for lowerer level communication. How to
connect to SQL Server is an architectural choice. Read up on things like Data
Access Application Block, n-tier, SOA and other architectures to get an idea
of what you want to build.
 
Back
Top