Click here to Skip to main content
15,881,380 members
Home / Discussions / C#
   

C#

 
AnswerRe: C Sharp Login with different user privilege Pin
Sebastian T Xavier9-Apr-12 23:57
Sebastian T Xavier9-Apr-12 23:57 
GeneralRe: C Sharp Login with different user privilege Pin
Xonel10-Apr-12 1:02
Xonel10-Apr-12 1:02 
AnswerRe: C Sharp Login with different user privilege Pin
BobJanova10-Apr-12 6:31
BobJanova10-Apr-12 6:31 
GeneralRe: C Sharp Login with different user privilege Pin
Xonel10-Apr-12 23:06
Xonel10-Apr-12 23:06 
GeneralRe: C Sharp Login with different user privilege Pin
BobJanova10-Apr-12 23:18
BobJanova10-Apr-12 23:18 
GeneralRe: C Sharp Login with different user privilege Pin
Xonel10-Apr-12 23:19
Xonel10-Apr-12 23:19 
QuestionAdding Reference to Dll (Class Library ) & Using statements Pin
Smith#9-Apr-12 21:09
Smith#9-Apr-12 21:09 
AnswerRe: Adding Reference to Dll (Class Library ) & Using statements Pin
Richard Andrew x6410-Apr-12 8:38
professionalRichard Andrew x6410-Apr-12 8:38 
1. It is similar to compile-time linking in C++ in that the CLR automatically loads the library

2. A little bit.

3. No. The CLR takes care of runtime loading and linking automagically. You are not allowed to have anything to do with it.

4. All necessary runtime loading and linking is taken care of by the CLR.



The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: Adding Reference to Dll (Class Library ) & Using statements Pin
Smith#11-Apr-12 2:16
Smith#11-Apr-12 2:16 
GeneralRe: Adding Reference to Dll (Class Library ) & Using statements Pin
Richard Andrew x6411-Apr-12 5:12
professionalRichard Andrew x6411-Apr-12 5:12 
GeneralRe: Adding Reference to Dll (Class Library ) & Using statements Pin
Smith#11-Apr-12 21:34
Smith#11-Apr-12 21:34 
GeneralRe: Adding Reference to Dll (Class Library ) & Using statements Pin
Richard Andrew x6412-Apr-12 5:13
professionalRichard Andrew x6412-Apr-12 5:13 
QuestionDatabase Explorer Query Pin
mauricemcse9-Apr-12 12:38
mauricemcse9-Apr-12 12:38 
AnswerRe: Database Explorer Query Pin
PIEBALDconsult9-Apr-12 14:27
mvePIEBALDconsult9-Apr-12 14:27 
GeneralRe: Database Explorer Query Pin
mauricemcse9-Apr-12 16:25
mauricemcse9-Apr-12 16:25 
GeneralRe: Database Explorer Query Pin
Richard MacCutchan9-Apr-12 21:09
mveRichard MacCutchan9-Apr-12 21:09 
AnswerRe: Database Explorer Query Pin
Dave Kreskowiak9-Apr-12 14:40
mveDave Kreskowiak9-Apr-12 14:40 
GeneralGetting Higlighted/Selected Text in C# Pin
Alchemist28899-Apr-12 0:06
Alchemist28899-Apr-12 0:06 
GeneralRe: Getting Higlighted/Selected Text in C# Pin
Bernhard Hiller9-Apr-12 23:36
Bernhard Hiller9-Apr-12 23:36 
Questionimporting RowName and ColumnName from an excelfile to a datagridview ... Pin
nassimnastaran8-Apr-12 8:39
nassimnastaran8-Apr-12 8:39 
AnswerRe: importing RowName and ColumnName from an excelfile to a datagridview ... Pin
Mycroft Holmes8-Apr-12 20:54
professionalMycroft Holmes8-Apr-12 20:54 
GeneralRe: importing RowName and ColumnName from an excelfile to a datagridview ... Pin
nassimnastaran9-Apr-12 4:18
nassimnastaran9-Apr-12 4:18 
QuestionDatabase Programming in WPF Pin
TAN TH7-Apr-12 23:10
TAN TH7-Apr-12 23:10 
AnswerRe: Database Programming in WPF Pin
Mycroft Holmes8-Apr-12 0:07
professionalMycroft Holmes8-Apr-12 0:07 
GeneralRe: Database Programming in WPF Pin
TAN TH8-Apr-12 20:32
TAN TH8-Apr-12 20:32 

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.