Click here to Skip to main content
15,887,175 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Shaun Wilde11-Jun-03 8:56
Shaun Wilde11-Jun-03 8:56 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous10118-Jun-03 7:06
Anonymous10118-Jun-03 7:06 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196018-Jun-03 8:51
igor196018-Jun-03 8:51 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous10118-Jun-03 16:58
Anonymous10118-Jun-03 16:58 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196018-Jun-03 19:19
igor196018-Jun-03 19:19 
GeneralFlagsAttribute on enum Pin
Chris Richner8-Jun-03 15:26
Chris Richner8-Jun-03 15:26 
GeneralRe: FlagsAttribute on enum Pin
leppie18-Jun-03 7:12
leppie18-Jun-03 7:12 
General.NET concept Pin
Shah Shehpori8-Jun-03 7:07
sussShah Shehpori8-Jun-03 7:07 
I've not yet started working on .NET so just want to clarify a primary concept about .NET by asking question here.

Friends, in programming with Visual C++ 6, we deal directly Windows Operating systems API. For example consider Winsock API available with operating system. Whenever there is a need to write an application that connects to other systems on a network, we use Winsock API functions to do so. Microsoft made our life easy by encapsulating various Winsock API calls in MFC classes. These MFC socket classes do nothing more than making our life easy. These classes are just the wrapper around same Winsock API functions that we were using before.

I like to ask you the role of .NET in this case. In .NET there are also Socket classes which according to many people are much better than MFC socket classes. Now what is the role of .NET in this case. Here is my question:

Is the role of .NET socket classes same as that of MFC. I mean are .NET classes internally calling the same native Operating system APIs just like MFC ??
GeneralRe: .NET concept Pin
J. Dunlap8-Jun-03 7:46
J. Dunlap8-Jun-03 7:46 
GeneralRe: .NET concept Pin
Daniel Turini13-Jun-03 10:39
Daniel Turini13-Jun-03 10:39 
GeneralAssembly files Pin
mischextra7-Jun-03 22:33
mischextra7-Jun-03 22:33 
GeneralRe: Assembly files Pin
leppie7-Jun-03 23:06
leppie7-Jun-03 23:06 
Generala very simple question Pin
Anonymous6-Jun-03 7:31
Anonymous6-Jun-03 7:31 
GeneralRe: a very simple question Pin
leppie6-Jun-03 8:53
leppie6-Jun-03 8:53 
Generalusing System.Web.Services; Pin
Anonymous6-Jun-03 6:57
Anonymous6-Jun-03 6:57 
GeneralRe: using System.Web.Services; Pin
Anonymous6-Jun-03 7:07
Anonymous6-Jun-03 7:07 
GeneralProblem with serviced components in COM+ Pin
DeathStar5-Jun-03 23:48
DeathStar5-Jun-03 23:48 
QuestionChannel's?? Pin
Kramins5-Jun-03 10:37
Kramins5-Jun-03 10:37 
AnswerRe: Channel's?? Pin
Laimis7-Jun-03 9:52
Laimis7-Jun-03 9:52 
GeneralRe: Channel's?? Pin
Kramins13-Jun-03 2:28
Kramins13-Jun-03 2:28 
GeneralMaster-Detail datagrid Pin
Madhuri Mittal5-Jun-03 6:39
Madhuri Mittal5-Jun-03 6:39 
General.config files and Setup projects Pin
Callixte.5-Jun-03 4:09
Callixte.5-Jun-03 4:09 
GeneralRe: .config files and Setup projects Pin
James T. Johnson5-Jun-03 4:15
James T. Johnson5-Jun-03 4:15 
General.NET 1.0 and 1.1 Pin
Le centriste5-Jun-03 3:30
Le centriste5-Jun-03 3:30 
GeneralRe: .NET 1.0 and 1.1 Pin
James T. Johnson5-Jun-03 4:11
James T. Johnson5-Jun-03 4:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.