473,405 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

.net Framework Vs Win32 Api

Hi all, iam new to .net and i have some basic questions need to be clarified.
do .net base classes still use win32 api's internally or are they written from scrath.
if they were written from down level what is the language used to write them.like you know,win32 api's are c based.
thank you .
Apr 18 '07 #1
2 1117
RedSon
5,000 Expert 4TB
I think a lot of .NET apis map to win32 apis but .NET is its own language. It is not written in anything "down deep" .NET has its own compilers, tools, interpreters and APIs while still supporting some win32 stuff.
Apr 18 '07 #2
SammyB
807 Expert 512MB
Hi all, iam new to .net and i have some basic questions need to be clarified.
do .net base classes still use win32 api's internally or are they written from scrath.
if they were written from down level what is the language used to write them.like you know,win32 api's are c based.
thank you .
Take a look at the Wrox book Professional .NET Framework 2.0 by Joe Duffy. He explains in his book that Managed Code, any high-level NET language like VB or C#, is compiled into an Assembly (Metadata plus an executable written in Intermediate Language) which is taken by the CLR (Common Language Runtime) and compiled into executable code through a process called just-in-time (JIT) compilation.
Physically, the CLR is little more than a collection of DLLs containing sophisticated algorithms that interact with Windows via calls to various Win32 and COM APIs.
Apr 18 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Jerry He | last post by:
Hi, I was trying to build a C++ extension on Win32 with distutils. The extension worked on Cygwin but when I tried it with the Win32-build python, it complained that I don't have .NET Framework...
11
by: Ceri Williams | last post by:
I followed the excellent MSDN article "Code Generation in the .NET Framework Using XML Schema" to build a substitute for the limited xsd.exe. My code works fine under .NET framework 1.1, but after...
11
by: bart | last post by:
Hello, I'm so sorry, but i don't understand the concept of the .net environment yet. I made a simple program that retrieves the hostname and ipaddress of the local computer. But when i give...
7
by: Nadav | last post by:
Hi I am writing some kind of a storage system that have to deal with large amounts of data passing over the net, Now, I Wonder... traditional programming would use win32 Winsock DLL as the means...
3
by: Lubos | last post by:
Hi, How can i make this. When i maked a program in C# and then when the program is execute on computer without .NET Framework, how can i automaticaly invoke instalation of Framework after execute...
23
by: Nak | last post by:
Hi there, Has anyone any ideas if the next Framework will be an update to version 1.1 or another completely new install so that people have 3 Frameworks on their system? And can VS.NET 2003 be...
1
by: DivB | last post by:
Hello, I have a nice application compiled with the first Visual Studio.net release. It's a converted VB6 app. I'm also using this files: Interop.DxVBLibA.dll Interop.MSComDlg.dll...
28
by: Peter Olcott | last post by:
I want to double check my understanding about how the .NET framework works. From what I understand every call to the .NET framework is ultimately translated into one of more API calls, is this...
0
by: Benny | last post by:
I have been trying to instal AutoCAD 2008 on a single PC and get the following Microsoft .NET Framework security error. I have updated to the latest .NET Framework 2.0 software, however, this...
4
by: R.A. Nagy | last post by:
Hi guys, I've a C++ framework. It would be great to complete the port to Linux for several reasons: (1) It uses STDLIB. (2) It works with GCC (3) It is 100% implemented on WIN32 (about 90%...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.