Click here to Skip to main content
15,886,833 members
Home / Discussions / C#
   

C#

 
AnswerRe: [Message Deleted] Pin
Luc Pattyn28-Jun-09 16:07
sitebuilderLuc Pattyn28-Jun-09 16:07 
Question64 bit windows Pin
devvvy28-Jun-09 13:19
devvvy28-Jun-09 13:19 
AnswerRe: 64 bit windows Pin
Christian Graus28-Jun-09 13:32
protectorChristian Graus28-Jun-09 13:32 
Questionabout application domain Pin
Seraph_summer28-Jun-09 9:11
Seraph_summer28-Jun-09 9:11 
AnswerRe: about application domain Pin
Manas Bhardwaj28-Jun-09 9:16
professionalManas Bhardwaj28-Jun-09 9:16 
GeneralRe: about application domain Pin
Seraph_summer28-Jun-09 9:41
Seraph_summer28-Jun-09 9:41 
GeneralRe: about application domain Pin
Pete O'Hanlon28-Jun-09 11:20
mvePete O'Hanlon28-Jun-09 11:20 
GeneralRe: about application domain Pin
N a v a n e e t h28-Jun-09 16:13
N a v a n e e t h28-Jun-09 16:13 
Every .NET application will have an application domain associated with it and it will be created automatically. Creating your own application domains helps you when you are dealing with plugin kind of architecture. Each plugin can be loaded on a new application domain and it can work isolated.

If you are familiar with NUnit, they use a new application domain to load the assemblies specified by the user. This will help them to isolate user code execution and proper resource and memory cleanups. When an application domain is unloaded, all the memory associated with it will be cleared.

Hope that makes it clear Smile | :)


Questionnested string Pin
Seraph_summer28-Jun-09 9:08
Seraph_summer28-Jun-09 9:08 
AnswerRe: nested string Pin
harold aptroot28-Jun-09 9:14
harold aptroot28-Jun-09 9:14 
AnswerRe: nested string Pin
padmanabhan N28-Jun-09 18:59
padmanabhan N28-Jun-09 18:59 
AnswerRe: nested string Pin
Henry Minute28-Jun-09 22:56
Henry Minute28-Jun-09 22:56 
QuestionSystem.AccessViolationException: Attempted to read or write protected memory. Pin
Revathij28-Jun-09 0:29
Revathij28-Jun-09 0:29 
QuestionDeserialization Issue Pin
al3xutzu0027-Jun-09 23:28
al3xutzu0027-Jun-09 23:28 
AnswerRe: Deserialization Issue Pin
Giorgi Dalakishvili28-Jun-09 0:22
mentorGiorgi Dalakishvili28-Jun-09 0:22 
QuestionC# and TCP Pin
DannyAdler27-Jun-09 23:27
DannyAdler27-Jun-09 23:27 
QuestionDisallowing images in WebBrowser control Pin
SimpleData27-Jun-09 23:13
SimpleData27-Jun-09 23:13 
AnswerRe: Disallowing images in WebBrowser control Pin
dan!sh 28-Jun-09 0:33
professional dan!sh 28-Jun-09 0:33 
Questionkeystroke monitor Pin
Dushan12327-Jun-09 23:09
Dushan12327-Jun-09 23:09 
AnswerCROSS POST Pin
dan!sh 27-Jun-09 23:51
professional dan!sh 27-Jun-09 23:51 
AnswerKey-logger Pin
fly90428-Jun-09 0:10
fly90428-Jun-09 0:10 
QuestionRe: keystroke monitor Pin
musefan29-Jun-09 2:45
musefan29-Jun-09 2:45 
AnswerRe: keystroke monitor Pin
EliottA29-Jun-09 3:32
EliottA29-Jun-09 3:32 
QuestionConnection Of Database during installing SETUP Pin
rhtbhegade27-Jun-09 20:32
rhtbhegade27-Jun-09 20:32 
AnswerRe: Connection Of Database during installing SETUP Pin
Arindam Sinha27-Jun-09 22:18
Arindam Sinha27-Jun-09 22:18 

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.