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

Roundup #14: NuGet Source Repo Link, RESTful API Guidelines, Async/Await, High Perf .NET

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. NuGet Source Repository Link Minor feature rolled out to the @nuget gallery today. This should make it easier to find the GitHub repo which matches @aspnet packages. #dotnet pic.twitter.com/vggwrYBarL — Nate McMaster (@natemcmaster) August 15, 2018 Small but really useful feature.  You can specify RepositoryUrl and RepositoryType in your csproj.  For example: View the code on Gist. Link: https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets Zalando RESTful API and Event Scheme Guidelines Zalando’s software architecture centers around decoupled microservices that… Read More »Roundup #14: NuGet Source Repo Link, RESTful API Guidelines, Async/Await, High Perf .NET

Roundup #13: dotnet depends, httpbin.org, Own the future – Udi Dahan

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. dotnet depends dotnet depends v0.1.0 has now been released. This is a tool for exploring dependencies in .NET projects, with an GUI heavily inspired from bitbake’s depexp. Hopefully this tool will be a valuable addition to your toolbox when e.g. debugging transitive dependencies. Install it by running: dotnet tool install –global dotnet-depends, and report any issues and/or feature requests on Github. Been playing with Buildalyzer and this is what I came up with. A… Read More »Roundup #13: dotnet depends, httpbin.org, Own the future – Udi Dahan

Roundup #12: TypeScript 3, EFCore.InMemoryHelpers, HTTP Caching, Standards.REST

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. TypeScript 3.0 Which brings us to TypeScript 3.0! Despite the new big number, 3.0 has few breaking changes (meaning it should be veryeasy to upgrade) and introduces a new flexible and scalable way to structure your projects, powerful new support for operating on parameter lists, new types to enforce explicit checks, better JSX support, an overall better error UX, and much more! Link: https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/   EFCore.InMemoryHelpers Provides a wrapper around the EF Core… Read More »Roundup #12: TypeScript 3, EFCore.InMemoryHelpers, HTTP Caching, Standards.REST