Expected Exceptions

Code, Software, and things that interest me

ASP.NET Core MVC and json patches

It's been waaaaaay too long since I last wrote a blog post, so I figured it was about time I did so again. That being said, this'll probably be a rather short blog post. I've recently wrote a small .NET Standard library (it runs on both .NET Core and the full .NET Framework) that deals with partial JSON objects (and just partial objects in general). But before I go into explaining what the library does, I'd like to explain a bit better the problem it's trying to solve. Partial object A partial object is an object in which not all properties...

It's been waaaaaay too long since I last wrote a blog post, so I figured it was about time I did so again. That being said, this'll probably be a rather short blog post. I've recently wrote a small .NET Standard library (it runs on both .NET Core and...