• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is C# really a programming language?

 
Ranch Hand
Posts: 1246
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont know much about it. But what i hear is C# work with .NET.
Can you say C# is replacing C++ on programming window programs? Or C# is really just for .NET? If thats true i don't see why would people comparing the Java and C#.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's been a while since I did any reading on the subject but:
Syntactically, C# is very similar to Java. C# (I believe) is designed to be the C replacement in the .Net architecture.
Basically .Net requires a language + a number of "hooks" to be supported by the language vendors to allow it to plug in to .Net
Many argue that its similarity to Java will put it in direct competition with Java, but I have also heard the argument that by forcing VB programmers to conform to a C or Java syntax it will make it easier for them to jump to Java, a real language.
So, I think I kind of gave my view on the question while providing plenty of bait for others to flame me
Dave
 
reply
    Bookmark Topic Watch Topic
  • New Topic