no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Posts
Redis in Web API
A simple Web API application using Redis.
Dec 8, 2021
#
dotNet
,
Container
,
Redis
,
WebApi
Improving Lambda Custom Runtime Cold Start and Deployment Speeds with .NET 6
A couple of new features in .NET 6 improve Lambda cold start times and the speed of deploying new functions. Read on to see how.
Dec 7, 2021
#
dotNet
,
AWS Lambda
,
AWS
,
dotNet6
,
ARM64
,
dotNet6 Lambda
,
Custom Runtime
,
Function as a Service
Lambda ARM64 Custom Runtime with .NET 6
Want to run a .NET 6 Lambda on ARM64?
Dec 6, 2021
#
dotNet
,
AWS Lambda
,
AWS
,
dotNet6
,
ARM64
,
dotNet6 Lambda
,
Custom Runtime
,
Function as a Service
Priority Queues and Async Tasks
Priority queues are new to .NET 6. Here is a simple example using them to “schedule” async tasks.
Nov 24, 2021
#
dotNet
,
C#
,
async
,
Priority Queue
A Few Ways of Pattern Matching with C#
A follow up on an earlier post showing a few different ways to use pattern matching.
Nov 22, 2021
#
C#
,
dotNet
,
Pattern Matching
.NET 6 Custom Runtime for AWS Lambda
You can’t yet run .NET 6 on AWS Lambda with the familiar managed runtime, but you can with a custom runtime. Here are the few small steps you need.
Nov 19, 2021
#
AWS
,
AWS Lambda
,
dotNet6
,
dotNet6 Lambda
,
Custom Runtime
,
Function as a Service
AWS .NET Tools and Templates for Command Line
If you are developing .NET applications for AWS there are many command line, and
dotnet
tools and templates that will help you. Here is a brief list, with install instructions.
Nov 17, 2021
#
AWS
,
dotNet
WhenAny with a List of Different Types of Task, Processing Each as They Finish
After some discussions on Twitter a few new ways of using WhenAny with Tasks of different types came up. Here is what I think will be my last post on this topic for a while, probably…
Nov 11, 2021
#
WhenAny
,
C#
,
dotNet
Doing a bit of Docker Cleanup
After using Docker for a while I like cleaning out all my images, containers, volumes, and the build cache. Here are some simple commands to do that.
Nov 10, 2021
#
Docker
,
Container
WhenAny with Two Different Types of Task and Waiting for Both to Finish
If you use WhenAny with different types of Task you may want to do something when the first finishes, but also wait for the second to finish. Here’s how.
Nov 10, 2021
#
WhenAny
,
C#
,
dotNet
«
»
Cite
×