Skip to content

Comment on Lessons Learned while Converting from ASP.NET to .NET Core

Comments

We ended up using the JsonProperty attribute on some things to force their casing how we needed them.

That's a weird choice. It's a one-line modification to change back to the legacy naming scheme [1]. (Which is completely non-standard and doesn't follow what basically the entire rest of the web accepts as the standard method of naming js object keys. But hey, .NET people are really beholden to some strange things.)

[1]: https://github.com/aspnet/Mvc/issues/4842

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.