dotNET Weekly
Add a link
LoginRegister
PrevMay 2021Next
WSMTWTFS
182526272829301
192345678
209101112131415
2116171819202122
2223242526272829
23303112345

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

Create an OIDC credential Issuer with MATTR and ASP.NET Core

by bill-s, 2021-05-07T03:13:39.488Z

This article shows how to create and issue verifiable credentials using MATTR and an ASP.NET Core. The ASP.NET Core application allows an admin user to create an OIDC credential issuer using the MATTR service. The credentials are displayed in an ASP.NET Core Razor Page web UI as a QR code for the users of the application. The user can use a digital wallet form MATTR to scan the QR code, authenticate against an Auth0 identity provider configured for this flow and use the claims from the id token to add the verified credential to the digital wallet. In a follow up post, a second application will then use the verified credentials to allow access to a second business process.

asp.net-core

Adding CAPTCHA on form posts with ASP.NET Core 🚦

by ThomasArdal, 2021-05-04T05:41:58.158Z

We all tried to solve CAPTCHASs. In this post, I'll introduce you to CAPTCHAs and show you how to add one in ASP.NET Core using the reCAPTCHA service.

.net-coreasp.net-corec#

How to implement Azure AD Authentication in ASP.NET Core 5.0 Web Application

by bill-s, 2021-05-07T03:11:13.292Z

In this article, I am going to show you how to implement Azure AD Authentication in ASP.NET Core 5.0 Web application. I will create ASP.NET Core 5.0 project and show you step by step how to use it for authentication and authorization against Azure AD Authentication.

asp.net-core

How to Setup Azure DevOps CI/CD end-to-end for Python on Azure Function under 5 min?

by bill-s, 2021-05-07T03:00:29.412Z

This post lets us learn how we can set up an end-to-end Azure DevOps CI/CD Pipeline for Python applications running on Azure Function App. This could be one of the simplest and fastest ways to set up your complete Azure DevOps Project. It will set up CI/CD Pipeline, Provision all Azure Resource, and deploying a simple python code to Azure Function. We will set this up using Azure DevOps Starter Project.

azure

Linq Behind the Scenes

by bill-s, 2021-05-07T03:10:47.814Z

A comparison of the number of iterations in .NET 5 and .NET Framework

.net

Intro to Testing ASP.NET APIs with k6 - When Unit Tests Meet Load Testing

by ppcanodehuelva, 2021-05-06T08:51:19.967Z

Load testing is one of the types of performance testing and, in this post, you'll see how to use k6 to perform load testing on a .NET RESTful API. - Load Testing: The What, Why, and How - Rolling Up Your Sleeves: Let's Load Test An ASP.NET API - Testing a GET Endpoint With a Non-Scriptable Tool - Testing a Get Endpoint with k6 - Testing With a Higher Load - k6: When Unit Tests Meet Load Testing Perhaps the greatest differentiator of k6 is that it bridges the gap between unit testing and load testing. Developers can use the same workflow they’ve been using for years: creating tests, adding verifications with pass/fail criteria, adding those to the CI/CD pipeline, and then be notified when the tests do fail.

tools

Mantine

by bill-s, 2021-05-06T03:05:03.580Z

Mantine is a MIT licensed open source react components and hooks library with focus on usability, accessibility and developer experience.

javascript

Top 10 Free New Testing Tools for Visual Studio 2019

by bill-s, 2021-05-07T02:59:41.348Z

A lot of buzz accompanied Microsoft's sneak peak at the next big milestone release of its flagship IDE, Visual Studio 2022, but developers are still churning out useful tools for VS 2019, which we'll be using for a while. You can find new extensions for customizing and adding all kinds of functionality to your favorite IDE to optimize your coding experience. Here's a look at some of the newest offerings for testing.

vs

Why React Hooks?

by bill-s, 2021-05-07T03:09:36.802Z

The first thing you should do whenever you’re about to learn something new is ask yourself two questions - Why does this thing exist? What problems does this thing solve?

javascript

NewslettersAboutPrivacy Policy