How to Fix Invalid Value for Registry Error when Opening Photos
How to Fix Invalid Value for Registry Error when Opening Photos
How to Fix Invalid Value for Registry Error when Opening Photos
Software configuration is a crucial part of any application's life cycle. This article aims to shed light on the different ways to configure the WebApplicationBuilder using different configuration providers.
Dapper is a NuGet library that you can add to your .NET projects to extend your IDbConnection interface. It's an open-source micro-ORM that can be a good compromise if you don't need all the features of a fully-fledged ORM.
Yes, we're starting a new video podcast. As you can guess, a video podcast is.... a podcast, but with video. The difference between this and a normal YoutTube video is…
In this article I'll briefly explain how you can rotate an object, using Unity, in order for it to "look" at the mouse position. TL;DR Here's the code snippet which…
During these days, I've been wondering a lot about the Software Engineer role. According to Wikipedia "A software engineer is a person who applies the principles of software engineering to…
In this article I'll quickly show you an easy way to test a web application, written in any language you like, using .NET Core and Selenium. With "testing the application"…
What's AutoMapper AutoMapper is a powerful tool for .NET developers used for object mapping, created by Jimmy Bogard. It is used to map different objects (classes or structs in our…
WPF (Windows Presentation Foundation) is a set of libraries relying on the .NET Framework (also available from .NET Core 3) which allows you to build graphical desktop applications. On December…
In this tutorial I will show you how to integrate one of the most complete and easy to use authentication system in your aspnet core web application. This is called…