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.
This is a quick tip on how to send an HTTP PATCH request in C# and Blazor using HttpClient. I also show how to send the request via 3rd-party client.
This is a simple employee database management system Single-Page Application(SPA) in Blazor WebAssembly, that serves as a client app to a REST API.
Learn five ways of passing data between components in Blazor - route parameters, querystring, state container object, component and cascading parameters.
In the spirit of the 20th anniversary of .NET, I make a bold prediction - that C# will become the most popular programming language by 2035, and I explain why.
Learn how to implement HTTP PATCH method in C# and ASP.NET Web API using JsonPatch library. The Patch method allows client to send partial updates.
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.