- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 116字
- 2021-06-25 22:00:33
Limitations of .NET Core
While .NET Core is robust, easy to use, and provides several benefits when used in application development, it is currently not suitable for all development problems and scenarios. Microsoft dropped several technologies that are available on .NET Framework from .NET Core to make it streamlined and cross-platform. Because of this, those technologies are not available for use in .NET Core.
When your application will use a technology not available in .NET Core, for example using WPF or Windows Forms for the presentation layer, WCF Server implementation, or even third-party libraries that do not currently have the .NET Core version, it is preferable and recommended that you develop the application using .NET Framework.
推薦閱讀
- Hyper-V 2016 Best Practices
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實(shí)戰(zhàn)
- PostgreSQL for Data Architects
- Game Programming Using Qt Beginner's Guide
- PaaS程序設(shè)計(jì)
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- Go語言高效編程:原理、可觀測性與優(yōu)化
- R語言編程指南
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Windows Forensics Cookbook
- PySide GUI Application Development(Second Edition)
- Responsive Web Design by Example
- 從0到1:Python數(shù)據(jù)分析
- Unity 2018 Shaders and Effects Cookbook