AndersNS / DotNet-Core-Essentials

Using this visual studio code extension you can create, debug, run and publish .Net core/standard applications.

Home Page:https://marketplace.visualstudio.com/items?itemName=kishoreithadi.dotnet-core-essentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


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

About

Using this visual studio code extension you can create, debug, run and publish .Net core/standard applications.

https://marketplace.visualstudio.com/items?itemName=kishoreithadi.dotnet-core-essentials

License:MIT License


Languages

Language:TypeScript 100.0%