.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
BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 5: Generating Multiple Plots in Python Visualization is often the first step in analyzing data. Python makes visualization easy. In this article, Robert Sheldon demonstrates how... 07 February 2018 28 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
BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 4: Finding Data Anomalies with Python Python is widely used to analyze data. One such use is to find anomalies or outliers. In this article, Robert... 16 January 2018 16 min read
.NET Dino Esposito in .NET HTTP Response Headers in ASP.NET Core ASP.NET Core has the flexibility to add HTTP response headers anywhere in the middleware pipeline. Dino Esposito explains what you... 12 January 2018 11 min read
.NET Lance Talbert in .NET Introduction to Game Development with Unity and C# The easiest technologies to use are often the most difficult to create. Take video games. Objects in games must obey... 09 January 2018 15 min read
BI Rick Dobson in BI Historical Stock Prices and Volumes from Python to a CSV File Python is a versatile language that is gaining more popularity as it is used for data analysis and data science.... 05 January 2018 23 min read
BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 3: Plotting Data with Python One of the advantages of running Python from SQL Server is the ability to create graphics to assist in analysis... 02 January 2018 26 min read
BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 2: Python Data Frames SQL Server Machine Learning Services provides the ability to run Python scripts directly against data in SQL Server. To do... 18 December 2017 28 min read
.NET Dino Esposito in .NET Adapting Images to Websites Creating web pages with images that look good on all devices and screen sizes is not an easy task. Dino... 14 December 2017 11 min read
.NET Pawel Lukasik in .NET Fixing Those Broken Windows: Dealing with Technical Debt Problems that are not addressed up front are harder and more expensive to fix later. This is true for just... 30 November 2017 11 min read