+ 1
What kind of applications can be developed using C# and for what platforms?
Can some other language be used inside C# or C# inside other languages like we do in web development as putting JavaScript or php code in HTML etc.
2 Respuestas
+ 1
You can make many different things using C#, across many different platforms. C# is a very powerful and easy to learn OOP, and if you are proficient, you can create anything from a calculator to a full blown 3d game. (C# isn't really used for making games, but if you wish to make games with it, go ahead.)
+ 1
thanks a lot🙆