Gold!

I have a project I’m working to to gather and analyse economic data. To get the daily gold spot price, I’m going to use goldpricez.com. They provide a simple RESTful API serves up gold price data. You can check them out at the following link. Gold Rates by

Npgsql Insert Time Without Timezone

I’m just getting started with Npgsql for .NET Core Entity Framework and I ran into some trouble trying to do an insert into a Postgres table with a time data type. I initially tried to use a DateTime object, as worked with the date data type, but that didn’t work. The documentation said to use […]