.NET Camilo Reyes in .NET Working with the HttpClient Class The HttpClient class is used to send and receive requests to an HTTP endpoint. In this article, Camilo Reyes describes... 29 June 2018 13 min read
.NET Lance Talbert in .NET Using Unity UI and C# to Create a Tic-Tac-Toe Game The user interface, such as buttons and messages, in a game is very important. In this article, Lance Talbert shows... 07 June 2018 22 min read
.NET Tom Fischer in .NET Razor Redux Microsoft has introduced a new version of Razor with ASP.NET Core 2. Tom Fischer explains why it’s worth taking another... 22 May 2018 11 min read
Mircea Oprea Creating, Deploying, and Debugging an ASP.NET Core Application on Azure As more companies take advantage of the cloud, teams must learn to do the basics in new ways. In this... 14 May 2018 12 min read
T-SQL Programming Darko Martinović in T-SQL Programming Converting a Database to In-Memory OLTP In-Memory OLTP was introduced with SQL Server 2014 as a way to improve transaction performance. There are several scenarios that... 10 May 2018 29 min read
.NET Dino Esposito in .NET Bootstrap 4: Layout Classes Bootstrap 4 has many features to make your life easier if you are a web developer. In this article, Dino... 25 April 2018 12 min read
.NET Lance Talbert in .NET Extending the Unity Editor with C# The next step in learning how to create games in C# using Unity is to add extensions to get custom... 18 April 2018 16 min read
.NET Tom Fischer in .NET Sharing is Caring: Using Memory Mapped Files in .NET Sharing and reusing large objects between components and services can save time and computing resources. Tom Fischer explains how to... 17 April 2018 15 min read
Jakub Kaczmarek Creating Intelligent Bots Using the Microsoft Bot Framework Azure, Microsoft's cloud, provides dozens of services to make cloud development fast without the need to worry about infrastructure such... 12 April 2018 21 min read
Darko Martinović Programming SQL Server with SQL Server Management Objects Framework SQL Server Management Objects (SMO) is a great tool for managing SQL Server. Darko Martinovic demonstrates how to use SMO... 09 April 2018 26 min read
.NET Edward Elliott in .NET Writing VS Code Extensions with TypeScript VS Code is a cross platform lightweight development environment from Microsoft. TypeScript is a superset of JavaScript. Ed Elliott shows... 06 April 2018 21 min read
.NET Dino Esposito in .NET A First Look at Bootstrap 4: Navigation Bars Bootstrap is a popular open source tool for developing HTML and CSS. Version 4 has recently been released. Dino Esposito... 29 March 2018 12 min read
.NET Lance Talbert in .NET Pathfinding with Unity and C# Unity makes it simple to create an object that follows a path. In this article, game programmer Lance Talbert shows... 29 March 2018 15 min read
Darko Martinović An Easier Way of Transposing Query Result in SQL Server T-SQL does not have an easy way to transpose a row and a column. Of course, there is the PIVOT... 13 March 2018 17 min read
.NET Mircea Oprea in .NET Calling RESTful APIs in Unity3D Most techniques used to develop enterprise applications may also be used to develop games. In this article, Mircea Oprea explains... 06 March 2018 14 min read
.NET Dino Esposito in .NET Action Control in ASP.NET Core With the release of .NET Core, developers must learn what has changed over classic ASP.NET programming. In this article, Dino... 28 February 2018 11 min read
.NET Lance Talbert in .NET Procedural Generation with Unity and C# Have you ever wondered how game developers create the worlds in which the game lives? In this article, Lance demonstrates... 17 February 2018 22 min read
.NET Camilo Reyes in .NET URL Matching in C# Comparing URLs in C# code is a common task and seems simple. Camilo Reyes shows us that there are many... 12 February 2018 12 min read
Mircea Oprea JWT Authentication for Microservices in .NET As software development evolves to service-oriented architectures, the underlying frameworks and methods used must change as well. Mircea Oprea demonstrates... 09 February 2018 13 min read
.NET Lance Talbert in .NET Using C# Functions in Your Animations Animation is a very important feature of games. In this article, Lance Talbert shows you how to add animations to... 24 January 2018 17 min read