Data Science Chandra Kudumula in Data Science Insurance price prediction using Machine Learning (ML.NET) In this article, Chandra Kudumula shows how to use ML.NET to train a model for predicting costs from an insurance... 09 April 2021 9 min read
.NET Camilo Reyes in .NET Integrate Create React app with .NET Core 5 Camilo Reyes demonstrates how to integrate the Create React app with .NET core to generate a scaffold which removes several... 22 February 2021 15 min read
.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 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 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 12 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