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!

Building real applications with Orleans

by bill-s, 2021-02-04T11:57:03.909Z

Microsoft Orleans is a cross-platform framework for building distributed applications with .NET. In this episode, Reuben Bond joins Cecil to talk about some of the capabilities of Orleans. They cover application architecture, co-host alongside ASP.NET Core, and more.

.net

Business Activity Monitoring in Serverless360 with Real Time Scenarios

by Madhavankovai, 2021-02-02T10:37:18.534Z

Here are some interesting use cases of Business Activity Monitoring in Serverless360 using Cab Booking Management System.

azure

Creating an API Gateway Cognito Authorizer with the .NET CDK

by mirceateodor.oprea@gmail.com, 2021-02-04T09:10:55.026Z

You are building your infrastructure as code using the .NET CDK and want to add a Cognito User Pool authorizer to an API Gateway endpoint. Adding the Authorizer to the whole API is easy, but you only want it for certain endpoints – or specific ones. How can this be achieved?

.net-core

Dynamic method invocation with .NET Core

by mizrael, 2021-02-04T20:18:26.484Z

Hi All! Today we’re going to explore few ways to perform “dynamic method invocation” with .NET Core.

.net.net-core.net-standardc#

Machine Learning with ML.NET

by bill-s, 2021-02-04T12:16:49.229Z

This time on the Eat Sleep Code podcast, we talk to Microsoft's John Alexander about exciting new Machine Learning libraries for .NET.

machine-learning

Microsoft Ignite

by bill-s, 2021-02-04T12:05:53.063Z

Join our digital experience on March 2–4, 2021 to learn, connect, and explore new tech that’s ready to implement. All skill levels welcome.

events

The Docker Handbook – 2021 Edition

by bill-s, 2021-02-04T12:02:23.382Z

The concept of containerization itself is pretty old. But the emergence of the Docker Engine in 2013 has made it much easier to containerize your applications. According to the Stack Overflow Developer Survey - 2020, Docker is the #1 most wanted platform, #2 most loved platform, and also the #3 most popular platform.

docker

The Principle of Least Privilege (POLP)

by bill-s, 2021-02-04T11:56:19.007Z

The first security principle that I am going to discuss is one that most System Administrators are familiar with: the “principle of least privilege” (short: POLP). It demands that the required permissions for a task shall only grant access to the needed information or resources that a task requires. When permissions are granted, we shall grant the least privileges possible. POLP is so crucial because initially it is the privileges that any attacker is targeting. When developing an application, using a least-privileged user account (LUA) is the first rule of engagement.

sql-server

.NET: Navigating the Maze

by andrea.chiarelli, 2021-02-04T09:43:52.611Z

A guide for understanding .NET, .NET Core, .NET Framework, etc., and not getting lost in the tangled .NET world.

.net.net-core.net-standard

Tracing and Profiling a .NET Core Application on Azure Kubernetes Service with a Sidecar Container

by bill-s, 2021-02-04T11:55:12.632Z

Imagine running a .NET Core application in Kubernetes, which suddenly starts being sluggish, and the telemetry fails to give you a complete picture of the issue. To remediate performance issues of applications, starting with .NET Core 3, Microsoft introduced several .NET Core runtime diagnostics tools to diagnose application issues. dotnet-counters to view Performance Counters. dotnet-dump to capture and analyze Dumps. dotnet-trace to capture runtime events and sample CPU stacks. dotnet-gcdump to collect Garbage Collector dumps of application.

azure

Using JS Object References in Blazor WASM to wrap JS libraries

by ThomasArdal, 2021-02-02T06:59:42.856Z

In this article, we will show what IJSObjectReference is and how it can be used for so much more than just JavaScript isolation.

.net-coreasp.net-coreblazor

What is Tailwind CSS

by bill-s, 2021-02-04T12:04:58.172Z

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