- Learning ASP.NET Core 2.0
- Jason De Oliveira Michel Bruchet
- 375字
- 2021-07-02 22:04:14
When to choose ASP.NET Core 2.0
After having seen the various features and functionalities provided by ASP.NET Core 2.0, you could ask yourself if it will replace the full classic .NET Framework in the future. It is true that ASP.NET Core 2.0 and the underlying .NET Core Framework provide some major enhancement and performance improvements, but there are still some specific scenarios, where those new application patterns do not apply and where the full .NET Framework will be the best and sometimes even the only choice.
Migrating your whole existing applications to ASP.NET Core right from the start might be difficult or even impossible to do. You should think about how to transform your applications progressively to lower the risk of failure or over-complexification and give yourself time to really understand the new patterns and paradigms.
You could start for instance by only using ASP.NET Core 2.0 for all new developments, then see how to migrate your legacy code later and sometimes even leave it be since there will be no real benefits for migrating it over. If you are really interested in the migration topic, please consider the appendix, since we have a full chapter dedicated to this important topic.
ASP.NET Core and the .NET Core Framework get more and more framework and client library support each day. Microsoft, tool and framework vendors, and the different developer communities work hard to provide a large set of functionalities for allowing feature-rich and high performing web applications. Everybody wants to work on this promising technology that could shape the future in a sustainable way.
The possibility to use .NET Core and .NET Framework libraries together at the same time when using .NET Standard 2.0 extends the possibilities even more and gives developers a temporary solution until every important feature and every major framework will be available in .NET Core.
To recap what has been discussed in this chapter, you should use ASP.NET Core 2.0 for your server applications when:
- You have cross-platform needs
- You are specifically targeting microservices
- You want to use Docker containers
- You need high performance and highly scalable applications
- You need to put multiple applications with different .NET versions side by side
- The presented technical restrictions do not apply to your application requirements
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- JavaScript by Example
- 從0到1:Python數據分析
- Swift細致入門與最佳實踐
- 焊接機器人系統操作、編程與維護
- Java程序員面試筆試寶典(第2版)
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Python Social Media Analytics
- 你好!Python
- Roslyn Cookbook
- Visual C++實用教程
- QlikView for Finance