This past weekend I spent a few hours working on migrating the Humanitarian Toolbox allReady project over to the new csproj based Visual Studio 2017 solution format. I’ve written a few times about the plans to retire the project.json file introduced by ASP.NET Core. If you want some background you can read those posts first (don’t worry, […]
Things I’ve Learnt This Week (2nd April)
Things I’ve Blogged ASP.NET Core Anatomy (Part 3) – UseMvc Things I’ve Read An Introduction to GraphQL via the GitHub API by Derek Haynes The implementation of anonymous methods in C# and its consequences (part 1) by Raymond Chen Json.NET 10.0 Release 1 – Async, performance, documentation and more by James Newton-King Converting From project.json To csproj by Jamie […]
ASP.NET Core Anatomy (Part 3) – UseMvc Dissecting and understanding the internals of ASP.NET Core
In parts one and two of this series I looked at the two main IServiceCollection extensions (AddMvcCore and AddMvc) in ASP.NET Core. These are used to add in the required MVC services when you plan to use the MVC middleware in your application. The next thing you are required to do to enable MVC in your ASP.NET Core […]
Things I’ve Learnt This Week (26th March)
A light (and late) post this week as not only has it been very busy but also it’s been a short week as I’ve been away for a short break in Edinburgh Things I’ve Read Chapters 3 and 4 of ASP.NET Core in Action by Andrew Lock Preventing mass assignment or over posting in ASP.NET Core by Andrew […]
Things I’ve Learnt This Week (19th March)
Week 8 of my series, sharing things I’ve learnt, read, watched and listened to, in the pursuit of expanding my knowledge about software development. Things I’ve Blogged ASP.NET Core MVC Anatomy (Part 1) – AddMvcCore – Dissecting and understanding the internals of ASP.NET Core MVC. In this post I looked at what the AddMvcCore extension method to the […]