Discover and read the best of Twitter Threads about #aspnetmvc

Most recents (1)

Alrighty, we haven't chatted about Stack Overflow's move to .NET Core in a while. A quick update:

We've been working on moving a ton of code out of the #AspNetMvc project and into our StackOverflow.Common project. But it's been a lot of discovery and decoupling prep work so far.
Things like cookie access in the code (anywhere, but especially in helpers, which may be used by models) needed to be abstracted away. We're not creating new types for everything, just a few helpers we can #if define across in a few places. Not lots of new interfaces.
All the System.Web usages are out of our Models, and most of our helpers (but still done to go there). We have an analyzer that breaks the build if System.Web is used in any code moved to StackOverflow.Common. This keeps everyone honest and aware - no surprises for later.
Read 10 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!