.Net
Display flash cards in C#
This example displays flash cards created by two pervious examples. The post Split images into halves in C# shows how to separate the prompt and result flash card images. The post Label images at the Read more…
This example displays flash cards created by two pervious examples. The post Split images into halves in C# shows how to separate the prompt and result flash card images. The post Label images at the Read more…
I’m using Dapper to pull a list of Employee objects with their emails, which are stored in another table. I’m getting an error:System.NullReferenceException: 'Object reference not set to an instance of an object.' When I Read more…
Hey guys, It’s been awhile since I’ve had to approach this issue, but I am running into a lot of instances where I am writing code that is pinging a server every X seconds for Read more…
It depends on how important LTS is to you. For some of my personal projects I’ve started using .NET 5. For code that works and you aren’t going to touch for a while, the LTS Read more…
ASP.NET Core Hero .NET 5 Clean Architecture Boilerplate is here! #released. Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes Read more…
Hi All, So apparently in the future, the .NET framework will be dead! It will only receive security patches. I have a .NET framework 4.5 DLL and I am looking to migrate it so it Read more…
Hi. I wonder if the .NET platform is such a jack of trades, master of none. The backend is ruled by Java, on the Javascript front, in mobile Kotlin, in games and low-level things C++ Read more…
So my boss told me that she wants to have the ‘active’ link in the navbar to be highlighted on my .net core project web app. I thought it would be super easy. It has Read more…
Hi, So in my .net core MVC web app, I am currently generating a .docx file using OpenXML SDK. Productivity Tool. Currently, when the user fills in the form on my View and hits Submit, Read more…
I’ve seen it asked a bit but people always turn to VMs on Mac to do .Net dev. I have the option for work (Windows vs Mac) as a dev machine. And I am a Read more…