wan based using vb.net

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
 
C

Ciaran O''Donnell

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.
 

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

Similar Threads

To exchange messages with attachments over WAN 1
Accesstables.com or eqldata.com 2
Seeking in a huge xml file? 2
HttpListerner 3
About IP change 2
.NET Remoting over HTTP 7
WAN IP Address 6
Connecting to a WAN 1

Top