Building an aspnetcore linux docker image with Snowflake ODBC drivers installed and DSN configured

So we’re in the middle of testing Snowflake as a data warehouse solution and in addition to testing out it’s performance and general experience, I wanted to make sure that I was going to be able to communicate with it from a .net core application. Right off the bat, a …

Fake data for all!

Currently working on a simple library that will take any object and fill it with fake data. It’ll be optionally configurable on a per object property basis and all that jazz. So far, so good!

First run
Collection of objects that were filled with randomly generated data. Each field was populated based on it’s declared type.