by beyti on 9/6/16, 1:09 AM with 78 comments
by jasonkester on 9/6/16, 10:14 AM
I have a handful of sites running ASP.NET 4.5. Migrating them would cost an unknown amount of time and require substantial rewriting of major components (such as all data access). It might not even be physically possible to do, given dependencies on libraries that are still 4.5 only.
It sounds like it would also kill our build process dead (adding another major rewrite to the tally). And of course, it would leave us reliant (correct me if I'm wrong here) on a lighter weight version of VS.NET so we'd roll back the clock about 10 years on ReSharper-like goodness.
As reward for this, migrating over to Core would gain me roughly $0 in business value.
The alternate course is to stay with 4.5 for as long as possible, eventually moving across when Microsoft decide to VB6 it.
Sounds like a plan.
by colemickens on 9/6/16, 6:06 AM
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.)
by ofir_geller on 9/6/16, 4:38 AM
After having to configure camalCase for json a couple of times I like the new default.
But migrating an existing app at this point is out of the question, when I no longer need to have nugget packages with rc in the version name we might do it.
by eksemplar on 9/6/16, 4:20 AM
> Things like virtual hosts, logging, security, etc.
> Newtonsoft now defaults to camelCase
> Log4net doesn’t work and neither do countless other dependencies, unless you target .NET 4.5
I mean a lot of those things are the reason we're using .Net over more other technologies to begin with.
by faragon on 9/6/16, 8:05 AM
So the new Microsoft web server replacing IIS, Kestrel, is 20x faster in some circumstances? Wasn't IIS "state of the art"?
by sklarsa on 9/6/16, 2:58 PM
by cm2187 on 9/6/16, 7:06 AM
by statictype on 9/6/16, 3:08 AM
Is that correct?
That's the recommended way to deploy?
by sundvor on 9/6/16, 8:59 AM
by Hondor on 9/6/16, 2:23 PM
by cm2187 on 9/6/16, 6:19 AM
by blakeyrat on 9/6/16, 4:33 AM