Click here to Skip to main content
15,896,502 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
When you work with ASP.net MVC, does it have a socket between server and client?
Posted
Comments
Sergey Alexandrovich Kryukov 20-Dec-14 19:23pm    
How ASP.NET or MVC make any difference? Just think about it.
—SA

1 solution

Both ASP.NET and MVC (and many more development schemas) are using - at the bottom line - the HTTP layer to communicate between server and client...So there is no difference between those and there is always a HTTP socket opened between server and client while request/response are transferring...
 
Share this answer
 
Comments
deelll 21-Dec-14 3:12am    
If I understand correctly, I don't need to do any C# Multi threaded Server Socket programming? (http://csharp.net-informations.com/communications/csharp-multi-threaded-server-socket.htm).
Kornfeld Eliyahu Peter 21-Dec-14 3:20am    
To write and ASP.NET or MVC apllication - No!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900