az account set --subscription subscriptionId az vm user update --resource-group TargetResourceGroup --name NameOfVM --username Nam...
There are different ways to run a SQL command/query in Entity Framework Core. 1.DbSet.FromSqlRaw var parentsList = context.Parents...
There are different ways to run a SQL command/query via Entity framework. 1.SqlQuery In the entity(table) level : var parentsList ...
Error : error : "google.protobuf.Empty" is not defined. Solution protoc -I {proto_path}\include --proto_path=proto --js_o...
In the Startup.cs : public void ConfigureServices(IServiceCollection services) { services.AddControllers().AddJsonOptions(options ...
When running ‘sudo apt upgrade -y’ on azure ubuntu vm error : dpkg: error processing archive /var/cache/apt/archives/l...
Error The server returned status code '200 This endpoint is only for web-socket requests' when status code '101' w...
Error Error : [Debug] Microsoft.AspNetCore.SignalR.HubConnectionContext Failed connection handshake. System.ArgumentOutOfRangeExce...
Watchtower can be used either as standalone docker container or in docker compose. Create config.json Before creating the config f...
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit ...