Skip to content

KishoreIthadi/DotNet-Core-Essentials

Repository files navigation

DotNet Core Essentials

Table of Contents


What is DCE?

**Using this visual studio code extension you can create, debug, run and publish DotNet core/standard applications in C#, VB & F# languages **


Features

  • Project Templates - Ctrl+Alt+N

    • Console application
    • Class library
    • ASP.NET Core empty Web App
    • ASP.NET Core Web App (Model-View-Controller)
    • ASP.NET Core Web App (razor)
    • ASP.NET Core with Angular
    • ASP.NET Core with React.js
    • ASP.NET Core with React.js and Redux
    • ASP.NET Core Web API
  • Add Project/dll Reference

  • Remove Project/dll Reference

  • Publish Project - Ctrl+Alt+P

  • Set Startup Project - Ctrl+Alt+S

  • Clean Project/Solution

  • Build Project/Solution

  • Add/Remove Nuget Packages


Prerequisites


Install the extension

You can install the DotNet Core Essentials from visual studio code Market Place.

Visual Studio Code MarketPlace

 Get from vscode marketplace

Note: For debugging and running the dotnet projects install the C# extension

 Get from vscode marketplace


How To Use DCE

  • Create/Debug/Run Projects

Alt Text


  • Add/Remove Project Reference

Alt Text


  • Add/Remove DLL Reference

Alt Text


  • Add/Remove Nuget packages

Alt Text


  • Publish Project

Alt Text


License

License: MIT