473,659 Members | 2,934 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Understanding program execution .net, please help

I'm new to .NET and have a basic understanding of operating systems.

I can also do some magic in Csharp, but I lack an understanding of
what's going on under the hood, with respect to how windows loads
a .NET application is loaded into memory, how is it executed,
how it interacts with the application and how I can control this
behaviour
through code.

If anyone can direct me to a resource with some introductory material
on what I just talked about, I would greatly appreciate it.

Thanks a lot,

Have a nice day,

Joel

Oct 12 '06 #1
4 1488
Try perhaps (from the .NET Framework SDK)
http://msdn.microsoft.com/library/de...ameworksdk.asp
and
http://msdn.microsoft.com/library/de...TFramework.asp

It should give a broad overview possibly making possible to ask more
specific questions if still needed...

Generally, you could also see some kind of similarity with an OS :
- as an OS provides its services to applications, .NET provides higher level
services, including exposing underlying OS features in an object oriented
way but also providing execution specific services such as code access
security, memory management and garbage collection, versioning etc for all
..NET based languages...

--

<jo*******@gmai l.coma écrit dans le message de news:
11************* *********@c28g2 00...legr oups.com...
I'm new to .NET and have a basic understanding of operating systems.

I can also do some magic in Csharp, but I lack an understanding of
what's going on under the hood, with respect to how windows loads
a .NET application is loaded into memory, how is it executed,
how it interacts with the application and how I can control this
behaviour
through code.

If anyone can direct me to a resource with some introductory material
on what I just talked about, I would greatly appreciate it.

Thanks a lot,

Have a nice day,

Joel

Oct 12 '06 #2
Hello jo*******@gmail .com,

I'd recomend you to read some books about CLR
My favourites are "Customizin g CLR" and "CLR via C#"
I'm new to .NET and have a basic understanding of operating systems.

I can also do some magic in Csharp, but I lack an understanding of
what's going on under the hood, with respect to how windows loads
a .NET application is loaded into memory, how is it executed,
how it interacts with the application and how I can control this
behaviour
through code.
If anyone can direct me to a resource with some introductory material
on what I just talked about, I would greatly appreciate it.

Thanks a lot,

Have a nice day,

Joel
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Oct 12 '06 #3
Do I need to read material on the Windows api or mfc to understand
the inner working of windows itself ? I'll try reading the above
mentioned
books and articles.

Thanks a lot, :)

Good Day.

Joel

Michael Nemtsev wrote:
Hello jo*******@gmail .com,

I'd recomend you to read some books about CLR
My favourites are "Customizin g CLR" and "CLR via C#"
I'm new to .NET and have a basic understanding of operating systems.

I can also do some magic in Csharp, but I lack an understanding of
what's going on under the hood, with respect to how windows loads
a .NET application is loaded into memory, how is it executed,
how it interacts with the application and how I can control this
behaviour
through code.
If anyone can direct me to a resource with some introductory material
on what I just talked about, I would greatly appreciate it.

Thanks a lot,

Have a nice day,

Joel
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Oct 13 '06 #4
Hello, jo*******@gmail .com!

jDo I need to read material on the Windows api or mfc to understand
jthe inner working of windows itself ?

If you want to understand the inner workings aka internals of windows
then you should read "Microsoft Windows Internals" by
Mark E. Russinovich and David A. Solomon

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Oct 13 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2431
by: j-marvin | last post by:
hi- i am using the abyss webserver at the moment. i went through the process of how a buffer overflow would work in my mind. i noticed you can limit the size of post data and its limit value is displayed on the phpinfo page 8mb. so my question is will the post ever be so big that it causes the abyss webserver to have a buffer overflow? if not, why would you check for length of php input data?
3
4421
by: penguinman | last post by:
Its just a hello world program. Compile and build goes with no warning or error. i type ./a.out and the shell just sits there. It doesnt hang but it just sits there with no output. I executed the program in ddd, execution window opened up and I got a blank. I executed the program using Anjuta same thing. In all cases the program had no errors or warning. But there is no
2
2473
by: O.R.Senthil Kumaran | last post by:
Hi list: Following is a piece of code: main(int argc, char** argv) { int rc, result; struct passwd *uidpwent; /* init resources */
6
2132
by: Clark Sann | last post by:
Can someone help me understand what object should be used as the lock object? I've seen some programs that use Monitor.Enter(Me). Then, in those same programs, they sometimes use another object. Why? I would appreciate it if someone could help me understand the ramifications of picking an object in this command. Thank you so much for your help. Clark
7
2170
by: Buck Rogers | last post by:
Hi all! Newbie here. Below is an example from Teach Yourself C in 21 Days. My apologies if it is a bit long. What I don't understand is how the "get_data" function can call the "continue_function", and if NO is returned to "get_data", display_report executes and the program ends? Basically I am having trouble understanding the program flow within the "if" loop in the "main" function.
10
7640
by: ycg0771 | last post by:
I'm trying to modify the following program so that it uses a class to store and retrieve the employee's name, the hourly rate, and the number of hours worked. Use a constructor to initialize the employee information, and a method within that class to calculate the weekly pay. It seems that the more I read into this, the more confused I get. Any help will be greatly apreciated. Here is my latest code... // Payroll program that...
0
7110
by: south622 | last post by:
I'm taking a beginning Java course and I'm stuck in week eight of a nine week course. If anyone could help me I would greatly appreciate it. This assignment was due yesterday and each day I go past the due date 10% of the grade is taken off. I think I'm coming down with the flu and my brain is just not processing this assignment. Here is the assignment: Modify the Inventory program by adding a button to the GUI that allows the user to move...
9
2464
by: igor.kulkin | last post by:
References is a relatively basic feature of C++ language. It might be a good thing to think of references as aliases to the variables. However it's good to think of references this way when you deal with references which are local variables. But references can also be function arguments (in fact they are more useful this way) in which case it has to have the in-memory representation.
0
8427
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8332
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8525
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8627
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6179
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2750
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1975
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.