Thursday, February 21, 2019

Where to start...my first ASP.NET website

I am currently learning ASP.NET Core (with C#) using various tutorials and Microsoft docs.

I once created a website with hundreds of static web pages. As a personal project, I want to turn those pages into an ASP.NET driven website. While I have learned a few things about Razor pages and creating CRUD applications, I need some guidance wrt where to start...e.g. should I put all those pages in some database, or only the common components of those HTML pages i.e. menu, header, etc. would go to database and rest will be static? Or store nothing in database and only use Razor where I can?

Thanks

Where to start...my first ASP.NET website Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team