Click here to Skip to main content
15,902,636 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: SQL trigger fun Pin
Ashfield24-Nov-08 1:55
Ashfield24-Nov-08 1:55 
GeneralRe: SQL trigger fun Pin
Le centriste25-Nov-08 3:22
Le centriste25-Nov-08 3:22 
GeneralRe: SQL trigger fun Pin
Ashfield25-Nov-08 9:09
Ashfield25-Nov-08 9:09 
General'Item': member names cannot be the same as their enclosing type Pin
Redwan Albougha22-Nov-08 8:37
Redwan Albougha22-Nov-08 8:37 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Thomas Weller22-Nov-08 16:54
Thomas Weller22-Nov-08 16:54 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Redwan Albougha22-Nov-08 22:15
Redwan Albougha22-Nov-08 22:15 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Thomas Weller23-Nov-08 1:57
Thomas Weller23-Nov-08 1:57 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Redwan Albougha23-Nov-08 2:22
Redwan Albougha23-Nov-08 2:22 
Thomas Weller wrote:
They usually call it 'compiler'.


Thanks Thomas Smile | :) ,

I meant instead of :
1- Read language-specific syntax.
2- Convert code to MSIL code.

Do this :
1- Read language-specific syntax, where each language is not related in any way to MSIL code.
2- Convert code to MSIL code.

That's it avoid the happened ambiguity, as easy as this.

Or easily don't use common -reserved- words in any .NET language. Big Grin | :-D

Best wishes,
Redwan Al-Bougha

GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Rob Graham23-Nov-08 3:46
Rob Graham23-Nov-08 3:46 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Redwan Albougha23-Nov-08 3:52
Redwan Albougha23-Nov-08 3:52 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
PIEBALDconsult23-Nov-08 5:57
mvePIEBALDconsult23-Nov-08 5:57 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Paul Conrad23-Nov-08 6:45
professionalPaul Conrad23-Nov-08 6:45 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
WilliamSauron23-Nov-08 7:22
WilliamSauron23-Nov-08 7:22 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Paul Conrad23-Nov-08 7:26
professionalPaul Conrad23-Nov-08 7:26 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
WilliamSauron23-Nov-08 7:34
WilliamSauron23-Nov-08 7:34 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
Paul Conrad23-Nov-08 7:38
professionalPaul Conrad23-Nov-08 7:38 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
PIEBALDconsult24-Nov-08 5:41
mvePIEBALDconsult24-Nov-08 5:41 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
WilliamSauron24-Nov-08 10:43
WilliamSauron24-Nov-08 10:43 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
PIEBALDconsult24-Nov-08 15:12
mvePIEBALDconsult24-Nov-08 15:12 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
WilliamSauron24-Nov-08 21:27
WilliamSauron24-Nov-08 21:27 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
PIEBALDconsult25-Nov-08 3:20
mvePIEBALDconsult25-Nov-08 3:20 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
WilliamSauron25-Nov-08 4:05
WilliamSauron25-Nov-08 4:05 
GeneralRe: 'Item': member names cannot be the same as their enclosing type [modified] Pin
PIEBALDconsult25-Nov-08 7:51
mvePIEBALDconsult25-Nov-08 7:51 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
leppie26-Nov-08 2:12
leppie26-Nov-08 2:12 
GeneralRe: 'Item': member names cannot be the same as their enclosing type Pin
WilliamSauron26-Nov-08 9:08
WilliamSauron26-Nov-08 9:08 

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.