sql server

Uploading Multiple files from Angular to dotnet core web API and saving it to SQL Server

Uploading files from Angular to Dotnet Core WebApi and SQL Server

In this article, I will show you how to upload multiple files from Angular to Dotnet core web API and saving them to the SQL Server database. I will also show you how to fetch those files from the database and download them on the user’s browser. I will be using the Angular template of …

Uploading files from Angular to Dotnet Core WebApi and SQL Server Read More »

Running Angular and Dotnet Core app inside docker container

Run Dotnet Core, Angular app in Docker container with SQL Server

Do you want to run your Angular and Dotnet Core application inside Docker container and also connect it with a database like SQL server? In this article I will show you exactly how to do that . I have created an application using the Angular template of Dotnet Core. This application also communicates with the …

Run Dotnet Core, Angular app in Docker container with SQL Server Read More »