what do you think i need to use to build a web app for books . like a labrary . (with c#) ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what do you think i need to use to build a web app for books . like a labrary . (with c#) ?

c# is already choisen

1st May 2018, 12:22 AM
Marouane Berhi
Marouane Berhi - avatar
1 Answer
+ 1
Hello! You should use ASP.NET framework for building web apps. I recommend you use ASP.NET Core MVC which is easy enough. Also you should use Entity Framework for communicating with Microsoft SQL server which will hold databases. Some links: 1. ASP.NET docs https://docs.microsoft.com/en-us/aspnet/tutorials 2.ASP.NET Core MVC guide https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-2.1 Happy Coding! ;)
4th May 2018, 1:33 PM
dev.Y
dev.Y - avatar