RestSharp ASP.NET Web API ASP.NET MVC Extending RestSharp to Handle Timeouts in ASP.NET MVC Let's modify RestSharp to handle timeouts with ASP.NET MVC and Web API! by Matthew Jones
Modeling Practice Tutorials Sample Project Modeling Battleship in C# - Playing the Game Let's complete our implementation of Battleship as a C# program and play a few thousand games! by Matthew Jones
Modeling Practice Tutorials Sample Project Modeling Battleship in C# - Components and Setup Let's build the C# classes for the board, ships, panels, and coordinates that we need to play our game of Battleship! by Matthew Jones
Modeling Practice Tutorials Sample Project Modeling Battleship in C# - Introduction and Strategies Let's build Battleship as a C# program! by Matthew Jones
ASP.NET C# Reflection Mapping DataTables and DataRows to Objects in C# and .NET Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes. by Matthew Jones
ASP.NET Web API StructureMap Sample Project A Simple Caching Scheme for Web API using Dependency Injection by Matthew Jones
ASP.NET Core Tutorials Sample Project Working with Environments and Launch Settings in ASP.NET Core by Matthew Jones