RestSharp ASP.NET ASP.NET Web API The Ultimate RestSharp Client in ASP.NET and C# Let's build the ultimate RestSharp client in ASP.NET, and show how we can use RestSharp to consume APIs simply and effectively. by Matthew Jones
Async/Await Oracle ASP.NET Why Does ODP.NET Have Async Methods If They're Not Asynchronous? by Matthew Jones
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