.NET Dino Esposito in .NET ASP.NET Core 3.0 Configuration Factsheet There are many options to consider when managing the settings and configuration for ASP.NET Core applications. In this article, Dino... 24 April 2019 12 min read
.NET Lance Talbert in .NET Breaking the 4th Wall with Unity Even when creating games, your code has access to environment variables and document files. In this article, Lance Talbert shows... 12 March 2019 16 min read
.NET Camilo Reyes in .NET ASP.NET Core Cookie Authentication: Setup, JWT Claims, and Revocation Implement ASP.NET Core cookie authentication: configure middleware, handle login and logout, set JWT identity claims for API access, implement revocation... 11 February 2019 14 min read
.NET Lance Talbert in .NET Basic Modding with Unity It's even more fun to play a game when you can customize it, but creating such a game is more... 11 February 2019 11 min read
.NET Lance Talbert in .NET Introduction to Mobile Development with Unity In today’s world, some people do not need computers because they can do everything on their smartphones. Playing games is... 16 January 2019 17 min read
.NET Joydip Kanjilal in .NET ASP.NET Core Policy-Based Authorization: Requirements, Handlers, and Claims Implement policy-based authorization in ASP.NET Core: build custom authorization requirements, write authorization handlers, register policies in middleware, and use claims-based... 08 January 2019 13 min read
.NET Julio Sampaio in .NET GraphQL in ASP.NET: REST Comparison & C# Tutorial Learn how to implement GraphQL in ASP.NET with C#. Compares REST vs GraphQL architecture, covers schema types, queries, resolvers, and... 07 January 2019 22 min read
.NET Diogo Souza in .NET Getting Started with CQRS – Part 2 In this second article of the series, Diogo Souza walks you through creating the MongoDB code, the query side of... 31 December 2018 20 min read
.NET Lance Talbert in .NET Voice Commands in Unity Today, we use voice in many ways. We can order groceries, ask to hear certain musical recordings, and much more... 13 November 2018 13 min read
.NET Darko Martinović in .NET MongoDB .NET Driver Guide: CRUD, LINQ & Aggregation Learn how to use the MongoDB .NET driver with C#. Covers connecting to MongoDB, BSON type mapping, CRUD operations, LINQ... 24 October 2018 41 min read
.NET Camilo Reyes in .NET C# dynamic Keyword: DLR, ExpandoObject, and DynamicObject Explained Explore the C# dynamic keyword and the Dynamic Language Runtime: use cases for dynamic JSON deserialisation, ExpandoObject for runtime member... 15 October 2018 13 min read
.NET Diogo Souza in .NET Getting Started with CQRS in ASP.NET Core: MongoDB, RabbitMQ, and SQLite Implement CQRS in ASP.NET Core using MongoDB for the query side, RabbitMQ as the message broker for events, and SQLite... 26 September 2018 16 min read
Azure Supriya Pande in Azure Using Azure Storage Explorer Azure Storage can store many types of data, from NoSQL tables to VHDs. In this article, Supriya Pande explains how... 17 September 2018 18 min read
.NET Lance Talbert in .NET Introducing the Unity Job System Performance is important to video game players. If a game is slow, the player may experience unintended difficulties in timing,... 17 September 2018 15 min read
.NET Suhas Pande in .NET Developing Client Applications Using the SDK and Azure Cosmos DB Emulator The Azure Cosmos DB Emulator can be used to develop Cosmos DB applications without a cost for the Azure service.... 15 August 2018 20 min read
.NET Darko Martinović in .NET Office Development in Visual Studio Microsoft Office is heavily used in most organizations, and Microsoft has provided several ways to extend and customize Office applications.... 01 August 2018 27 min read
.NET Lance Talbert in .NET Creating a Simple AI with Unity and C# The characters in many games today seem lifelike. Under the covers, an application controls the behavior. In this article, Lance... 01 August 2018 16 min read
AWS Gerald Bauer in AWS AWS Step Function Serverless Applications AWS Serverless Applications allow developers to create apps without needing a server environment. In this article, Gerald Bauer demonstrates how... 20 July 2018 26 min read
.NET Dino Esposito in .NET Playing with Cards in Bootstrap 4 Once again, Dino Esposito explains a Bootstrap 4 enhancement. This time, he explains how the card component replaces the well... 17 July 2018 12 min read
.NET Diogo Souza in .NET Machine Learning with .NET The .NET F# language can be used for machine learning. In this article, Diogo Souza explains what is needed in... 05 July 2018 16 min read