Click here to Skip to main content
15,916,846 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Killing the session on click of Brwoser X Pin
Dave Kreskowiak3-Feb-12 2:30
mveDave Kreskowiak3-Feb-12 2:30 
AnswerRe: Killing the session on click of Brwoser X Pin
sund7wells5-Feb-12 20:05
sund7wells5-Feb-12 20:05 
GeneralRe: Killing the session on click of Brwoser X Pin
Not Active6-Feb-12 1:33
mentorNot Active6-Feb-12 1:33 
QuestionCould I improve my class which contains multiple class references Pin
Simon_Whale2-Feb-12 22:48
Simon_Whale2-Feb-12 22:48 
Question.net GridView error(server tag not well formed) Pin
brindhasudar2-Feb-12 5:21
brindhasudar2-Feb-12 5:21 
GeneralRe: .net GridView error(server tag not well formed) Pin
Manfred Rudolf Bihy2-Feb-12 5:37
professionalManfred Rudolf Bihy2-Feb-12 5:37 
Question.Net and Windows API Pin
Mohibur Rashid1-Feb-12 22:43
professionalMohibur Rashid1-Feb-12 22:43 
AnswerRe: .Net and Windows API Pin
Dave Kreskowiak2-Feb-12 2:23
mveDave Kreskowiak2-Feb-12 2:23 
.NET is NOT platform independent. .NET is Microsofts implementation of the Common Language Infrastructure (CLI - which Microsoft wrote BTW) for Windows. Mono is another open source implementation of the CLI for Linux. General code that doesn't use any implementation specific libraries should work on any implementation.

When you start getting into the implementation specific stuff, like WPF in Windows, of course that's not going to work on Mono because Linux doesn't have WPF.

Any code you write that P/Invokes Win32 functions, obviously, will not work on anything other than a version of Windows that implements those functions.

GeneralRe: .Net and Windows API Pin
Mohibur Rashid2-Feb-12 11:35
professionalMohibur Rashid2-Feb-12 11:35 
GeneralRe: .Net and Windows API Pin
Dave Kreskowiak2-Feb-12 13:40
mveDave Kreskowiak2-Feb-12 13:40 
AnswerRe: .Net and Windows API Pin
Abhinav S2-Feb-12 5:28
Abhinav S2-Feb-12 5:28 
QuestionCreating Admin Page Pin
pimzy31-Jan-12 18:38
pimzy31-Jan-12 18:38 
AnswerRe: Creating Admin Page Pin
Richard MacCutchan31-Jan-12 21:23
mveRichard MacCutchan31-Jan-12 21:23 
GeneralRe: Creating Admin Page Pin
pimzy1-Feb-12 19:58
pimzy1-Feb-12 19:58 
AnswerRe: Creating Admin Page Pin
Eddy Vluggen1-Feb-12 12:25
professionalEddy Vluggen1-Feb-12 12:25 
GeneralRe: Creating Admin Page Pin
pimzy1-Feb-12 19:57
pimzy1-Feb-12 19:57 
GeneralRe: Creating Admin Page Pin
Eddy Vluggen2-Feb-12 5:54
professionalEddy Vluggen2-Feb-12 5:54 
QuestionWhich books to refer..... Pin
Jαved30-Jan-12 21:18
professionalJαved30-Jan-12 21:18 
AnswerRe: Which books to refer..... Pin
thatraja30-Jan-12 22:25
professionalthatraja30-Jan-12 22:25 
Questiongrid view Pin
arockiarajaro0329-Jan-12 23:01
arockiarajaro0329-Jan-12 23:01 
AnswerRe: grid view Pin
Abhinav S29-Jan-12 23:28
Abhinav S29-Jan-12 23:28 
QuestionHow to pause and restart a Thread Pin
dwadasi27-Jan-12 4:56
dwadasi27-Jan-12 4:56 
AnswerRe: How to pause and restart a Thread Pin
Abhinav S27-Jan-12 5:35
Abhinav S27-Jan-12 5:35 
AnswerRe: How to pause and restart a Thread Pin
jschell27-Jan-12 13:53
jschell27-Jan-12 13:53 
Question.netshrink exe-packer, dll binder and password protector Pin
Bartosz Wójcik27-Jan-12 4:19
Bartosz Wójcik27-Jan-12 4:19 

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.