Skip to content

Sponsor: Do you build complex software systems? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free.

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Follow @CodeOpinion

Roundup #19: IdentityServer in AspNetCore, NET4.8 EA, MSBuild.CentralPackageVersions, Service Boundaries

Here are the things that caught my eye this week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter.   IdentityServer in ASP.NET Core 2.x #IdentityServer will be directly integrated to #aspnetcore 2.x! First announced at #ndcsydney pic.twitter.com/IA8SbbNsMl — rodel (@rodelsurat) September 19, 2018 https://twitter.com/blowdart/status/1042265047878123520 Link: https://twitter.com/blowdart/status/1042265047878123520   .NET Framework 4.8 Early Access  We are happy to share an Early Access build for the .NET Framework 4.8. This includes an updated .NET 4.8 runtime as well as the .NET 4.8 Developer Pack (a a single package that bundles the .NET… Read More »Roundup #19: IdentityServer in AspNetCore, NET4.8 EA, MSBuild.CentralPackageVersions, Service Boundaries

Roundup #18: GitHub PR in VSCode, Azure DevOps, .NET Global Tool, MSBuildPipeLogger, Shared DTOs

Here are the things that caught my eye this week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter. GitHub Pull Requests in Visual Studio Code Like many other open source projects, the Visual Studio Code community collaborates through pull requests to land fixes and new features. Starting this past spring, our team has been working to bring you a new integrated pull request experience so that you can collaborate, comment, review, and validate GitHub pull requests directly from within Visual Studio Code. Link: https://code.visualstudio.com/blogs/2018/09/10/introducing-github-pullrequests Introducing Azure DevOps #VSTS is now @AzureDevOps: 5 services… Read More »Roundup #18: GitHub PR in VSCode, Azure DevOps, .NET Global Tool, MSBuildPipeLogger, Shared DTOs

Upgrading Nancy to Version 2

Although there isn’t an “official” of Nancy v2 release yet, there’ is 2.0.0-clinteastwood that’s been in NuGet since Dec 12th, 2106 and as of this post has almost 200k downloads.  The primary reason for upgrading Nancy to v2 is because of its support for NETStandard 1.6 which means you can move to .NET Core. In this demo, I’m going to be using ASP.NET Core with Owin and Nancy 2.0.0-clinteastwood to add back in the existing routing functionality that is a breaking change in v2. Breaking Changes There’s an upgrade notes page on the Nancy Wiki, which lists some of the breaking changes.  Although there aren’t… Read More »Upgrading Nancy to Version 2