dotNET Weekly
Add a link
LoginRegister
PrevNovember 2020Next
WSMTWTFS
4425262728293031
451234567
46891011121314
4715161718192021
4822232425262728
49293012345

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!

Angular & .Net core - Azure AD authentication | The-worst.dev

by rogaliusz, 2020-11-27T13:55:14.581Z

This article contains information about using Azure Active Directory credentials for login to Angular client-side with .Net core backend. This solution is based on JWT tokens (frontend and backend solutions can be on different hosts, so cookies auth methods by CORS policy is not the best choice in that case).

.net-coreangularazure

Astonishing Performance of .NET 5: More Data

by bill-s, 2020-11-25T07:13:29.339Z

The same day .NET 5 was released I shared a single screenshot showing how much faster .NET 5 is relatively to .NET Core 3.1. I promised to share more data later — and here it is.

.net

Efficiently manage your YAML pipelines in Azure DevOps with reusable templates

by miguelbernard, 2020-11-24T02:05:21.297Z

Azure DevOps offers a powerful way to reuse parts of your build pipelines with YAML templates. Discover the recipe that I use in all my projects.

msbuildtools

Event Sourcing on Azure – part 4: Integration events

by mizrael, 2020-11-23T18:06:52.383Z

Hi All! Welcome back for the fourth part of the Event Sourcing on Azure series. Today we’ll see how we can send Integration events every time something changes. Read the full article here: https://www.davideguida.com/event-sourcing-on-azure-part-4-integration-events/

.net-coreazuredddevents

Everything from .NET Conf 2020: Sessions, Demos, & More!

by bill-s, 2020-11-26T09:20:17.586Z

This year’s .NET Conf was the largest one yet, with over 80 live sessions across three days that were co-organized and presented by the .NET community and Microsoft. On top of all of that, it also marked the release of .NET 5.0 that brings a full set of new capabilities, performance gains, and new languages features for developers to create amazing apps. If you missed this year’s .NET Conf live stream, don’t worry because we have you covered!

.net

Generate Client for ASP.NET Core Web API using OpenAPI

by bill-s, 2020-11-25T07:16:18.793Z

Recently I talked about some of the new features in .NET 5.0 and preview versions of Visual Studio 16.8 and 16.9 with respect to ASP.NET Core Web API Projects. The first announcement I mentioned was the built-in support for OpenAPI and Swagger UI via Swashbuckle in the new ASP.NET Core 5 Web API Project Template, and the other announcement was a new feature introduced in Visual Studio 2019 that allows you to publish the web API to Azure API Management Services as part of the flow of publishing the ASP.NET Core Web API. Both of these tutorials mention Swashbuckle to generate the OpenAPI Specification Document. If you're generating an OpenAPI Specification Document for your ASP.NET Core Web API, you can use this same document to generate a client to consume your web API, which is what I will demonstrate in this ASP.NET Core Web API tutorial.

asp.net-core

Improving your ASP.NET Core site's e-mailing capabilities

by bill-s, 2020-11-25T07:18:34.771Z

Many websites depend heavily on e-mail: they send account confirmation e-mails, password reset e-mails, order confirmations, back-in-stock notifications and much more. Despite its importance, I often see that sending e-mail is an overlooked area when writing well maintainable and stable code. It's also often overlooked when monitoring sites and lots of code I have seen just assumes the mail server is up and running. But problems will occur; mail servers will go down, passwords do expire or get changed without updating the web site and more.

asp.net-core

Monitoring .NET scheduled tasks - Tools and alternatives

by ThomasArdal, 2020-11-24T06:07:25.080Z

There's a lot of possibilities when it comes to developing scheduled tasks with .NET. This post is an overall guide to monitoring scheduled tasks.

.net

ToastNotify - Elegant and Minimal Notifications Toast for your ASP.NET Core

by iammukeshm, 2020-11-23T15:10:32.337Z

ToastNotify - Here is an Elegant and Minimal Notification Toast for your ASP.NET Core Web Applications. Compatible with ASP.NET Core 3.1 and .NET 5 Web Applications. Features - Can be Invoked via C# - Global Settings (Toast Positions and Durations) can be set while registering the service. - Dismission Duration can be set for each toast if needed. - Easy to Plugin with any Existing Application. - Customizable. Clean. Elegant - Supports 5 Different Modes: Success, Error, Warning, Information, Custom - Custom mode allows you to change the look and feel of the toast including icon and background color. - More Features coming soon. For Usage and Implementation Documentation - refer tohttps://github.com/iammukeshm/CoreEssentials/tree/master/CoreEssentials.ToastNotify Do not forget to leave a star.

asp.net-core

What’s new in .NET Productivity

by bill-s, 2020-11-25T07:18:02.631Z

The .NET Productivity team (a.k.a. Roslyn) wants to help you be more productive! We’ve seen a lot of excitement in the past few months over our latest features which automate and reduce editing tasks to a single click and help save you time. In this post, I’ll cover some of the latest .NET productivity features available in Visual Studio 2019.

.net

NewslettersAboutPrivacy Policy