Can i create a website using C# only? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can i create a website using C# only?

After i fully learn how to make desktop apps using C#, i want to create a website showcasing all of the programs i made. 1.Can i do such thing using C# only/mostly? 2.How do i buy a domain name? 3.Can i get a external server for my website? I can't host it on my lowend 2013 laptop. 4.What do i need to install on my copy of Visual Studio 5.Could you give me examples of websites built using C# only/mostly?

15th Jul 2018, 11:12 AM
Timothy Joseph
Timothy Joseph - avatar
4 Answers
+ 10
Only C#? After some thought, no. You can, like, write HTML in C#, attempt to parse it using some kind of library in order to produce a webpage, but that would still require you to at least have some knowledge in HTML. Basic building block of the internet, yknow. Usually, C# is used for the backend. I'll give you that. https://stackoverflow.com/questions/294128/c-sharp-web-development-learning-strategy I'll just answer this for now. May get back to this if the rest are still not answered. Edit: Domains, right, this one falls under search bar. https://www.sololearn.com/Discuss/333012/?ref=app https://www.sololearn.com/Discuss/934565/?ref=app https://www.sololearn.com/Discuss/517260/?ref=app If you need to host your data online, Firebase can be a way to go. https://firebase.google.com/docs/hosting/
15th Jul 2018, 11:17 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
2. You can use a domain registration service to obtain one. Depending on your country you can also register a top-level domain of country code (ccTLD) by going to any public instance that your country has for it (for example, in my country you can do it by going to the ministry of telecommunications): https://makeawebsitehub.com/reviews/domain-registrars/ 3. What do you mean by external server? If you are referring to a host, there are many services for them. Several include a domain as a gift for a year or similar periods of time. 4. Depending on your installation of Visual Studio. In many cases you will not need to do anything else, in others you should simply install ASP.NET and Web Tools. 5. I really do not have examples, although the Sololearn site works using ASP.NET, so it may use C#.
15th Jul 2018, 11:32 AM
Mickel
Mickel - avatar
+ 1
I heard learning HTML is pretty easy, i might learn it as my next language and then make a website
15th Jul 2018, 11:22 AM
Timothy Joseph
Timothy Joseph - avatar
+ 1
ya you can build a website using C#.NET and Asp.net with html and css
15th Jul 2018, 5:39 PM
Manoj Shelgoankar
Manoj Shelgoankar - avatar