web application

  1. P

    How to set FK in OnModelCreating() method EF Core

    Hi all I have been studying CRUD operations in web applications following tutorials (Blazor, MVC, etc), but none of them uses more than one table in the DB. So now I'm trying to test something like an agenda in a web application. So I have two tables (Models), they are: 1) People: IdPerson...
  2. aaron-tay

    How to deploy and host ASP.NET framework web application on Windows Server 2022 and Ubuntu 22.04?

    I developed web application using ASP.NET framework 4.7.2 in Visual Studio 2022. I should deploy it on the following servers. OS: windows server 2022 (cloudzy.com), ubuntu 22.04 (hostinger.com) I've read some blogs and articles on how to deploy and host this, but it doesn't help much. I think...
Back
Top Bottom