Which Development Environment to go for...
Below are two Development tools which you'll find definitely useful for your further Projects...
Many people got a little when they hear about VS Code, It is a really powerful Text Editor with Ad-On supports to actually make help the developer work in variety of different workloads, like: Dot Net Core, Python development, NodeJs development, etc...
On the Other hand there is a Giant so called Fully Featured IDE called Visual Studio 2019 (current version). It supports out of the Box workloads.
Let's talk about them separately...
Visual Studio Code (VS Code)
According to Microsoft:"Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity). Begin your journey with VS Code with these introductory videos."
I personally use VS Code for Website Development Stuff for Front End in Plain HTML, CSS and JS
and for NodeJs and DotNet Core Application too. and for some other languages too, like C++, Python. This is my personal use cases and are not limited to it... Go and Explore the Ad-On Packages
Visual Studio #### Community Edition (Currently: 2019)
Visual Studio Community is a Fully Featured IDE to- Develop with the entire toolset from initial design to final deployment
- Improved IntelliSense performance for C++ files
- Local development with many common emulators
- Simplified test access in Solution Explorer
- Git management and repo creation in the IDE
- Kubernetes support now included in Microsoft Azure workload
Conclusion, For Beginners looking for just give a try to Development, Definitely go for VS Code in the First Place...
For those looking for a Complete Solution for their Projects, from initial design to final Deployment and event Testing as well, then you must go for Visual Studio
For Downloading and Other Details Visit:
Comments
Post a Comment