TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shivanand Arur
NA
3.6k
1.4m
Managed Code and Application Domains
Jul 5 2011 9:19 AM
Actually i downloaded a PDF file from this website and i was reading the topic called "managed code" and i found it very interesting. But i got stuck at a paragraph which is as follows:
"Application domains, a concept introduced in .NET, permit multiple applications to run in a singleprocess. Before managed code runs, it goes through a verification procedure to establish that it will
not access memory or perform an action that would cause the process to crash. If the code passes
this verification, it is said to be type safe. Type-safe code allows the CLR to define application
domains, which carry the same level of isolation and protection as a process. While not totally free
of charge, interapplication communication, across application domains, avoids most of the
performance penalties associated with interprocess communication."
The problem is, i found it very difficult to understand from the second line of the paragraph.. Please help me undertand this by giving a simple example since i am a beginner!!Also if possible, please give me some links to understand more about Managed Code!! Hope to get some good replies.. Thanks in advance....
Reply
Answers (
2
)
AS2 protocol+Encryption+Decryption of certificatets using c#.net code
How I can add Open/Save or other menu item to PrintPreview form (dialog)?