Click here to Skip to main content
15,908,175 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
Albert Holguin2-Dec-14 4:06
professionalAlbert Holguin2-Dec-14 4:06 
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 
Most agree C# is good but times are changing again. First it comes with the overhead of the framework, undeterministic memory management with garbage collectors. Devices are getting smaller and competition on the server side is cutting into profits. Simply put in terms of performance per $ it cannot win on the server side and as mobile app with C++. We are slowly moving to true massive parallelism using GPU computing and it is doable with managed code going through some extra steps to bridge native and managed but why doing it? Modern languages tend to be more verbose. C++ code is terse, impressively logic and amazingly modern and relevant despite old age. C# facilities are nothing more than iteration of STL or Boost. The only advantage is UI but with Web front this is no longer main consideration in choosing the language. C# is evolving and there is nothing wrong with it (I am using .Net extensively) but looking forward, surprisingly, for many applications C# may not be the best choice.
GeneralRe: C# - just making an observation Pin
den2k881-Dec-14 9:01
professionalden2k881-Dec-14 9:01 
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 

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.