Jump to content

Examples of C#

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Slamster

Slamster

    Newbie

  • Members
  • Pip
  • 2 posts
who would use C# such as game developers, websites, programs, etc

#2
QuackWare

QuackWare

    Learning Programmer

  • Members
  • PipPipPip
  • 95 posts
C# is mainly used for rich desktop or web based applications that can be used in business or personal use. It is not used as much in games although there is a XNA Game Studio plugin for Visual Studio in which you can create games for the PC or XBOX using C#. C# can also be used in dynamic web pages (.aspx)

#3
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
C# is mainly an True Object Oriented Language developed from scratch ,even a int datatype is a object in C# ,Its used for WebDevelopment ,XNA Game Studio and also Software Development

#4
questionspoint

questionspoint

    Newbie

  • Members
  • PipPip
  • 15 posts
i think c# is a very good option for website development and application development

#5
tajdadon

tajdadon

    Newbie

  • Members
  • Pip
  • 2 posts
I've also seen C# used for networking

#6
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
If you want to make good desktop applications that run on Windows, use C#. It's easy to learn and to use.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#7
progcomputeach

progcomputeach

    Learning Programmer

  • Members
  • PipPipPip
  • 45 posts
I agree. You can write desktop apps, web applications which access databases, write to files, the list goes on. The great thing about the .NET framework is that you can write VB or C# programs and make them work together.