How to Use SQL Server with Docker on MacOS & Restore a Database from Backup

https://youtu.be/xs0yOo6NWRM In this video ... I'll guide you through the process of setting up SQL Server on MacOS using Docker and restoring a database from a backup file. Whether you’re a developer or a database administrator, this tutorial will help you leverage the power of Docker to run SQL Server seamlessly on your Mac. What … Continue reading How to Use SQL Server with Docker on MacOS & Restore a Database from Backup

Hosted/Background Service in .NET 7 using .NET CLI

In this video, I have covered, 1. Create a new .NET 7 Worker Service using .NET CLI templates 2. Customize the Service to call an external API and capture the response 3. Configuring Cancellation token to cancel the process after certain interval of time 4. Use Cases of using a background service Fake API URL … Continue reading Hosted/Background Service in .NET 7 using .NET CLI

Use DotNet CLI (Command Line Interface) on MacOS to generate, debug and run .NET apps

https://youtu.be/XL4hSuKTnCY Use DotNet CLI (Command Line Interface) on MacOS to generate, debug and run .NET apps In this video, we will learn how to use DOTNET CLI to create, build, debug and run the .net apps. We will see the debugging through VS Code as the editor.

Secure a React App with Auth0

https://youtu.be/1E11WjA_1Q0 In this video we will create a React app from scratch and secure it with Auth0.

How to restore a database on Azure Data Studio for Mac with Docker

Agenda: In this article, we will learn to restore a SQL database from a backup file in Azure Data Studio for Mac using Docker container. Pre-requisite: Some basic knowledge of Database Admin concepts like DB restoration, DB backup, etc. Video Tutorial: https://youtu.be/7ICbhjbPUhI Software needed: Docker appAzure Data Studio Step 1: The most popular database used … Continue reading How to restore a database on Azure Data Studio for Mac with Docker