- 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 - 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 - Unit Testing with .NET Core
In this article we'll explore Unit testing in .NET Core
6 min read - Mar 29, 2018 - 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 - A Cleaner Display of Your IP in Windows
How you can build a quick program in C++ to show just your ip address from the prompt.
2 min read - Dec 12, 2012 - 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 - How to use OR operator with Strings in C#
I just had this problem tonight, so I thought I'd share the solution. In many languages you can do a string comparison in the following way
2 min read - Dec 8, 2008