Learn how to traverse a given directory path and its subdirectories in C#. Then, build a JSON string that represents the tree structure, and return that value.
Should you learn C# in 2023? Some of the reasons why you should include .NET MAUI Blazor, ASP.NET popularity, game development, Azure support and ease of use.
What is .NET Blazor? Should you learn it? In this post, I attempt to explain the hype around Blazor and I will give you 5 reasons why you need to learn Blazor.
Learn five ways of passing data between components in Blazor - route parameters, querystring, state container object, component and cascading parameters.
Learn how to create a REST client single-page app(SPA) in .NET Blazor WASM, which you can use to test a REST API service by allowing you to send HTTP requests.
Implement a simple Employee database management REST API application in ASP.NET, utilizing design patterns like Repository and Dependency Injection.
Random image or banner on web page refresh? Implemented using ASP.NET Core Web API, this application lets Controller handles HTTP GET requests from the browser.
Create a simple .NET console application that reads and caches all the files in a given directory. Application uses IMemoryCache and Dependency Injection.
Create a simple .NET console application that caches images in a local drive. Application uses IMemoryCache and Dependency Injection.