EN VISUAL STUDIO NO ENCUENTRO .NET CORE *NECESITO EL DE CONSOLA Y EL FROM ,NO ME APARECEN*

Anderson Tarazona Saenz 0 Reputation points
2024-09-27T01:03:00.6933333+00:00

User's image

User's image

User's image

User's image

User's image

User's image

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
24 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pradeep M 3,680 Reputation points Microsoft Vendor
    2024-09-27T04:34:25.9466667+00:00

    Hi Anderson Tarazona Saenz,

    It seems there’s some confusion regarding the labels for .NET Core and .NET Framework Console applications in Visual Studio. Let me clarify this for you: 

    1.For .NET Core: 

    In Visual Studio, the Console App template for .NET Core is simply labeled as "Console App". 

    The description beneath it indicates that it is for Windows, Linux, and macOS, meaning it is a cross-platform application built on .NET Core (or newer versions like .NET 5/6/7/8). 

    2.For .NET Framework: 

    The Console application template for .NET Framework is labeled as "Console App (.NET Framework)". 

    The description specifies it is for Windows, as .NET Framework is designed to run exclusively on Windows. 

    .netconsole

    Why the difference in labeling? 

    In the newer versions of .NET Core (now unified as .NET 5 and above), Microsoft streamlined the naming convention, so it no longer explicitly includes "Core" in the name. Instead, it is just called "Console App", but the cross-platform capability is indicated in the description. 

    .NET Framework remains limited to Windows, which is why the label "(.NET Framework)" is included. 

    I hope this clears up the confusion! Please feel free to reach out if you have any further questions. 

    If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote" button so that it is useful for other members in the Microsoft Q&A community.       

    Thank you. 

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.