Hey guys,
im new to c# programming and to this forum:).
Im doing ok with learning c#, i just got done doing a "Do Loop."
My question is. What can c# be used for (mainly in Gaming ways, ex: can i make a game with a few of my programmer buddies or what?) because all the things i have been doing have been CMD stuff. If c# isnt used for games, what is?
Second question is. if i learn c# programming. can i use it as profit. (im 15.)
c# Ways
Started by Realicidal, Aug 14 2009 03:27 PM
7 replies to this topic
#1
Posted 14 August 2009 - 03:27 PM
|
|
|
#2
Posted 15 August 2009 - 05:35 AM
C# can be used for games, and many other types of programs. Most professional game companies use C++.
You can definitely earn money with C#.
You can definitely earn money with C#.
#3
Posted 15 August 2009 - 07:05 AM
Ok :thumbup1:
maybe after i get use to c# ill learn basic c++ :p.
But last night i found a guide of windows applications. i didnt know that you could do that :o
maybe after i get use to c# ill learn basic c++ :p.
But last night i found a guide of windows applications. i didnt know that you could do that :o
#4
Posted 15 August 2009 - 03:21 PM
If a game like Rocket Commander can be done in C#, with .NET, then really anything can be done. Look at those screenshots, and what nice shaders there were used. :)
google graphics search results
google graphics search results
Edited by ArekBulski, 17 August 2009 - 06:33 AM.
proudly presenting my personal website and game website: F1Simulation. a thrilling Managed DirectX racing game... also my Ask Me
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions
#5
Posted 16 August 2009 - 07:58 PM
Just a small list of things you can use C# for:
- Web Development (ASP.NET using C#)
- Game Development (XNA Framework)
- Database Driven Applications
- Web services (Windows Communication Foundation)
Because you are just starting, you won't get to see any of this without more training. That's why you need to understand basic programming using a command line interface first, its easier to do that than use GUIs.
- Web Development (ASP.NET using C#)
- Game Development (XNA Framework)
- Database Driven Applications
- Web services (Windows Communication Foundation)
Because you are just starting, you won't get to see any of this without more training. That's why you need to understand basic programming using a command line interface first, its easier to do that than use GUIs.
#6
Posted 18 August 2009 - 06:51 PM
@njr
thanks for that small list. helps alot.. for some reason GUI's are easier for me than cmd (think its also called DOS):w00t:
very strange
thanks for that small list. helps alot.. for some reason GUI's are easier for me than cmd (think its also called DOS):w00t:
very strange
#7
Posted 19 August 2009 - 06:57 AM
Really? How do you normally practice writing programs with GUI's? If you use Visual Studio's IDE (Integrated Development Environment), it's purely a "What You See Is What You Get" editor, so you'll be able to drag and drop whatever you want. Although that is easy, I suggest looking into the form's designer code to further understand what's going on.
#8
Guest_Jordan_*
Posted 20 August 2009 - 08:03 AM
Guest_Jordan_*
The introductory classes I've taken using .NET languages (VB and C#) have both started out using Command Line. I believe it is easier to explain coding concepts without the overhead of GUIs and non-standard libraries. C# can be used for just about anything, you can even build an OS with it (although I wouldn't). http://www.brokenwir...perating-system


Sign In
Create Account

Back to top









