Kritner-Blogs
Organization for holding my blog post repos, if that seems to work out well.
Westminster, MD
Pinned Repositories
DirectoryBuildProps
Small repo demonstrating use of `Directory.Build.props`
dotnetcoreCors
Sample repo for setting up CORS with .netcore 3
EditorConfig.FileScopedNamespaces
Demonstrate using an .editorconfig to apply file scoped namespaces across the repository
ExtensionMethods
Extension methods I find useful.
FlakyTest.XUnit
Do you have some flaky tests? Are you using XUnit? Do you want to retry them a few times before considering them failures? Heck yeah brother (you should probably actually fix the test so it's not flaky, but sometimes you just don't have time!)
FlaskHelloWorld
Flask Hello world, hoping to get auto deploying to heroku
Kritner.MongoDb.GettingStarted
Kritner.Mtls
Setting up mTLS in .net core
Kritner.PatternExamples
OrleansGettingStarted
Repository for blog posts pertaining to Orleans "Getting Started"
Kritner-Blogs's Repositories
Kritner-Blogs/OrleansGettingStarted
Repository for blog posts pertaining to Orleans "Getting Started"
Kritner-Blogs/FlakyTest.XUnit
Do you have some flaky tests? Are you using XUnit? Do you want to retry them a few times before considering them failures? Heck yeah brother (you should probably actually fix the test so it's not flaky, but sometimes you just don't have time!)
Kritner-Blogs/dotnetcoreCors
Sample repo for setting up CORS with .netcore 3
Kritner-Blogs/Kritner.Mtls
Setting up mTLS in .net core
Kritner-Blogs/Kritner.PatternExamples
Kritner-Blogs/Kritner.MongoDb.GettingStarted
Kritner-Blogs/DirectoryBuildProps
Small repo demonstrating use of `Directory.Build.props`
Kritner-Blogs/EditorConfig.FileScopedNamespaces
Demonstrate using an .editorconfig to apply file scoped namespaces across the repository
Kritner-Blogs/ExtensionMethods
Extension methods I find useful.
Kritner-Blogs/FlaskHelloWorld
Flask Hello world, hoping to get auto deploying to heroku
Kritner-Blogs/Kritner.HangfireGettingStarted
Getting started with Hangfire
Kritner-Blogs/Kritner.TodoBackend.WebApi
Kritner-Blogs/Kritner.ConfigDuringBootstrapNetCore
How to bootstrap an app when that app's configuration is dependent on IOptions<T>
Kritner-Blogs/NoobAtGraphs
I've not worked with graphs, exploring a bit about them to learn on stuff