.NET & DNN

  • Leader
  • Guru
  • Expert
  • Consultant
  • Speaker
Hire Mitch

Professional Honors

Microsoft Most Valuable Professional
ASP Insiders
DNN Most Valuable Person

Mitch is an expert

Consultant / Speaker / .NET & DNN Developer

Mitchel Sellers is the Founder, CEO, and Director of Development for IowaComputerGurus (ICG). He has personally managed/developed hundreds of successful website and application projects, served as an adjunct technology instructor at Iowa colleges, and is a published author. His many accomplishments have been recognized elevating him to ten-time Microsoft MVP, ASP Insider, DNN MVP and Leader of the DNN Technology Group to name a few.

One of my favorite parts about being involved in the software development community is speaking at events.

Mitchel Sellers
Mitchel Sellers
Mitchel Sellers
Microphone icon

350+ Speaking Events

MVP Icon

12X Microsoft MVP

Star Icon

7+ DNN MVP

Latest Speaking Engagements

DevUp 2022

Deploying Secure Web Apps on Azure App Service (PaaS)

Managing and deploying web applications in Azure in a secure manner isn't an exact science, but there are many tools available to take some of the guess work out of the process. This talk explores a number of these features and configurations.

Secure Azure Web PaaS Slides
DevUp 2022

Practical GitHub Actions for ASP.NET Core Developers

Understanding GitHub Actions as an ASP.NET Core developer can be complicated. This talk focused on some quick-hit examples of how to implement GitHub actions with ASP.NET Core applications while also exploring the features, options, and pricing that may come into play with the implementation.

GitHub Actions for Asp.NET Core Slides
Design by Iowa Computer Gurus

Consult with a Guru

.NET Application Development

  • ASP.NET Core
  • Xamarin
  • DNN
  • Kentico

IowaComputerGurus can help design, develop, optimize, and support your web presence.

Visit IowaComputerGurus

Latest Blog Posts

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