I've just begun learning C#, using a webbased tutorial and Visual Studio.
I've got a little simple app written as a console app and now I want to put it on my website but I can't find how to do that.
Frankly I find the whole Visual Studio IDE confusing, obscure, intimidating... hopefully it'll get better as I progress...
Meanwhile, can anyone help me with how to put this tiny app onto a webpage?
I maybe should add that it is very simple. It just takes in three different numbers, does a simple calculation and outputs the result to the console.
I've got a little simple app written as a console app and now I want to put it on my website but I can't find how to do that.
Frankly I find the whole Visual Studio IDE confusing, obscure, intimidating... hopefully it'll get better as I progress...
Meanwhile, can anyone help me with how to put this tiny app onto a webpage?
I maybe should add that it is very simple. It just takes in three different numbers, does a simple calculation and outputs the result to the console.
Comment