- How to Create a Component in Blazor
Blazor components are awesome, and they'll help you build applications faster. This tutorial dives into the basics of Blazor components.
8 min read - Dec 23, 2022 - How to open an assembly in C#
Need to open an assembly in C#? Here's a quick guide to opening an assembly or DLL in C#
2 min read - Dec 11, 2022 - Course: Creating and Configuring New Websites in IIS
You'll learn to take the mystery out of adding websites to IIS. This course will teach you how to add multiple websites, SSL certificates, and custom configurations with ease.
1 min read - Mar 7, 2022 - Course: IIS Administration Fundamentals
IIS powers millions of websites every day. This course will teach you how to set up, administer, and secure an IIS web server for your organization and become confident in administering your IIS setup.
1 min read - Mar 7, 2022 - Course: IIS Administration In Depth
IIS is used by millions of websites all over the world. This course will teach you how to master your IIS servers, improving performance, reliability, scaling, and security.
1 min read - Mar 7, 2022 - Course: Installing and Configuring IIS Servers
IIS is used by millions of websites all over the world. This course will teach you how to efficiently install IIS and create repeatable, verifiable installations.
1 min read - Mar 7, 2022 - Course: Securing IIS Websites
In this course, you'll learn how to lock down your IIS server. You'll discover various methods of attack, how they work and how to prevent them. You'll learn how to monitor your server to prevent future attacks.
1 min read - Mar 7, 2022 - How to Install .NET in Manjaro Linux
If you want to run .NET (Formerly .NET Core) in Manjaro, here's everything you need to know.
2 min read - Feb 18, 2022 - Installing .NET 6 on Pop!_OS
Microsoft just released the newest version of .NET. Here's how to get it on your Pop!_OS machine today!
2 min read - Nov 9, 2021 - How Blazor is Going To Change Web Development
Blazor is Microsoft's hot new front end development framework. Here's how it works.
6 min read - Dec 27, 2019 - Build and Deploy a Blazor App Without Touching a Windows Machine
Want to try Blazor but you're not a Windows user? No problem!
8 min read - Dec 14, 2019 - Creating Trimmed Self Contained Executables in .NET Core
Let's say you want to create a simple, lean .NET Core executable you can build and drop on to a server. You can do that easily with .NET Core 3.0
5 min read - Jul 24, 2019 - Comparing and Syncing IIS Configurations
This article describes how to take the hassle out of moving IIS websites and applications by comparing two IIS Server configurations and syncing their settings.
8 min read - Apr 7, 2019 - Using DISM to Create a Repeatable IIS Installation
Repeatable installs are all the rage in Devops these days. As developers we have this "automate everything" mentality, and for good reason. In this article I'll show you how you can do that with IIS installation as well.
6 min read - Sep 28, 2018 - Intro to Application Pools in IIS
Application Pools in IIS can be somewhat of a mystery. Since they're created for you automatically many times Administrators don't give them a second thought. But understanding application pools is crucial to having a good running IIS server.
6 min read - Jul 9, 2016 - Easy CRUD for your Web API with Dapper
A dive into Dapper, a nice simple ORM for .Net. In this tutorial I'll show you how to use Dapper with your ASP.Net Web API
12 min read - Feb 13, 2016 - Failed Request Tracing with IIS
A great tool I've discovered recently is the Failed Request Tracing Tool is IIS. If you're building an ASP.Net application and having issues with requests it's a fantastic tool. I'll show you how to use it.
2 min read - Jan 8, 2016 - Common C# Interview Questions
I was reading a post about some common C# interview questions, and thought I'd share some of mine. These are questions that I asked in interviews, or was asked in past interviews. Try them out and see you how you do!
3 min read - Aug 3, 2014 - Properties vs Fields in C#
One of the areas that cause a lot of confusion for new C# developers is the idea of properties and fields. It's an easy thing to mess up, and there aren't really any solid rules on it, but here are some general guidelines to help you decide how to use these members in your project.
5 min read - May 4, 2014 - How to Learn C# Part 6 - Iteration Statements
In part 6 of my learning C# tutorial series we're going to talk about iteration statements. This is a crucial part of your foundation as a C# .NET coder
8 min read - Feb 1, 2013 - How to Learn C# Part 5 - Selection Statements
In part 5 of my learning C# tutorial series we're going to talk about selection statements. This is a crucial part of your foundation as a C# .NET coder
7 min read - Nov 29, 2012 - How to Learn C# Part 4 - Variables and Types
Part 4 of my Tutorial series on learning C# .Net which takes a look at variables and types in C#
11 min read - Nov 26, 2012 - How to Learn C# Part 3 - Coding Basics
Part 3 of my tutorial series on learning C# .Net, a thorough look at the language and .Net Framework.
12 min read - Nov 19, 2012 - How to Learn C# Part 2 - Namespaces
Part 2 of my tutorial series on learning C# .Net which takes a deeper look at C# namespaces
7 min read - Nov 17, 2012 - How to Learn C# Part 1 - Introduction
Part 1 of my tutorial series on learning C# .Net, a thorough look at the language and .Net Framework.
8 min read - Nov 13, 2012 - Using Ternary Operators in C#
A step by step guide for using ternary operators in C#. These operators can simplify and clean up your code.
2 min read - Oct 30, 2012 - C# Tutorials - Introduction: .Net Architecture Basics
A nice introduction to C# and the .NET Architecture. I explain the basics and show you how to get started
5 min read - Jul 6, 2012 - How to write text files in C#
How to write a text file in C#, step by step
3 min read - Feb 3, 2009