by jongalloway2 on 2/17/21, 6:40 PM with 5 comments
by carlhjerpe on 2/17/21, 10:02 PM
Even the danes themselves have a hard time with their language [1], yet they're involved in producing some of the greatest computer language. Coincidence?
For me C# hit's the spot for everything that isn't absolutely performance critical and doesn't have to run in a browers (aware of Blazor and such, but I don't wanna load a runtime into a runtime). Typesystem is sound, reflection to help where it isn't enough. I love it.
1: https://www.quora.com/Why-do-Danish-children-start-speaking-...
by yellowapple on 2/17/21, 11:13 PM
Finally.
by mrlonglong on 2/18/21, 3:08 AM
by tailspin2019 on 2/17/21, 10:03 PM
> We’re defining a new hot code reload model that we can offer for all app types. It’s likely at least some of this feature will be implemented in the runtime, and we’re committed to doing that with both CoreCLR and Mono.
> We want to enable a very fast build, and even faster operations for code changes that can skip the build entirely, as a new standard feature of .NET.