To follow along with these lessons, we are going to need some basic knowledge and tools. This in not an introductory tutorial on programming or the basics of C#. If you would like some of those there are a lot of materials and tutorials for that. But you can certainly pick things up along the … Continue reading Lesson 1.2: The Prerequisites
Author: DarthPedro
Lesson 1.1: The Background
Over the past years, I have worked in the software industry. As I've been learning new technologies and techniques, I've always used side projects to become familiar with new technologies. In the past, I followed the Build a C#/WPF RPG by Scott Lilly to learn some new techniques since I enjoy games and RPGs. That … Continue reading Lesson 1.1: The Background
Assembly Dependency Viewer
Found a great new tool to view an assembly's runtime dependency graph for .NET full and Core. It will show you the dependent assemblies and versions for any .NET libraries (.dll) and applications (.exe). It's great for debugging assembly load failures in your app.
Azure DevOps Pipelines
I spent this long holiday weekend (who knew President's Day was a holiday? š ) reading and learning Azure DevOps Pipelines to help automate the build and release processes. I've used several build scripts before at work and even copied some to get a new library or service building, but I hadn't had the chance … Continue reading Azure DevOps Pipelines
Hello World – First Blog Post
This is the first post on my new blog. Iām just getting this new blog going, so stay tuned for more. I am in the process of learning many new .NET technologies. And, I plan to share my finding with you. In the process of learning and building tutorials, I'm going to build some tools … Continue reading Hello World – First Blog Post