+ 1
Uses of C# other than Unity?
The reason I downloaded Sololearn was to learn how to use C# for uses in Unity. I now find myself having fun with coding in general and want to know where else I can apply C#.
5 Respostas
+ 5
Unity C# | Game Engine |
https://www.sololearn.com/Discuss/708962/?ref=app
+ 5
In addition to what's already been posted here, C# has been powerful for building RESTful APIs via ASP.NET WebAPI, various micro-services, console apps for utility and automation purposes, and even, recently, Web Assembly with Blazor.NET - the latter being in early stages still.
+ 4
Jeffrey Warren
Please, Use the search feature before posting as to reduce the number of duplicate threads in Q/A section!👍
https://www.sololearn.com/post/10362/?ref=app
+ 2
Develope for Android/ios with Xamarin, for windows7/10/linux desktop programs with winforms/wpf/mono, for web vs asp.net mvc (.net core or not .net core). C# is applied everywhere
+ 1
Thanks for the feedback. It helps shorten me researching this topic.