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!

Announcing Windows Community Toolkit v7.0

by bill-s, 2021-05-18T15:50:18.039Z

After many months of invigorating the Windows Community Toolkit with a multitude of improvements and features; we are happy to announce version 7.0 is available today! Made possible again with the support and contributions of our developer community.

.net

Announcing .NET Multi-platform App UI Preview 3

by bill-s, 2021-05-18T15:49:47.033Z

With .NET 6 Preview 3 we are shipping the latest progress for mobile and desktop development with .NET Multi-platform App UI. This release adds the Windows platform with WinUI 3, improves the base application and startup builder, adds native lifecycle events, and continues to add more UI controls and layout capabilities. We are also introducing new semantic properties for accessibility. As we explore each of these in a bit more detail, we invite you to dotnet new along with us and share your feedback.

.net

Building Our First Microservice | The Xamarin Show

by bill-s, 2021-05-18T15:51:27.495Z

This week, James is joined by Nish Anil who is here to walk us through building our very first Microservice for our mobile apps with .NET, ASP.NET Core, Docker, Kubernetes, and more! He shows how to switch from development to production without changing a line of code with the power of Microservices!

xamarin

Cloud-Native learning resources for .NET developers

by bill-s, 2021-05-18T15:37:23.736Z

Today, users are demanding responsiveness, the latest and greatest features, and zero downtime from their applications. Businesses are rapidly adopting the cloud’s power to meet user demand, increase scalability and availability of applications. However, to fully embrace the cloud and optimize cost savings, applications need to be designed with the cloud in mind. This means not just changing the way applications are built, but also changing development practices in the organization to adopt this cloud-native architectural style.

azure

On Prem To The Cloud: Rub Some DevOps On It (episode 3)

by bill-s, 2021-05-18T15:53:00.890Z

In this episode, Abel and Damian talk about why DevOps is important for on prem applications. They'll walk through creating a CI/CD pipeline for our VM-based application and database using Azure Pipelines and GitHub Actions.

azure

Problem Details for Better REST HTTP API Errors

by bill-s, 2021-05-18T15:52:13.691Z

How do you tell your API Consumers explicitly if there are errors or problems with their request? Everyone creating HTTP APIs seems to implement error responses differently. Wouldn’t it be great if HTTP API Errors had a standard? Well, there is! It’s called Problem Details (https://tools.ietf.org/html/rfc7807)

.net

Using Auth0 with Static Web Apps

by bill-s, 2021-05-18T16:04:58.512Z

One of my favorite features of (the now General Available) Azure Static Web Apps (SWA) is that in the Standard Tier you can now provide a custom OpenID Connect (OIDC) provider. This gives you a lot more control over who can and can’t access your app. In this post, I want to look at how we can use Auth0 and an OIDC provider for Static Web Apps. For this, you’ll need an Auth0 account, so if you don’t already have one go sign up and maybe have a read of their docs, just so you’re across everything.

azure

Why is your ASP.NET server so slow? 10 performance problems and solutions

by bill-s, 2021-05-18T15:54:27.441Z

Server performance problems can happen for many different reasons. Memory issues, slow database requests, and too few machines are just some of them. I witnessed my fair share of problems and learned a few tricks along the way. In this article, I’ll tell you about 10 types of issues that can cause performance problems in your server. That’s not to say I categorized all possible problem types, but these might give you some ideas and nudge you in the right direction next time you’re digging into perf matters.

asp.net

NewslettersAboutPrivacy Policy