dotNET Weekly
Add a link
LoginRegister
PrevFebruary 2021Next
WSMTWTFS
631123456
778910111213
814151617181920
921222324252627
1028123456

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!

An Introduction to Channels in C#

by bill-s, 2021-02-11T06:13:53.435Z

Channels give us a way to communicate between concurrent (async) operations in .NET. Channel<T> was included in .NET Core 3.0 (so it's been available for a bit over a year now). I first encountered channels in Go (golang) several years ago, so I was really interested when I found out that they are available to use in C#.

c#

Azure Data Factory – Key to migrate data in Azure Cloud

by Madhavankovai, 2021-02-11T12:11:18.151Z

Learn why the Azure Data Factory is a key to migrate data across different data stores by creating pipelines and activities.

azure

Building a URL shortener with Azure Serverless Functions and Tables Storage

by bill-s, 2021-02-11T06:09:55.805Z

Hello and welcome to another tutorial. This time we'll learn how to build a URL-shortener with Azure serverless functions and tables storage but first: What is a URL shortener? In the case you never heard about it, a URL shortener is a web service that allows to redirect users accessing a short URL to a longer one. This service is very useful in many scenarios. Apart from shortening URLs, you can imagine having several short URLs redirecting to the same target URL and then give each of the short ones to different users, this might be helpful to know which of the users accessed the final URL. It might also be helpful when sharing web content in different social networks, you might use one short URL to share in Instagram, another different in Facebook and so on, all of them targeting the same destination URL helping you to get stats on where your shared content have more audience. These are only a few among the large advantages this services have.

azure

Kubernetes for ASP.NET Core Developers – Introduction, Architecture, Hands-On

by bill-s, 2021-02-11T06:17:12.294Z

In a world where most developers and organizations have come to accept the constant churn of new tools, architectures and paradigms, containerized applications are slowly becoming a lingua franca for developing, deploying and operating applications. In no small part, this is thanks to the popularity and adoption of tools like Docker and Kubernetes.

asp.net-core

Microservices Communication using RabbitMQ in Asp.Net Core

by bill-s, 2021-02-11T06:15:03.801Z

In this tutorial, we are going to cover the communication between microservices using RabbitMQ and MassTransit with Asp.Net Core 5. In the previous tutorial, we have discussed Microservices Architecture with Ocelot API gateway in Asp.Net Core 5.

asp.net-core

Rate limiting API requests with ASP.NET Core and AspNetCoreRateLimit

by ThomasArdal, 2021-02-09T07:32:19.913Z

In this post, I'll teach you how to handle a large number of requests to an ASP.NET Core application by rate-limiting with the AspNetCoreRateLimit package.

.net-coreasp.net-core

Styles of Writing ASP.NET Core Middleware

by bill-s, 2021-02-11T06:16:44.821Z

In this post, I discuss the differences between convention and factory styles of writing middleware in ASP.NET Core along with the differences in how the instances are created and interact with dependency injection.

asp.net-core

What is Tailwind CSS

by bill-s, 2021-02-11T06:17:40.339Z

Tailwind CSS is self-described as a utility first CSS framework. Rather than focusing on the functionality of the item being styled, Tailwind is centered around how it should be displayed. This makes it easier for the developer to test out new styles and change the layout. We ask Jen Looper about Tailwind, and how this approach can help us out!

tools

NewslettersAboutPrivacy Policy