Blog Logo
TAGS

EntityFrameworkCore.EncryptColumn - Store Your Data in Encrypted Form

With EntityFrameworkCore.EncryptColumn package, you can store your sensitive data in encrypted form in your database. To use this package, simply install it to your project, specify your encryption ke...

Read more...

Azure Functions Out-of-Process and Authentication with Azure AD

Learn how to use Azure Functions with out-of-process hosting on .NET 5.0 and how to enable authentication with Azure AD even without HttpContext. This post covers the differences between in-process an...

Read more...

How to secure Azure Functions with Azure Active Directory B2C

This post explains how to secure Azure Functions with Azure Active Directory B2C. To get started, we need to create an application in Azure B2C, configure the redirect URL, and grant admin consent to ...

Read more...

React Unity WebGL - Embedding Unity WebGL builds in React Applications

React Unity WebGL provides a solution for embedding Unity WebGL builds in React Applications with advanced two-way communication and interaction APIs. The project was created by Jeffrey Lanters, a Uni...

Read more...

.NET 7 Adds Aggressive Garbage Collection for Kubernetes

The upcoming release of .NET 7 will include aggressive garbage collection for Kubernetes. This will help manage resources and improve performance for applications running on Kubernetes clusters. The f...

Read more...

Aggressive Garbage Collection for Kubernetes in .NET 7

Microsoft introduced GCCollectionMode.Aggressive in .NET 7 which helps free up memory in idle applications without shutting them down completely. This feature was introduced to address the issue of in...

Read more...

Authenticating Azure Function App API Calls From Web Apps (ReactJS)

Learn how to authenticate and secure Azure Function App API calls from web apps using ReactJS. This guide covers the necessary steps to create an Azure Function App and App Service, register applicati...

Read more...

Google Authentication for your Azure Function app

In this blog post, we will focus on Authenticating Azure Functions using Google Authentication. We will be using App Service to use Google as our Identity Provider. We will keep our sample function as...

Read more...

How to Choose the Right API Gateway

Choosing the right API gateway is crucial to the success of your application. With so many options available, it can be overwhelming to make a decision. In this article, we discuss the factors you sho...

Read more...

Role Based Authorization in Azure Functions with Azure AD and App Roles

In this article, Philipp Bauknecht explains how to limit access to restful APIs in Azure Functions with .NET Core by assigning users to app roles in Azure Active Directory. While discussing the drawba...

Read more...

Protecting Azure Function apps with Azure AD Authentication & Authorization

Learn how to enable authentication and authorization in Azure Function apps using configuration and get the signed-in user in code. This article explains how to secure Azure Function apps with a RESTf...

Read more...

Authenticate and authorize Static Web Apps

Azure Static Web Apps simplifies authentication with pre-configured providers like GitHub, Twitter, and Azure AD with no extra setup required. Learn about default behavior, custom providers, setting u...

Read more...

How to secure your Azure Functions

Azure Functions, a central part of Microsoft’s serverless offering, provides a lot of functionality to quickly develop and deploy code to your solution. In this blog post, Vidar Kongsli sheds some lig...

Read more...

Tagged Strings in Visual Studio and .NET 7

As part of .NET 7, developers now have the ability to tag strings using the StringSyntax attribute. These tags inform tools such as Visual Studio as to the nature of the string. Since StringSyntax is ...

Read more...

Tutorial: Create a React single-page app that uses auth code flow

In this tutorial, you will create a React single-page application that signs in users and calls Microsoft Graph API by using the authorization code flow with PKCE. You will use the Microsoft Authentic...

Read more...

Ben Goertzel: Artificial General Intelligence | Lex Fridman Podcast #103

Ben Goertzel: Artificial General Intelligence | Lex Fridman Podcast #103

Ben Goertzel is one of the most interesting minds in the artificial intelligence community. He is the founder of SingularityNET, designer of OpenCog AI framework, formerly a director of research at th...

Read more...

dagger.ioDagger 0.4: service containers, secrets scrubbing, and more

Dagger is a programmable CI/CD engine that runs your pipelines in containers. Develop your pipelines as code, in the same programming language as your application. Choose your SDK and start coding! Da...

Read more...

A from-scratch tour of Bitcoin in Python

In this blog post, Andrej Karpathy takes us on a tour of Bitcoin in Python. He explains how blockchain extends open source software development to open source + state, and how Bitcoin represents value...

Read more...

C# 11 and .NET 7 Bring Generic Parsing

Before C# 11 and .NET 7, there was no way to create an interface that accommodated static Parse function. The introduction of Static Abstract Methods in interfaces feature now makes it possible. The I...

Read more...

C# Support in Fleet Public Preview

Recently, JetBrains launched the Public Preview for Fleet - a new distributed polyglot editor and IDE which supports multiple programming languages. This JSON structure focuses on C# support in Fleet,...

Read more...