Client/Server App

  • Thread starter Thread starter Michael Chong
  • Start date Start date
M

Michael Chong

Hi! I need to know can ASP.NET consist of client/server application in its
WebForm?
 
Hi,

Instead, you can think of it as a Request / Response based architecture, but
in a stateless form. to manage / maintain state / connectivity, there's host
of techniques available that suits your requirement, architecture etc.

Regards
Joyjit
 
Back
Top