Click here to Skip to main content
15,913,055 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralThe programming language you all been waiting for. PinPopular
Maximilien22-Jan-16 3:35
Maximilien22-Jan-16 3:35 
GeneralRe: The programming language you all been waiting for. Pin
Duncan Edwards Jones22-Jan-16 3:41
professionalDuncan Edwards Jones22-Jan-16 3:41 
GeneralRe: The programming language you all been waiting for. Pin
User 483504722-Jan-16 4:23
User 483504722-Jan-16 4:23 
GeneralRe: The programming language you all been waiting for. Pin
F-ES Sitecore22-Jan-16 4:24
professionalF-ES Sitecore22-Jan-16 4:24 
GeneralRe: The programming language you all been waiting for. Pin
jeron122-Jan-16 4:27
jeron122-Jan-16 4:27 
GeneralRe: The programming language you all been waiting for. Pin
Amarnath S22-Jan-16 5:02
professionalAmarnath S22-Jan-16 5:02 
GeneralRe: The programming language you all been waiting for. Pin
Eddy Vluggen22-Jan-16 6:43
professionalEddy Vluggen22-Jan-16 6:43 
GeneralWhy .Net Sucks today Pin
#realJSOP22-Jan-16 3:07
professional#realJSOP22-Jan-16 3:07 
The lack of multiple inheritance. Instead of using collections in their native appearance, I like to create a class that inherits from a desired collection type, like so:
C#
public class MyCollection : List<MyClass>

I do this because it allows me to write code specific to that collection, such as custom Add/Remove methods. In this case, I want to create a custom event that these collections send when something happens. Because there's no multiple inheritance, I can't simply write a little base class that implements the custom event code, because I'm already inheriting the List object. Instead, I have to duplicate the event code in every class from which I wish to implement it. Grrr...

I now return you to your government-mandated stupors.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013


modified 22-Jan-16 9:27am.

GeneralRe: Why .Net Sucks today PinPopular
Marc Clifton22-Jan-16 3:14
mvaMarc Clifton22-Jan-16 3:14 
GeneralRe: Why .Net Sucks today Pin
Duncan Edwards Jones22-Jan-16 3:16
professionalDuncan Edwards Jones22-Jan-16 3:16 
GeneralRe: Why .Net Sucks today Pin
#realJSOP22-Jan-16 3:18
professional#realJSOP22-Jan-16 3:18 
GeneralRe: Why .Net Sucks today Pin
Duncan Edwards Jones22-Jan-16 3:30
professionalDuncan Edwards Jones22-Jan-16 3:30 
GeneralRe: Why .Net Sucks today Pin
Marc Clifton22-Jan-16 4:18
mvaMarc Clifton22-Jan-16 4:18 
GeneralRe: Why .Net Sucks today Pin
Philippe Mori22-Jan-16 7:13
Philippe Mori22-Jan-16 7:13 
GeneralRe: Why .Net Sucks today Pin
#realJSOP22-Jan-16 3:20
professional#realJSOP22-Jan-16 3:20 
GeneralRe: Why .Net Sucks today Pin
Jeremy Falcon22-Jan-16 5:55
professionalJeremy Falcon22-Jan-16 5:55 
GeneralRe: Why .Net Sucks today PinPopular
Sascha Lefèvre22-Jan-16 3:32
professionalSascha Lefèvre22-Jan-16 3:32 
GeneralRe: Why .Net Sucks today Pin
U. G. Leander22-Jan-16 3:39
professionalU. G. Leander22-Jan-16 3:39 
GeneralRe: Why .Net Sucks today Pin
#realJSOP22-Jan-16 3:53
professional#realJSOP22-Jan-16 3:53 
GeneralRe: Why .Net Sucks today Pin
User 1013254622-Jan-16 3:34
User 1013254622-Jan-16 3:34 
GeneralRe: Why .Net Sucks today Pin
U. G. Leander22-Jan-16 3:37
professionalU. G. Leander22-Jan-16 3:37 
GeneralRe: Why .Net Sucks today Pin
Sander Rossel22-Jan-16 4:23
professionalSander Rossel22-Jan-16 4:23 
GeneralRe: Why .Net Sucks today Pin
Slacker00722-Jan-16 4:43
professionalSlacker00722-Jan-16 4:43 
GeneralRe: Why .Net Sucks today Pin
#realJSOP22-Jan-16 5:27
professional#realJSOP22-Jan-16 5:27 
GeneralRe: Why .Net Sucks today Pin
Philippe Mori22-Jan-16 6:59
Philippe Mori22-Jan-16 6:59 

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.