.NET/일반

.NET과 .NET Framework의 차이

1Q74 2023. 2. 20. 15:39

Visual Studio로 프로젝트를 생성할 때 .NET용과 .NET Framework로 나누어져 있는데, 어떤 차이가 있는지 궁금해서 구글링을 돌려본 결과는 다음과 같다.

 

.NET

.NET Core라고 부르는 것을 5버전부터 Core를 삭제하고 .NET으로 부른다고 한다.

 

[원문]

https://stackoverflow.com/questions/66758886/what-is-the-difference-between-net-and-net-framework-project-types

 

What is the difference between .NET and .NET Framework project types?

When I try to create a new project there is a different type of choises. Windows Forms App (.NET) and Windows Forms App (.NET Framework) Is ".NET" like .NET Core?

stackoverflow.com

 

.NET Core

마이크로소프트 .NET Framework의 최신버전이고, 오픈소스이면서 크로스 플랫폼을 지원한다고 한다. 

.NET Framework

소프트웨어 시스템을 위해 재사용할 수 있도록 설계된 플랫폼이고, 다양한 스크립트 언어 및 라이브러리를 지원한다. 

더 자세한 내용은 아래의 원문을 참고하세요.

 

[원문]

https://www.interviewbit.com/blog/net-core-vs-net-framework/

 

.NET Core vs .NET Framework - What’s The Difference?

In this article, we are going to learn about .NET Core and .NET Framework. We will walk you through the following topics: What is .NET Core, What is .NET Framework, Key differences between .

www.interviewbit.com