Aspire is Microsofts development, erm, platform? Software Development Kit? Stack? API? Template System? Well, it’s a lot more than all of those, it [...]
The Google Tesseract project is an OCR application and library created as part of their digitising effort to perform optical character reading. A Windows [...]
Chocolatey is a third party package manager for windows. Basically, its an extended version of nuget. It becomes extremely handy when you want to spin up a [...]
A lot of areas packed into that title! Today we’ll be looking at quite a different pipeline to your standard .net development. Using the new (ish) [...]
.Net Standard autogenerates the assembly info based on the project and solution. If you get this error when moving to .Net Standard, either delete the [...]
Its been over a year since my last post, and since then dotnetcore has gone to version 2.0, and amazon has expanded the reach of cloud9 to be its defacto [...]
In Entity Framework there are three ways of utilising the ORM, one enables you to get straight into coding (code-first), one enables you to rip a database [...]