.NET과 .NET Framework의 차이
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 t..