Click here to Skip to main content
15,906,285 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Console Application Pin
bigjoe11a13-May-09 10:26
bigjoe11a13-May-09 10:26 
GeneralRe: C# Console Application Pin
OriginalGriff13-May-09 22:24
mveOriginalGriff13-May-09 22:24 
GeneralRe: C# Console Application Pin
bigjoe11a14-May-09 4:12
bigjoe11a14-May-09 4:12 
GeneralRe: C# Console Application Pin
OriginalGriff14-May-09 4:31
mveOriginalGriff14-May-09 4:31 
GeneralRe: C# Console Application Pin
bigjoe11a14-May-09 4:39
bigjoe11a14-May-09 4:39 
GeneralRe: C# Console Application Pin
OriginalGriff14-May-09 4:48
mveOriginalGriff14-May-09 4:48 
GeneralRe: C# Console Application Pin
bigjoe11a14-May-09 4:53
bigjoe11a14-May-09 4:53 
Questiondatagrid scroll Pin
michaelgr113-May-09 7:29
michaelgr113-May-09 7:29 
AnswerRe: datagrid scroll Pin
Dave Kreskowiak13-May-09 8:59
mveDave Kreskowiak13-May-09 8:59 
QuestionWindows resizing Pin
michaelgr113-May-09 7:06
michaelgr113-May-09 7:06 
AnswerRe: Windows resizing Pin
musefan13-May-09 7:10
musefan13-May-09 7:10 
AnswerRe: Windows resizing Pin
Giorgi Dalakishvili13-May-09 7:11
mentorGiorgi Dalakishvili13-May-09 7:11 
QuestionAppDomain Pin
humayunlalzad13-May-09 6:42
humayunlalzad13-May-09 6:42 
AnswerRe: AppDomain Pin
musefan13-May-09 6:58
musefan13-May-09 6:58 
GeneralRe: AppDomain Pin
Rajdeep.NET is BACK13-May-09 7:25
Rajdeep.NET is BACK13-May-09 7:25 
GeneralRe: AppDomain Pin
humayunlalzad13-May-09 7:26
humayunlalzad13-May-09 7:26 
GeneralRe: AppDomain Pin
Luc Pattyn13-May-09 7:32
sitebuilderLuc Pattyn13-May-09 7:32 
Hi,

you can dynamically load DLL files into the current or a new app domain, but you can't unload DLL files; you can however unload an app domain. So for add-on software (especially if you don't fully trust it) loading it in another app domain makes a lot of sense.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: AppDomain Pin
Kythen13-May-09 8:56
Kythen13-May-09 8:56 
AnswerRe: AppDomain Pin
Giorgi Dalakishvili13-May-09 7:33
mentorGiorgi Dalakishvili13-May-09 7:33 
AnswerRe: AppDomain Pin
humayunlalzad13-May-09 19:06
humayunlalzad13-May-09 19:06 
Questionhow to add product key Pin
imran8813-May-09 6:31
imran8813-May-09 6:31 
AnswerRe: how to add product key Pin
Rajdeep.NET is BACK13-May-09 6:57
Rajdeep.NET is BACK13-May-09 6:57 
QuestionDoes anybody knows about this Pin
netJP12L13-May-09 6:18
netJP12L13-May-09 6:18 
AnswerRe: Does anybody knows about this Pin
musefan13-May-09 7:04
musefan13-May-09 7:04 
GeneralRe: Does anybody knows about this Pin
netJP12L13-May-09 7:27
netJP12L13-May-09 7:27 

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.