- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 378字
- 2021-06-25 22:00:31
.NET Core framework
.NET Core is a cross-platform open source development framework that runs on Windows, Linux, and macOS and cross architecture with support for x86, x64, and ARM. .NET Core was forked from .NET Framework, which technically makes it a subset of the latter, though streamlined line, and modular. .NET Core is a development platform that gives you great flexibility in developing and deploying applications. The new platform frees you from hassles usually experienced during application deployment. Thus, you don't have to worry about managing versions of application runtime on deployment servers.
Currently, in Version 2.0.7, .NET Core includes the .NET runtime with great performance and many features. Microsoft claims it's the fastest version of .NET platform. It has more APIs and more project templates have been added, such as those for developing ReactJS and AngularJS applications that run on .NET Core. Also, Version 2.0.7 has a set of command-line tools that enables you to build and run command-line applications with ease on the different platforms, as well as simplified packaging and support for Visual Studio for Macintosh. A big by-product of .NET Core is the cross-platform modular web framework, ASP.NET Core, which is a total redesign of ASP.NET and runs on .NET Core.
.NET Framework is robust and contains several libraries for use in application development. However, some of the framework's components and libraries can couple with the Windows operating system. For example the System.Drawing library depends on Windows GDI, which is why .NET Framework cannot be considered cross-platform even though it has different implementations.
In order to make .NET Core truly cross-platform, components such as Windows Forms and Windows Presentation Foundation (WPF) that have strong dependence on the Windows OS have been removed from the platform. ASP.NET Web Forms and Windows Communication Foundation (WCF) have also been removed and replaced with ASP.NET Core MVC and ASP.NET Core Web API. Additionally, Entity Framework (EF) has been streamlined to make it cross-platform and named Entity Framework Core.
Also, because of the dependency that .NET Framework has on the Windows OS, Microsoft could not open the code base. However, .NET Core is fully open source, hosted on GitHub, and has a thriving developer community, constantly working on new features and extending the scope of the platform.
- Go Web編程
- Java逍遙游記
- Vue.js快速入門與深入實戰
- 數據結構簡明教程(第2版)微課版
- Java虛擬機字節碼:從入門到實戰
- 假如C語言是我發明的:講給孩子聽的大師編程課
- JavaScript+Vue+React全程實例
- Java程序設計:原理與范例
- Android系統級深入開發
- 學習OpenCV 4:基于Python的算法實戰
- C# Multithreaded and Parallel Programming
- Learning Docker Networking
- Go語言入門經典
- INSTANT Apache Hive Essentials How-to
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術