Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm interested in using C# for graphics work. The book I have doesn't seem very interested in graphics. Could someone suggest a book that is more graphics-oriented? I am also interested in C interfacing with Excel. I'd be very grateful for any advice.
Thanks!
I recommend getting started with XNA. Some books are as follows:
Rob Miles - Free Drafts
Professional XNA Programming: Building Games for Xbox 360 and Windows with XNA Game Studio 2.0
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any open-source toolbox in C# Microsoft Visual Studio that auto-spell words like Microsoft Word does? I'd use DevExpress, its good but it's not free.
I really need it in my OCR Application. Please help me.
You can try SpellCheck Class in .NET
http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx
There are other attempts by hobbyist in codeproject you can take a look at it
http://www.codeproject.com/Articles/5277/NetSpell-Spell-Checker-for-NET
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have little amount of job to do in C#, and I'd like to avoid buying&installing Visual Studio for it.
Are there some lightweight IDE-s for C#? I think, the most important feature for me would be code completion.
Thanks in advance! Vitaly.
To be honest I use the express version of Visual Studio.
It does all the small stuff.
I think that Microsoft brought it in because they were losing the home and student developers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any Open source game engine. I came across Axiom3d but i am not aware whether this can be used with Visual Studio 2010.
Are there any tutorials for starting building a game using a Game engine. I had searched internet but not able to find out a game engine that matches all my needs.
Plz give some details about game engine.
http://www.ogre3d.org/
http://irrlicht.sourceforge.net/
Both are very nice to work with.
They both have .Net ports. I would start cheking out Ogre
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
From where I can find royalty free and free of charge sound effects for my C# project? You know, I need an alarm sound in .wav format. There might be some places in internet but I always trust you guys. Please help me.
The Free Sound Project freesound.org should be what you are looking for. This is my go-to place for sound effects etc
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any physics engine for .net platform instead of the physics2d.net that's out now on Google code? I don't need something for XNA framework and exactly I need a library for using it straight in my C# application.
http://code.google.com/p/box2dx/ - C# wrapper around the popular box2d physics engine.