dotNET Weekly
Add a link
LoginRegister
PrevAugust 2020Next
WSMTWTFS
312627282930311
322345678
339101112131415
3416171819202122
3523242526272829
36303112345

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!

ASP.NET CORE 3.1 Social Login and Multi-Tenancy

by yekuta, 2020-08-24T09:57:11.550Z

In this article, we will show you how to set social login options (Facebook, Google, Microsoft, Twitter, OpenId Connect, and WsFederation) per tenant for multi-tenancy support.

.netasp.netasp.net-corec#

C# 9.0: Init-only properties

by miguelbernard, 2020-08-25T14:02:05.506Z

There's a lot of different ways to create an object in C# and set its state. There are the constructor, the setters on properties, and the object initializers introduced in C# 7.0. Although we have all those methods to create an object, it feels like something is missing. How do you construct an object and make it immutable after creation? C# 9.0 is solving this issue with the init-only properties.

c#

Getting Started with GraphQL in ASP.NET Core

by iammukeshm, 2020-08-28T17:32:18.844Z

GraphQL or Graph Query Language is an API Standard that was invented and open-sourced by Facebook. It basically is an alternative to REST APIs. GraphQL unlike the tradional REST API, gives the control to the Client so that the Client App / user gets to request for the specific data he wants. Here are the topics covered. 1. What is GraphQL? 2. The Problem GraphQL Solves 3. GraphQL vs REST API 4. Types in GraphQL 5. GraphQL Schema 6. About GraphQL Playground 7. Testing GraphQL 7.1 Getting all the customers. 7.2 Get a Customer by ID

asp.net-core

Event Sourcing on #Azure - part 1: architecture plan

by mizrael@yahoo.it, 2020-08-26T01:43:50.109Z

Hi All! With this post, we’ll start a new Series about Event Sourcing on Azure. We’re going to talk a bit about the pattern, general architecture, and the individual building blocks. Then in the next posts, we’ll dig more and see each one in detail.

.net-coreasp.net-coreazurec#ddd

Lessons learned after migrating 25+ projects to .NET Core

by bill-s, 2020-08-28T05:53:28.981Z

In this post I'll share some of the lessons learned migrating elmah.io's 25 Azure Function apps and 5 web apps to ASP.NET Core.

.net-core

The SOLID Principles of Object-Oriented Programming Explained in Plain English

by bill-s, 2020-08-24T20:21:53.973Z

The SOLID Principles are five principles of Object-Oriented class design. They are a set of rules and best practices to follow while designing a class structure.

.net

Securing Blazor WebAssembly Apps

by robertinoc, 2020-08-24T18:49:24.072Z

Learn how to secure Blazor WebAssembly applications with Auth0.

asp.net

vue-desktop

by bill-s, 2020-08-28T05:52:53.266Z

This Project Template lets you create .NET Core Vue Single Page Apps that can also be packaged & deployed as Gist Desktop Apps which is ideal for quickly & effortlessly creating & deploying small to medium .NET Core Windows Desktop Apps packaged within a Chromium Web Vue UI within minutes!

.net-core

NewslettersAboutPrivacy Policy