Click here to Skip to main content
15,909,822 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.

 
GeneralRe: C# - just making an observation Pin
Ian Shlasko2-Dec-14 4:32
Ian Shlasko2-Dec-14 4:32 
GeneralRe: C# - just making an observation Pin
Marc Clifton1-Dec-14 16:21
mvaMarc Clifton1-Dec-14 16:21 
GeneralRe: C# - just making an observation Pin
Eddy Vluggen1-Dec-14 8:44
professionalEddy Vluggen1-Dec-14 8:44 
GeneralRe: C# - just making an observation Pin
OriginalGriff1-Dec-14 9:08
mveOriginalGriff1-Dec-14 9:08 
GeneralRe: C# - just making an observation Pin
_Maxxx_1-Dec-14 16:40
professional_Maxxx_1-Dec-14 16:40 
GeneralRe: C# - just making an observation Pin
OriginalGriff1-Dec-14 20:33
mveOriginalGriff1-Dec-14 20:33 
GeneralRe: C# - just making an observation Pin
Member 100881711-Dec-14 8:46
Member 100881711-Dec-14 8:46 
GeneralRe: C# - just making an observation Pin
den2k881-Dec-14 9:01
professionalden2k881-Dec-14 9:01 
Until VS2008 (more I don't know) I found a flaw that I hate: it is impossible to separate definition and implementation in separate files.

Also, it is slow to compile, it uses that crappy .NET framework with the crappier documentation and it is slow to compute unless you fill it up with unsafe.

I AM biased because I really need low-level functionalities, the only time I ued C# was to create a VS add-in to view areas of memory as 8 or 16 bit images and apply some algorithms and infinite zoom (with no blurring, must be exactly a pixel per pixel representation). The areas of memory come directly from the VS debugger on a running process, and it has to understand variable names, pointers, raw addresses and some internal data structures. With C# it is painfully slow, where the older counterpart of this add-in, developed in VB6, is fast as a Thunder (btw Thunder WAS the codename of VB6 Big Grin | :-D ).

It has some good points, i like the UI designer and its way of managing events, but stil... I will hate the day we switch off VB6 and turn to C#.
GeneralRe: C# - just making an observation Pin
  Forogar  1-Dec-14 9:10
professional  Forogar  1-Dec-14 9:10 
GeneralRe: C# - just making an observation Pin
den2k881-Dec-14 9:43
professionalden2k881-Dec-14 9:43 
GeneralRe: C# - just making an observation Pin
  Forogar  3-Dec-14 7:01
professional  Forogar  3-Dec-14 7:01 
GeneralRe: C# - just making an observation Pin
BillWoodruff1-Dec-14 20:44
professionalBillWoodruff1-Dec-14 20:44 
GeneralRe: C# - just making an observation Pin
Marc Clifton1-Dec-14 16:25
mvaMarc Clifton1-Dec-14 16:25 
GeneralRe: C# - just making an observation Pin
  Forogar  1-Dec-14 9:07
professional  Forogar  1-Dec-14 9:07 
GeneralRe: C# - just making an observation Pin
OriginalGriff1-Dec-14 9:10
mveOriginalGriff1-Dec-14 9:10 
GeneralRe: C# - just making an observation Pin
  Forogar  1-Dec-14 9:11
professional  Forogar  1-Dec-14 9:11 
GeneralRe: C# - just making an observation Pin
PIEBALDconsult1-Dec-14 13:15
mvePIEBALDconsult1-Dec-14 13:15 
GeneralRe: C# - just making an observation Pin
User 5838521-Dec-14 15:51
User 5838521-Dec-14 15:51 
GeneralRe: C# - just making an observation Pin
Marc Clifton1-Dec-14 15:55
mvaMarc Clifton1-Dec-14 15:55 
GeneralRe: C# - just making an observation Pin
User 5838521-Dec-14 17:29
User 5838521-Dec-14 17:29 
GeneralRe: C# - just making an observation Pin
Andy Brummer1-Dec-14 16:35
sitebuilderAndy Brummer1-Dec-14 16:35 
GeneralRe: C# - just making an observation Pin
dandy725-Dec-14 10:32
dandy725-Dec-14 10:32 
GeneralIs CodeProject broken? Pin
Richard MacCutchan1-Dec-14 6:19
mveRichard MacCutchan1-Dec-14 6:19 
GeneralRe: Is CodeProject broken? Pin
Keith Barrow1-Dec-14 6:32
professionalKeith Barrow1-Dec-14 6:32 
GeneralRe: Is CodeProject broken? Pin
Kornfeld Eliyahu Peter1-Dec-14 7:20
professionalKornfeld Eliyahu Peter1-Dec-14 7:20 

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.