When a front-end application (think javascript) tries to access your ASP.NET Core API, if your API is hosted at a different “origin” then you’ll see the dreaded “CORS” error.
Use this tool to make your ASP.NET Core API and front-end app play nice.
corsdot.net/?utm_source=list
Category: Uncategorized
Async await for the rest of us
What’s the deal with async and awaitin C#? Why should a .Net developer in 2018 need to know what it is and how to use it?
www.blog.jamesmichaelhickey.com/async-await-for-the-rest-of-us/?utm_campaign=dotNET%20Weekly&utm_medium=email&utm_source=week-35_year-2018
How to get started with Azure and .NET
Azure is a big cloud with lots of services, and for even the most experienced user it can be intimidating to know which service will best meet your needs. This blog post is intended to provide a short overview of the most common concepts and services .NET developers need get started and provide resources to help you learn more.
blogs.msdn.microsoft.com/webdev/2018/09/04/how-to-get-started-with-azure-and-net/
What is DevOps? – In Simple English Video
The Shell Introduction I Wish I Had – DEV Community
So I’m writing to you, my past coding self, to get you up to speed on something important: The Shell. The future me is (moderately) wiser and wants to help. I wrote a similar guide for Git Rebasing that you (and others) found helpful. My post this time is broader, lays the groundwork for learning and understanding more about the Shell and why it matters.
Domain Driven Design for Everyone Else – DEV Community
dev.to/barryosull/domain-driven-design-for-everyone-else-a9
Domain Driven Design for Everyone Else Barry O Sullivan I’ve been talking a lot about Domain Driven Design (DDD) lately, be it at meetups or with clients, so I thought I’d write down my thoughts and see if it helps.
…
HttpClient Factories In .NET Core 2.1 – .NET Core Tutorials
The whole of WordPress compiled to .NET Core
The whole of WordPress compiled to .NET Core and a NuGet Package with PeachPie Why? Because it’s awesome. Sometimes a project comes along that is impossibly ambitious and it works. I’ve blogged a little about Peachpie, the open source PHP compiler that runs PHP under .NET Core. It’s a project hosted at www.peachpie.io.
But…why? Here’s why:
Performance: compiled code is fast and also optimized by the .NET Just-in-Time Compiler for your actual system. Additionally, the .NET performance profiler may be used to resolve bottlenecks. C# Extensibility: plugin functionality can be implemented in a separate C# project and/or PHP plugins may use .NET libraries.
https://www.hanselman.com/blog/TheWholeOfWordPressCompiledToNETCoreAndANuGetPackageWithPeachPie.aspx
How to easily extend your app using MediatR notifications
Probably the biggest question you face as a developer every single day is “where to put your code”? Should you use repositories or query classes? Should you have one class or two to represent your domain object? Should you write a new class or extend an existing one?
In short what constitutes a single responsibility and how separate should your concerns actually be?
MediatR Notifications can help with some of these thorny issues.
jonhilton.net/2016/08/31/how-to-easily-extend-your-app-using-mediatr-notifications/
Introducing fuget.org – nuget discovery tool
fuget.org – a new site for browsing nuget packages. It is my best attempt to build a tool to help you both discover new packages and to dig in deep to learn them once found.