Mitch's Blog

Filter Posts By
Mar 21, 2024

Deploying .NET MAUI Blazor App to ProgramFiles'

The most common deployment process for Windows implementations of .NET MAUI Blazor applications is to utilize the automatic MSIX package creation. However, there are situations where you may need to deploy your application as a simple exe so you can deploy it to the location of your choice or as in my case so that I could pass parameters at launch to the application.

Read Full Article
Feb 13, 2024

Improving .NET Development Experience with DevDrive

Windows 11 added the ability to set up a Dev Drive that is targeted for key developer workloads, and after soliciting some experience from others, I thought I would try it out myself. The results were impressive and immediate, and something I'm rolling out to our entire team.

Read Full Article
Jan 09, 2024

Leveraging Chat GPT for Development: Balancing Privacy, Security, and Integrity

Over the past few years, AI model growth has been exponential, providing a robust collection of tools that can be utilized to streamline many operations that can benefit from machine learning operations. Although some may see AI models as simply "better search engines," there is a lot more that you can utilize ChatGPT or otherwise for; however, it requires careful consideration & planning. Let's explore how ChatGPT can help developers and how we can balance the privacy, security, and other aspects of day-to-day interactions.

Read Full Article
Jun 21, 2023

.NET MAUI + GitHub Actions + Commas in Certificate Names

I recently wasted more time than I care to admit working through an issue where I was getting build errors that did not make sense. I was trying to set up the build/publish of a .NET MAUI application, and I wanted to inject my certificate using a GitHub Actions Secret, and it failed miserably; this post explores the issue and resolution.

Read Full Article
Jun 19, 2023

Upgrading Xamarin Forms to .NET MAUI

So much has changed in the .NET Mobile Development world in the past few years. This blog post investigates the current process to migrate from Xamarin Forms to .NET MAUI. Including some helpful tips, links to documentation, and real-world feedback after completion of numerous transitions.

Read Full Article
Jan 09, 2023

Squashing EF Core Migrations Safely

Projects can evolve over time, and the history of granular migrations within Entity Framework can result in a bloated change history. Additionally, changes can occur within Entity Framework tooling that may result in code warnings or other similar concerns. Resetting your migrations to squash the history can be a very helpful process, however it requires precision and care.

Read Full Article
Nov 23, 2022

Some Considerations for Giving Tuesday

As 2022 starts to come to a close and the insanity of the holiday shopping season sets in, don't forget to think about supporting organizations that make a positive contribution in your communities. After the loss of my 3 year old daughter in April of 2022, I find myself especially reflective on supporting others this season.

Read Full Article
Oct 29, 2022

Understanding & Implementing Caching in ASP.NET Core

ASP.NET Core provides two primary methods allowing developers to cache information; IMemoryCache and IDistributedCache. Selecting the proper caching implementation requires an understanding of your application, your future goals, and the features of both options. This post explores cache strategies.

Read Full Article
Apr 12, 2022

Turbocharge Developer Productivity with Bootstrap Tag Helpers

As a software architect, I'm always looking for better ways to optimize my development patterns, reduce the lines of code, and improve the overall maintainability of the code that I write. Recently I took a deep dive into my usage of Boostrap with ASP.NET and created a number of Tag Helpers that have exponentially improved my productivity, and made it all open source!

Read Full Article

Notice

Content provided in this blog is provided "AS-IS" and the information should be used at your own discretion. The thoughts and opinions expressed are the personal thoughts of Mitchel Sellers and do not reflect the opinions of his employer or any other affiliated company.

This blog’s content is copyright protected. Re-publishing on other websites is allowed as long as proper credit and backlink to the article is provided. Any other re-publishing or distribution of this content is prohibited without written permission from Mitchel Sellers.