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!
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 …