.NET Camilo Reyes in .NET Build a REST API in .NET Core A REST API can hide the complexity behind large scale solutions using simple verbs like POST, PUT, or PATCH. In... 26 August 2020 18 min read
.NET Rishit Mishra in .NET Securing Web Application Secrets Through Azure Key Vault Azure Key Vault is a service for storing securely certificates, credentials, connection strings, and more. In this article, Rishit Mishra... 12 August 2020 12 min read
.NET Julio Sampaio in .NET Microsoft Graph API in .NET Core: Access Microsoft 365 Data from C# Access Microsoft 365 data from .NET Core using the Microsoft Graph API: learn the request URL structure, explore endpoints with... 21 July 2020 13 min read
.NET Joydip Kanjilal in .NET GraphQL API in ASP.NET Core: Schema Definition, Queries, Mutations, and Resolvers (with 3.1-Era GraphQL-dotnet Examples) Building a GraphQL API in ASP.NET Core using the GraphQL-dotnet library - defining schemas, types, queries, mutations, and resolvers; exposing... 02 July 2020 14 min read
.NET Lance Talbert in .NET How to Create a Settings Menu in Unity Video game enthusiasts expect that they can make changes to the game’s environment and that the setting changes will be... 30 June 2020 19 min read
.NET Diogo Souza in .NET GitHub OAuth Login in ASP.NET Core: Complete Setup Guide Add GitHub OAuth login to your ASP.NET Core application: register a GitHub OAuth app, configure AddAuthentication().AddGitHub() in ASP.NET Core middleware,... 02 June 2020 16 min read
.NET Julio Sampaio in .NET Liquid Templates in ASP.NET Core with Fluid: User-Defined Template Rendering Use the Fluid library to render Liquid templates in ASP.NET Core - ideal when templates must be user-defined, stored externally,... 28 May 2020 11 min read
.NET Camilo Reyes in .NET Tackle Big-O Notation in .NET Core Every computer science student must learn about Big-O Notation, a way to conceptualize algorithm complexity that directly relates to performance... 20 May 2020 14 min read
.NET Lance Talbert in .NET How to Use Scriptable Objects in Unity In this article, Lance Talbert demonstrates how to use scriptable objects in Unity for creating multiple, but similar, objects such... 11 May 2020 17 min read
.NET Diogo Souza in .NET Integrating ASP.NET Core with gRPC In this article, Diogo Souza explains integrating ASP.NET Core with gRPC which is an improvement from Google over the classic... 29 April 2020 24 min read
.NET Diogo Souza in .NET Getting Started with CQRS – Part 3 Diogo Souza completes his series on CQRS. He demonstrates Event Sourcing to capture the data as it flows through the... 01 April 2020 35 min read
.NET Lance Talbert in .NET Creating Multiplayer Games with Unity and PUN Many games today involve more than one player, but creating a multiplayer game is not easy. In this article, Lance... 10 March 2020 18 min read
.NET Chandra Kudumula in .NET Overview of Azure Cache for Redis Caching data is one way to improve application performance. In this article, Chandra Kudumla explains a service for caching data... 27 February 2020 12 min read
.NET Lance Talbert in .NET Saving Game Data in Unity: PlayerPrefs for Simple Values and C# Serialization for Complex Objects Two approaches to saving game data in Unity - PlayerPrefs for simple key-value persistence of primitives (int, float, string), and... 03 February 2020 13 min read
.NET Lance Talbert in .NET Debugging in Unity Developers probably spend as much time debugging as they do writing code. In this article, Lance Talbert demonstrates how to... 13 December 2019 15 min read
Containers and Virtualization Mircea Oprea in Containers and Virtualization Container Orchestration with AWS EKS and Kubernetes Tutorial on container orchestration with AWS EKS and Kubernetes. Learn to create an EKS cluster, configure IAM roles, set up... 12 December 2019 16 min read
Tools Mircea Oprea in Tools Infrastructure as Code with AWS CloudFormation Learn to deploy Infrastructure as Code with AWS CloudFormation. This tutorial covers EC2 instance creation, Auto Scaling Groups, security groups,... 02 December 2019 18 min read
.NET Camilo Reyes in .NET Working with Identity Server 4 Identity Server is a popular authentication framework for .NET, and version 4 was built for ASP.NET Core. In this article,... 11 November 2019 18 min read
.NET Lance Talbert in .NET Creating a Shader in Unity The visual elements of games are very important, and there is a lot to learn before you create the next... 04 November 2019 13 min read
.NET Dino Esposito in .NET The Good and Bad of Responsive Web Design In today’s world, people expect any web page to look and work flawlessly whether they are viewing through a monitor... 29 October 2019 9 min read