(ASP).NET Core - The Good, the Bad, and The Ugly
-
Where there is light, there must be shadow somewhere.
When .NET Core was announced the hype was real: A new ecosystem based on an a very popular and established one, a modern architecture, and good cross-platform support from the start. The possibility for Ahead-of-Time (AoT) compilation was rumored. Many demos have been given. What remains?
(ASP).NET Core - The Good, the Bad, and The Ugly
https://florian-rappl.de/News/Page/384/aspnet-core-the-good-the-bad-and-ugly -
Where there is light, there must be shadow somewhere.
When .NET Core was announced the hype was real: A new ecosystem based on an a very popular and established one, a modern architecture, and good cross-platform support from the start. The possibility for Ahead-of-Time (AoT) compilation was rumored. Many demos have been given. What remains?
(ASP).NET Core - The Good, the Bad, and The Ugly
https://florian-rappl.de/News/Page/384/aspnet-core-the-good-the-bad-and-ugly@Florianrappl I suppose you will be glad to see that your blog reached the insider :)
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
@Florianrappl I suppose you will be glad to see that your blog reached the insider :)
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
Hehe, thanks for mentioning me - yes and no. Yes, always makes me happy to share my thoughts (otherwise I would not blog), however, no I would rather wish for ASP.NET Core to become a little bit more lightweight (and the tooling to become better). Anyway, I think with VS 2019 (at least after a couple of sessions) it seems that tooling is now definitely on the right track and .NET Core 3 was also a good step in the right direction. Let's see where this is going...
-
Where there is light, there must be shadow somewhere.
When .NET Core was announced the hype was real: A new ecosystem based on an a very popular and established one, a modern architecture, and good cross-platform support from the start. The possibility for Ahead-of-Time (AoT) compilation was rumored. Many demos have been given. What remains?
(ASP).NET Core - The Good, the Bad, and The Ugly
https://florian-rappl.de/News/Page/384/aspnet-core-the-good-the-bad-and-uglyI've been using ASP.NET Core 2.0, 2.1 and 2.2 for over a year and haven't run into anywhere near the issues this guy has. It's not perfect, but it's a massive improvement on what's already out there.
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter
-
Where there is light, there must be shadow somewhere.
When .NET Core was announced the hype was real: A new ecosystem based on an a very popular and established one, a modern architecture, and good cross-platform support from the start. The possibility for Ahead-of-Time (AoT) compilation was rumored. Many demos have been given. What remains?
(ASP).NET Core - The Good, the Bad, and The Ugly
https://florian-rappl.de/News/Page/384/aspnet-core-the-good-the-bad-and-uglyHe could have excluded "Good" in the title and been a lot more precise.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
Where there is light, there must be shadow somewhere.
When .NET Core was announced the hype was real: A new ecosystem based on an a very popular and established one, a modern architecture, and good cross-platform support from the start. The possibility for Ahead-of-Time (AoT) compilation was rumored. Many demos have been given. What remains?
(ASP).NET Core - The Good, the Bad, and The Ugly
https://florian-rappl.de/News/Page/384/aspnet-core-the-good-the-bad-and-uglyI've been using .Net Core for the last 2 years. 2.0 was a big step forward. The biggest issues I've had are dealing with dependencies, and with updates to libraries coming out very frequently, it can be a bit of a minefield, but other than that my experience has been almost entriely positive.