Connecting to Gitlab's private Nuget registry
Running a nuget registry for your project might be a good solution for a small project, however the setup is not that smooth as expected.
Running a nuget registry for your project might be a good solution for a small project, however the setup is not that smooth as expected.
With the release of a new version of .NET, compatibility requirements may also change, and upgrading projects may not always be seamless.
With Konso's logging integration, our .NET 7 web application is now even more robust. This powerful feature gives us detailed insights into the app's performance, making it easier to identify and fix any issues that arise.
Sometimes in order to debug kubernetes internal network configuration, the simplest way is to use legacy tools. Let's see how quick it can be done in pod.
Cosmos DB is cool and SQL API makes it natural for SQL server users, however there are limitation such as deleting items by query. In this post let's see what are solutions can be used for bulk deletion.
Database security is underrated topic. The majority of projects are using single user for all database calls. Doesn't matter if you have several machines accessing your database or users, everyone should access it with his own name.
How to remove a problem or outdated nuget sources.
How to migrate a Git repository to another server.
A simple example for Dockerfile for .NET 5 web application.