setting up a new Blazor project, creating a new page with a simple UI, creating data in MongoDB Atlas, showing those news on the website and making the website available by using Azure App Service to ...
Creating a C# .NET Core Worker based on Clean Architecture. This example is an implementation where I adapted a Worker layer to work together clean architecture layers. Read readme file in order to ...
MongoDB is a popular, open source, scale-out NoSQL database that provides high throughput for your data-driven applications. Unlike relational databases such as SQL Server, Oracle, and MySQL, which ...