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

.NET (Core and Framework)

 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 9:18
SarahJMR10-Aug-11 9:18 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
Shameel10-Aug-11 9:22
professionalShameel10-Aug-11 9:22 
GeneralRe: System Enumeration - CreateClassEnumerator Pin
SarahJMR10-Aug-11 9:24
SarahJMR10-Aug-11 9:24 
Questionhi Pin
leila1234567896-Aug-11 0:08
leila1234567896-Aug-11 0:08 
Questionhi Pin
leila1234567896-Aug-11 0:06
leila1234567896-Aug-11 0:06 
AnswerRe: hi Pin
#realJSOP17-Aug-11 4:13
mve#realJSOP17-Aug-11 4:13 
QuestionNot... Is, or IsNot... Pin
Sander Rossel3-Aug-11 7:33
professionalSander Rossel3-Aug-11 7:33 
AnswerRe: Not... Is, or IsNot... Pin
Dave Kreskowiak3-Aug-11 8:52
mveDave Kreskowiak3-Aug-11 8:52 
Personal preferrence. There is no difference between the two "under the hood".

It was put into VB.NET because people were having a hard time reading code that negatated a expression to come up with the real true expression. Basically, the old way it forced people to do this:
Normal layout:
 
    If expression Then
        result if True
    Else
        result if False
    End If
 
'Not' layout:
 
    If expression Then
        result if False
    Else
        result if True
    End If


GeneralRe: Not... Is, or IsNot... Pin
Sander Rossel3-Aug-11 20:16
professionalSander Rossel3-Aug-11 20:16 
GeneralRe: Not... Is, or IsNot... Pin
David Skelly3-Aug-11 22:01
David Skelly3-Aug-11 22:01 
GeneralRe: Not... Is, or IsNot... Pin
Dave Kreskowiak4-Aug-11 1:54
mveDave Kreskowiak4-Aug-11 1:54 
AnswerRe: Not... Is, or IsNot... Pin
#realJSOP17-Aug-11 4:14
mve#realJSOP17-Aug-11 4:14 
GeneralRe: Not... Is, or IsNot... Pin
Sander Rossel17-Aug-11 6:21
professionalSander Rossel17-Aug-11 6:21 
QuestionHow to get msn status Pin
Lighter Joul2-Aug-11 22:42
Lighter Joul2-Aug-11 22:42 
AnswerRe: How to get msn status - Repost Pin
Richard MacCutchan2-Aug-11 23:35
mveRichard MacCutchan2-Aug-11 23:35 
QuestionHow to reduce website responce time on production server Pin
rupendra_sharma8431-Jul-11 21:16
rupendra_sharma8431-Jul-11 21:16 
AnswerRe: How to reduce website responce time on production server Pin
Shameel31-Jul-11 22:10
professionalShameel31-Jul-11 22:10 
AnswerRe: How to reduce website responce time on production server Pin
jschell1-Aug-11 8:10
jschell1-Aug-11 8:10 
AnswerRe: How to reduce website responce time on production server Pin
Waleed Eissa2-Aug-11 2:51
Waleed Eissa2-Aug-11 2:51 
QuestionIs this pure WTF or am I being a bit harsh... Pin
ToddHileHoffer29-Jul-11 9:31
ToddHileHoffer29-Jul-11 9:31 
AnswerRe: Is this pure WTF or am I being a bit harsh... Pin
Ian Shlasko29-Jul-11 10:46
Ian Shlasko29-Jul-11 10:46 
GeneralRe: Is this pure WTF or am I being a bit harsh... Pin
ToddHileHoffer30-Jul-11 2:10
ToddHileHoffer30-Jul-11 2:10 
AnswerRe: Is this pure WTF or am I being a bit harsh... Pin
Abhinav S30-Jul-11 2:36
Abhinav S30-Jul-11 2:36 
GeneralRe: Is this pure WTF or am I being a bit harsh... [modified] Pin
ToddHileHoffer30-Jul-11 4:37
ToddHileHoffer30-Jul-11 4:37 
AnswerRe: Is this pure WTF or am I being a bit harsh... Pin
Abhinav S30-Jul-11 4:56
Abhinav S30-Jul-11 4:56 

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.