Latest Questions
Latest Articles
- Building OpenAI chat application with Angular, ASP .Net API, and Azure October 13, 2023
- Deploying full stack ASP .net core with API and Sql Server databases to Docker containers November 30, 2022
- Securing ASP .Net Core configurations using the Secret Manager and Azure Key Vault February 20, 2022
- Introduction to Enterprise Architecture (EA) January 29, 2022
- SQL Server Primary Keys January 23, 2022
- Azure Static Web Apps configuration using Azure Functions September 7, 2021
- Responsive Multi-Level Angular Material Menu July 17, 2021
- Building and deploying (CI/CD) Angular applications using GitHub and Azure May 8, 2021
- Azure Active Directory Authentication with OpenID Connect and Authorization with App Roles March 21, 2021
- Paging and Sorting using ASP .Net Core Razor Page, Web API, and Entity Framework January 12, 2021
- Windows Authentication with Angular and .Net Core Web API November 9, 2020
- Angular and .Net Core Web API Starter Application November 3, 2020
- WPF Drag and Drop using Behavior May 29, 2020
Popular Articles
- Windows Authentication with Angular and .Net Core Web API (23,196)
- WPF Drag and Drop using Behavior (5,747)
- Azure Active Directory Authentication with OpenID… (4,671)
- Paging and Sorting using ASP .Net Core Razor Page,… (4,449)
- Angular and .Net Core Web API Starter Application (3,406)
- Responsive Multi-Level Angular Material Menu (2,044)
- Deploying full stack ASP .net core with API and Sql… (1,657)
- Building and deploying (CI/CD) Angular applications… (1,105)
- Azure Static Web Apps configuration using Azure Functions (866)
- Securing ASP .Net Core configurations using the… (701)
Is Visual Studio Code Good For Angular?
Quote from Ankit Dixit on December 24, 2020, 9:22 amHello Everyone, I am working on angular and I am looking to free angular ide, one of my friend was suggested to go with visual studio code ide. I just want to know which angular ide is best for the backend process?
Hello Everyone, I am working on angular and I am looking to free angular ide, one of my friend was suggested to go with visual studio code ide. I just want to know which angular ide is best for the backend process?
Quote from Kendall Chen on December 24, 2020, 5:45 pmHi Ankit,
Most people in the industry use Visual Studio Code because it can:
- Search code in the entire folder
- Allow you to type in OS commands within the IDE, such as npm or ng, which lets you run and build the application
- Complete integration with source control systems such as github
- Easily add extensions for what you need
I find that Visual Studio Code is very user friendly and so I use it for angular development. Hope this helps.
Kendall.
Hi Ankit,
Most people in the industry use Visual Studio Code because it can:
- Search code in the entire folder
- Allow you to type in OS commands within the IDE, such as npm or ng, which lets you run and build the application
- Complete integration with source control systems such as github
- Easily add extensions for what you need
I find that Visual Studio Code is very user friendly and so I use it for angular development. Hope this helps.
Kendall.