Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 5th, 2003, 10:13 AM
Authorized User
 
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to hplim18
Default VB .NET in implementing 3-tier Application

Hmmm...I am totally new in programming VB.NET...but i have to code in VB.NET for my Degree final year project. I am doing a project or solution on ERP that is within the company itself...but i need to implement the application on 3-tier client/server environment within the compant application but i really out of idea in implementing this. :(

therefore, i would like to ask what actually the features in VB.NET that could allow me to do 3-tier application? is it the COM feature that making the DLL file for the middle tier?

Plsss...could someone help me??


Jeannie....
__________________
Jeannie....
 
Old July 6th, 2003, 03:45 PM
Authorized User
 
Join Date: Jun 2003
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If you want to do a true 3 tier client/server app that can be distributed across different machines you should look into the COM+ services, web services and things like socket or RPC (remote procedure call).

Web services are probably the easiest for you to develop an example of and because of the buzz about them there are plenty of examples on the internet that you can probably cut and paste. (search on Google for 'web services .net example' and you should get some).

You could try something like a database on a machine that is running as a web server. Run an XML web service on the machine that has a method that will access the database and return the result. Then have another app that references the web service, you can then call the web services method and get the data in this client app.

If you run IIS (microsofts web server....comes with most new operating systems since Windows 2000 (but NOT with XP HOME edition)) you can run the web service on that and have the client app access it on the local machine through the web server. Although this is running on the same machine it will be using the same protocol etc that it would be using if it were running on another machine.

Hope this helps

Hope this helps and gets you started.

Quote:
quote:Originally posted by hplim18
 Hmmm...I am totally new in programming VB.NET...but i have to code in VB.NET for my Degree final year project. I am doing a project or solution on ERP that is within the company itself...but i need to implement the application on 3-tier client/server environment within the compant application but i really out of idea in implementing this. :(

therefore, i would like to ask what actually the features in VB.NET that could allow me to do 3-tier application? is it the COM feature that making the DLL file for the middle tier?

Plsss...could someone help me??


Jeannie....





Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between 3 tier and N-Tier architecture Manoj Bisht ASP.NET 2.0 Professional 2 May 9th, 2008 08:42 AM
For n-tier application Ned XML 4 July 27th, 2005 04:54 AM
Vb.net application snowydust VB How-To 4 August 26th, 2004 08:57 PM
VB.NET in implementing 3-tier Application hplim18 VB.NET 1 July 6th, 2003 05:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.