.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 Migrate a SQL Server Database to In-Memory OLTP: Full Guide Step-by-step guide to migrating a SQL Server database to In-Memory OLTP. Covers limitations, foreign key workarounds, data type compatibility, natively... 10 May 2018 30 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
.NET Darko Martinović in .NET Transposing SQL Server Query Results with SQLCLR: Dynamic Row-to-Column Rotation Transpose SQL Server query results dynamically using a SQLCLR stored procedure - no need to know column names in advance.... 13 March 2018 18 min read
JavaScript Jakub Kaczmarek in JavaScript Azure AD Authentication in Angular Chrome Extensions via ASP.NET Core Proxy Note: Uses ADAL.js (deprecated 2023 - see MSAL.js for current implementations). Covers securing an Angular Chrome extension with Azure AD... 09 March 2018 15 min read
.NET Mircea Oprea in .NET Unity REST API Calls with UnityWebRequest and Coroutines Call REST APIs from Unity3D games using UnityWebRequest and coroutines. Covers GET and POST requests, handling async HTTP responses in... 06 March 2018 15 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
BI Robert Sheldon in BI Merge SQL Server Data with CSV Files in Python Using pandas (MLS Part 6) Merge a SQL Server data frame with a CSV file data frame in Python using pandas merge() inside SQL Server... 28 February 2018 22 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
.NET Mircea Oprea in .NET JWT Authentication for .NET Microservices: Token Issuing & Validation How to implement JWT authentication for microservices in .NET. Covers token structure, issuing tokens via an API gateway, signature validation,... 09 February 2018 14 min read