What is the difference between using system.net and system.net.sockets?
Answer / narendra
System.Net:The System.Net namespace provides a simple programming interface for many of the protocols used on networks today. The WebRequest and WebResponse classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols.Classes in the System.Net namespace can be used to develop Windows Store apps or desktop apps. When used in a Windows Store app, classes in the System.Net namespace are affected by network isolation feature, part of the application security model used by the Windows Developer Preview. The appropriate network capabilities must be enabled in the app manifest for a Windows Store app for the system to allow network access by a Windows Store app. For more information, see the Network Isolation for Windows Store Apps.
System.Net.Socket:The System.Net.Sockets namespace provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to the network.
| Is This Answer Correct ? | 0 Yes | 0 No |
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
what is model first approach?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
Explain representational state transfer (rest) in detail?
What is tempdata?
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?
What is iobjectset? : Entity framework
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?
What are the 2 ways of adding constraints to a route?