How to Install Zorin OS on VMware Using a Bootable USB
Guide | 7 months ago
Zorin OS 18: Linux for Windows 10 Users In this video, I walk through a complete Zorin OS 18 review and installation tutorial, perfect for anyone considering switching from Windows to Linux now that Windows 10 support has ended. Zorin OS offers a familiar i...
Open this video on Fox Learn
Build Authentication APIs in ASP.NET Core Web API Using Identity
Guide | 8 months ago
🔐 ASP.NET Core Web API Authentication with Identity (Register, Login, Change Password) In this video, you’ll learn how to build a simple and complete authentication system using ASP.NET Core Web API with ASP.NET Core Identity. We walk step by step through ...
Open this video on Fox Learn
Create Your First .NET MAUI CRUD App with SQLite & MVVM
Guide | 8 months ago
🚀 In this video, we refactor a .NET MAUI CRUD application with SQLite into a clean and scalable MVVM architecture. You’ll learn how MVVM (Model-View-ViewModel) works in .NET MAUI, how to remove UI logic from code-behind, and how to structure your app using...
Open this video on Fox Learn
Implement JWT Access & Refresh Tokens in .NET MAUI (Step-by-Step)
Guide | 8 months ago
This video show you how to add access tokens and refresh tokens to your .NET MAUI app. This maui tutorial will guide you through implementing secure authentication for your dotnet applications, allowing users to stay logged in without constant password re-e...
Open this video on Fox Learn
Secure Your API with JWT in ASP.NET Core - Access & Refresh Tokens
Guide | 9 months ago
Learn how to implement JWT Authentication & Authorization in ASP.NET Core with Access Tokens and Refresh Tokens, how they work, why they’re important, and how to test everything inside Swagger. In this video, you’ll learn: ✔ How Access Tokens and Refresh To...
Open this video on Fox Learn
Build CRUD Operations in .NET MAUI with SQLite
Guide | 9 months ago
🚀 .NET MAUI CRUD Tutorial With SQLite | Build a Complete MAUI App (Full Course) In this .NET MAUI tutorial, you’ll learn how to build simple and powerful CRUD operations using SQLite. This step-by-step guide is perfect for beginners who want to master loca...
Open this video on Fox Learn
Build a Windows Service from Scratch Using a Console App (C#)
Guide | 9 months ago
In today’s tutorial, we’re taking the next big step: turning the server console app into a fully functional Windows Service using .NET, Visual Studio, and Serilog for logging. A Windows Service is a background application that runs on your computer without ...
Open this video on Fox Learn
Build a TCP/IP Client & Server Chat App in C#
Guide | 9 months ago
🔌 Build a TCP/IP Chat Client–Server App in C# (Step-by-Step Tutorial) In this video, I’ll walk you through creating a complete TCP/IP chat application in C# .NET 10, using a lightweight library called TcpSharp. We’ll build both the server (Console App) and...
Open this video on Fox Learn
Learn CRUD in .NET MAUI with JWT Authentication (Full Tutorial)
Guide | 9 months ago
Complete CRUD App in .NET MAUI — Connected to JWT Web API In this video, we continue our .NET MAUI series by building full CRUD operations connected to a JWT-secured Web API. In the previous episode, we set up the API and authentication. Now, we’ll implemen...
Open this video on Fox Learn
Secure Login & Registration in .NET MAUI Using JWT Authentication
Guide | 9 months ago
In this video, I’ll show you how to build a secure Login & Registration system in .NET MAUI using JWT Authentication 🚀. We’ll work on both the JWT Web API (server) and the .NET MAUI client, covering everything from user registration to generating and stori...
Open this video on Fox Learn
Build a Login and Registration Form in .NET MAUI
Guide | 10 months ago
In this video, you’ll learn how to build a Login and Registration form in .NET MAUI, step by step. I’ll show you how to design a clean user interface, create the LoginPage and RegisterPage, and navigate between pages using MAUI’s built-in navigation system....
Open this video on Fox Learn
Create a Setup File + Automatic Updates in Visual Studio 2022
Guide | 10 months ago
Publish & Auto-Update a WinForms App with ClickOnce (VS2022) In this video, you’ll learn how to create a setup file for your WinForms app in Visual Studio 2022 using ClickOnce, and enable automatic updates step by step. ClickOnce makes it easy to deploy and...
Open this video on Fox Learn