Client Server Application

 

I am new to the object oriented design world and to .NET . My company has given me a task to design an application which should work as a client/server application for a limitted time and to be converted to a web app later. From my experience I reached to the conclusion that it is better to go for a fully OO design with MVC architecture where at present I will use the VB.NET Forms as the client and later we can change to ASP.NET as the client.

In order to implement this I want the middle layer to be placed on the server and have to talk to these objects from the client[VB.NET Forms].

I think some one can guide me on this task [if possible with some examples]

Thanks in advance..

Regards

AGK



Answer this question

Client Server Application