From Console to ...? in C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

From Console to ...? in C#

Having learned the basics of C# thanks to SoloLearn, I would be interested to learn more using the same app to go beyond simple Console. In the meantime, what is *your* advice on the best next step? Thanks in advance!

25th Mar 2017, 2:53 PM
Doorway_Stone_Face
Doorway_Stone_Face - avatar
5 Answers
+ 24
I used ASP.NET and C# (in Visual Studios) together with a SQL Server to build a Facebook like web site for businesses from the ground up a few years back. Now adays Visual Studios is free to use for non buisnesses. It's a lot of fun to play around in too. I'd check out Visual Studios and see if that suites your needs. 😀
30th Apr 2017, 9:40 PM
ɔ͒̋ᴉ̼̻̤͙͇͈̓ͧʇ̋̌̃ḓ̣ͯʎ̱̝̗̗̺̐͊ɹʞ͇̮́̍̾̽̈́̓
ɔ͒̋ᴉ̼̻̤͙͇͈̓ͧʇ̋̌̃ḓ̣ͯʎ̱̝̗̗̺̐͊ɹʞ͇̮́̍̾̽̈́̓ - avatar
+ 24
Wish there was a mobile version of Visual Studio lol
30th Apr 2017, 10:12 PM
ɔ͒̋ᴉ̼̻̤͙͇͈̓ͧʇ̋̌̃ḓ̣ͯʎ̱̝̗̗̺̐͊ɹʞ͇̮́̍̾̽̈́̓
ɔ͒̋ᴉ̼̻̤͙͇͈̓ͧʇ̋̌̃ḓ̣ͯʎ̱̝̗̗̺̐͊ɹʞ͇̮́̍̾̽̈́̓ - avatar
+ 4
And I thought only total newbies like me would be haunting an app like Sololearn! I started with C# which I find fascinating, but switched to 'web' in order to experiment with something more colorful than the console and that works on the phone. Thank you for your answer and encouragement!
30th Apr 2017, 10:09 PM
Doorway_Stone_Face
Doorway_Stone_Face - avatar
+ 2
if you are interested with web technology, learn asp.net core
25th Mar 2017, 3:18 PM
gjh4cker
gjh4cker - avatar
+ 2
Thanks to gjh4cker for the first answer! I will be looking into asp.net core - starting from here: https://docs.microsoft.com/en-us/aspnet/core/ //FROM THE INTRO What is ASP.NET Core? ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. ASP.NET Core is open source at GitHub.
25th Mar 2017, 4:00 PM
Doorway_Stone_Face
Doorway_Stone_Face - avatar