Using SqlBulkCopy with .NET lists
Recently I was in a situation where I had to quickly inject loads of data into a SQL database. The basic setup of the application:
Recently I was in a situation where I had to quickly inject loads of data into a SQL database. The basic setup of the application:
That time of year again… the MVP summit. Due to Covid-19 unfortunately again virtual but still great to look forward to. Seeing new technology being presente...
Even though I stopped blogging for a while due to various reasons I tried to pick up the pace again since beginning of this year. The old blog was hosted on ...
I got my blue ring which marks 15 years of being a Microsoft MVP. I’m quite proud of that particular achievement to be honest. I started out as an ASP.NET MV...
Last week I wrote about making use of the Current selection setting to quickly have the startup project set when you’re having the focus on that particular p...
A feature in Visual Studio which I noticed already being available in VS 2019 before, likely after an update, is the ability to set a project as startup in a...
Another year has gone and what a year it has been. Covid-19 still ruled the major headlines, people got vaccinated (or not) and all around the globe people t...
Yesterday I had the pleasure to speak at Azure Saturday Cologne, Germany about Visual Studio Code. The room was filled with interested people and I went off ...
Most samples one sees about using settings in .NET Core is about setting up an ASP.NET Core application. Very handy but sometimes I simply want to make use o...