Explore >> Select a destination


You are here

jeremydmiller.com
| | alwayssql.wordpress.com
10.5 parsecs away

Travel
| | Many times it happens that your backup (or restore) activity has been started by another Database Administrator or by a job, and you cannot use the GUI anything else to check the progress of that Backup / Restore. By combining multiple commands, I have generated below script which can give us a summary of current...
| | dylanbeattie.net
12.8 parsecs away

Travel
| | Using ASP.NET Core and Azure OpenID Connect to restrict access to admin features based on an authenticated user's email domain.
| | whatibroke.com
9.5 parsecs away

Travel
| | Hey everyone, Just a quick post on how to use postman with a gRPC endpoint using .net core. Add the grpc reflection package to your project: dotnet add package Grpc.AspNetCore.Server.Reflection Add to the container and include the middleware in your program.cs: builder.Services.AddGrpc(); # Add this line. builder.Services.AddGrpcReflection(); var app = builder.Build(); app.MapGrpcService(); # Add this
| | aaronparecki.com
75.0 parsecs away

Travel
| This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol.