3 video lectures in Bulgarian about creating a Tetris game on the console using C# and .NET Core
Video: Razor Pages in ASP.NET Core (Bulgarian)
Topics covered:
- Razor Pages
- MVC vs Pages
- Razor Pages Fundamentals
- Razor Pages Filters
- Razor Pages Routing
- Route Constraints
- Razor Class Libraries
- Bundling and Minification
Video: Blazor for Web, Desktop and Mobile (Bulgarian)
Topics covered:
- What is Blazor?
- Blazor on WebAssembly
- Blazor on the Server
- Blazor in Depth
- Components, Routing, DI, Lifecycle
- Data Binding, Validation, Events, JS Interop
- Blazor as Desktop Application
- Mobile Blazor Bindings (Experimental)
Demo links:
- MusicX (Simple web music player built with Blazor WebAssembly) - https://github.com/NikolayIT/MusicX/
- Santase for Android (Popular Bulgarian card game built with Mobile Blazor Bindings) - https://github.com/NikolayIT/SantaseGameEngine/
IT Talks: The SoftUni Podcast with Me (Bulgarian)
Guest: Nikolay Kostov
Host: Stoyan Shopov (SoftUni)
Topics covered:
- Path to Solutions Architect
- Microsoft Certified Trainer
- First Steps in Programming
- C# from the Beginning
- Web Assembly
- Security and Code Similarity in judge.softuni.bg
- Artificial Intelligence
- Types of Chess Engines
Video: ML.NET - Machine Learning for .NET (Bulgarian)
Topics covered:
- What is Machine Learning?
- Introduction to ML.NET
- Binary classification (+ demo)
- Multi-class classification (+ demo)
- Recommendation (+ demo)
- Regression (+ demo)
- Clustering
- Anomaly Detection (+ demo)
- Computer Vision
- AutoML and ML.NET for ASP.NET Core