Scottsauber.com

Using the Microsoft.AspNetCore.HealthChecks Package

WebURL Health Checks. The URL Health Check lets you specify a URL and then it will execute a GET to that URL and see if the URL returns a Success Status Code …

Actived: 7 days ago

URL: https://scottsauber.com/2017/05/22/using-the-microsoft-aspnetcore-healthchecks-package/

aspnetcore – Scott Sauber

WebWhat is dotnet watch? dotnet watch is a way to immediately trigger a dotnet command when a file changes. The most common uses for this are using it to …

Category:  Health Go Health

Dynamically setting Content Type in ASP.NET Core with

Webtldr; If you have a scenario where you have multiple file types (.pdf, .docx, etc.) stored somewhere (in a database, file system, etc.), that need to be downloaded, …

Category:  Health Go Health

ASP.NET Core 2.0 Fundamentals

WebAgenda. •Split into 2 halves. •Intro to ASP.NET Core in general •What’s new in ASP.NET ore 2.0. •Demos all throughout •Questions any time. What is ASP.NET Core? •Ground …

Category:  Health Go Health

Creating Healthy, High Performing Engineering Organizations

WebPurpose - Opinion #1 •Give the team a clear problem space to work in •Figure out a value stream in your business and let the team own it •Everyone should know how what they …

Category:  Health Go Health

Building Large, Yet Maintainable, ASP.NET Applications

WebDI/IoC helps you loosely couple your “large” apps. Lets you unit test anything if done correctly. I use SimpleInjector. Performance. ~80x faster than Ninject, ~20x faster than …

Category:  Health Go Health

Using the Microsoft.AspNetCore.HealthChecks Package

WebWhat is a Health Check? Health Checks are pretty much what the name implies. They are a way of checking to see if your application is healthy.

Category:  Health Go Health

The Background on Background Tasks in .NET Core

WebNeed a simple background task runner. Either as part of your ASP.NET Core application or by itself. Less gotchas than IHostedService. Can’t accidentally prevent app from booting …

Category:  Health Go Health

May 2017 – Scott Sauber

WebThere are tons of times where you want to delete from the right of your cursor, while preserving everything to the left of your cursor. Today the most common …

Category:  Health Go Health

10 Opinions For Creating More Maintainable .NET Apps

WebAgenda. •Lightning Talk approach •Talk about my opinions for all these. •Folder Structure •Don’t use IOptions Directly •Code Flow •Validation •ORM’s …

Category:  Health Go Health

Deploying a .NET 8 App to Azure using GitHub Actions and …

WebInfrastructure as Code DSL for Azure. Describe Azure Resources using Bicep’s language. Stored in version control. Repeatable. Auditable. Manage Configuration Drift. Bicep runs …

Category:  Health Go Health

Building Large, Yet Maintainable ASP.NET MVC Apps

WebFeature Folders > MVC Folders. SRP for UI with Components. Happy Path at the Bottom of a Method. FluentValidation over Data Annotations/Custom. Use an ORM. Avoid new, …

Category:  Health Go Health

Building Large, Yet Maintainable, ASP.NET Applications

WebAgenda •Lightning Talk approach •Talk about best practices for all these *in a “large” app* •Folder Structure •UI Components •View Models

Category:  Health Go Health

Page 8 – Software Developer – Full Stack

WebIf you’re on your build server and running into the problem like this that fails on the NuGet Restore. Package Microsoft.AspNetCore 2.0.0 is not compatible with netcoreapp2.0 …

Category:  Health Go Health

Uncategorized – Page 7 – Scott Sauber

WebUpdated: 2020-05-03. Thanks to Luke in the comments for his tip about Partial Views. I’ve had a handful of people ask me about this, so I figured I’d just blog on it. The Problem. If …

Category:  Health Go Health

Creating Healthy, High Performing Engineering Organizations

WebCreating Healthy, High Performing Engineering Organizations. “We spend all our time firefighting.”. “We don’t get time to prioritize tech debt.”. “We don’t have great insights …

Category:  Health Go Health

Comments on: Using the Microsoft.AspNetCore.HealthChecks …

WebCan you please know how to implement single check using RunCheckAsync ? I have many URLs . I want check single by single. So I can judge each URL will take time.

Category:  Health Go Health