0
C# & SQL
Hey guys, I'm a beginner with coding, I've done C# and SQL and starting with web development tools (done HTML, am on CSS). I wonder if someone can point me in the direction of easy to follow guides for writing C# code which takes in data (from a webpage) and stores it in a database? I want to retain the data and make it easy to access by other users.
2 Answers
+ 1
Something like that is quite simple, however I used PHP when I did it instead of C#.
First, make a website with a form that will be sent to the server.
Second, write the C# code that will accept the values and put them into the database.
W3 Schools was helpful with the web design aspect and I found various PHP Youtubes and websites online. Just Google database writing with C# or similar.
You will need a server with a database first though. I used x10hosting as my free hosting service.
0
C# + Webpage = ASP.NET
Tutorialspoint has basic guides easy to follow, you can check it out
https://www.tutorialspoint.com/asp.net/