.NET Diogo Souza in .NET Using Apache Kafka with .NET Diogo Souza explains using Apache Kafka with .NET including setting it up and creating apps to test sending messages asynchronously.… 18 February 2021 14 min read
.NET Julio Sampaio in .NET IronPython: First steps Python is one of the most popular languages. Julio Sampaio explains how IronPython allows you to integrate Python with .NET.… 11 February 2021 8 min read
.NET Amit Jambusaria in .NET Google Firebase for serverless front-end applications Google Firebase is a PaaS offering for developing web and mobile apps. Amit Jambusaria explains the advantages and walks through... 19 January 2021 10 min read
.NET Lance Talbert in .NET How to use Unity’s Remote Config You can use Unity’s Remote Config utility to update settings for users. Lance Talbert walks you through using the utility... 19 January 2021 17 min read
.NET Julio Sampaio in .NET Developing Python with Visual Studio Python has become a popular language because of it’s simplicity and vast library support. In this article, Julio Sampaio demonstrates... 16 December 2020 12 min read
.NET Hitendra Patel in .NET Cross-origin resource sharing for cross-site cookie-based authentication Organizations can take advantage of pre-built services to build their own software faster. In this article, Hitendra Patel demonstrates how... 15 December 2020 12 min read
.NET Diogo Souza in .NET Creating your first CRUD app with Suave and F# Suave is an easy to use framework for F#. In this article, Diogo Souza explains how to create an F#... 07 December 2020 10 min read
.NET Julio Sampaio in .NET Building cross-platform apps with .NET and Uno You can use Xamarin to develop .NET apps to run on iOS or Android instead of Windows. In this article,... 19 October 2020 12 min read
.NET Julio Sampaio in .NET First Steps with Blazor Blazor allows you to create client-side code with C# instead of JavaScript. In this article, Julio Sampaio gets you started... 08 September 2020 18 min read
.NET Lance Talbert in .NET Unity and Augmented Reality An augmented reality application can interact with objects in the real world. In this article, Lance Talbert demonstrates how to... 08 September 2020 20 min read
.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 13 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