Omar McIver ...a code blog

Omar McIver ...a code blog

Follow
homeCredentialsAbout menewsletter
Tag

dotnetcore

#dotnetcore

More content

Read more stories on Hashnode


Articles with this tag

Microservices in .NET Core: Topic Overview

Jan 13, 20212 min read

The graphic below provides a visual representation of some of the key components, patterns, and particular technologies we will cover in this...

Microservices in .NET Core: Topic Overview

Microservices in .NET Core: Introduction

Jan 12, 20214 min read

Over the next few months, I hope to share with you a fairly wide range of posts specifically for implementing a quality Microservice in .NET Core. I...

Microservices in .NET Core: Introduction

Easy access to Embedded Resource Streams with T4

Jan 11, 20216 min read

So, you like to use CopyAlways and relative paths for files that you need as an input stream to your application. Maybe it's a CSV file, maybe some...

Easy access to Embedded Resource Streams with T4

(Don't be) Insecure Randomness

Jan 9, 20214 min read

The OWASP Foundation identifies Randomness as potentially insecure. You can read more about it here. So, Random generators are insecure? In a...

(Don't be) Insecure Randomness