Software Developer Advisor at a tech services company with 10,001+ employees
Application development becomes streamlined with intuitive features and comprehensive debugging tools while integration needs refinement
Pros and Cons
- "Microsoft Visual Studio provides comprehensive development capabilities; you can create any type of application, including mobile applications, console applications, Windows applications, WPF, ASP.NET MVC, and .NET Core."
What is our primary use case?
Recently, I have been working with the Power Platform, which is a Microsoft product. Currently, I am exploring and doing one project as well. Power Platform is looking promising, and it provides various features. It is very easy to learn Power Platform. Power Platform may only be applicable to small size to mid-size applications, so I think it will not be applicable to enterprise level applications.
What is most valuable?
Power Platform provides workflows and database functionality. The database application is very good. When creating an entity, based on that entity, you can create views and pages automatically based on the table. That is one good feature in Power Platform. It also supports customization features, though it takes some time to understand as there are many steps for customization. If any system exposes functionality using REST API, we can get the URL and environment details such as headers. In Microsoft Visual Studio, if a system exposes services, we can consume those services by getting their proper URL/URI and header information. If they have any authentication mechanism using tokens, we can utilize those in Microsoft Visual Studio to invoke and call the REST APIs provided by external systems.
What needs improvement?
Microsoft Visual Studio provides almost all features. When adding classes, if references to class files or namespaces are missing, improvements could be made. Sometimes when missing namespaces and calling functionalities in other classes, Microsoft Visual Studio shows errors. While clicking on the cursor shows which particular namespace is missing, when adding new namespaces, it still shows some errors. Microsoft Visual Studio should avoid these errors.
For how long have I used the solution?
I have been using Microsoft Visual Studio for almost five years.
Buyer's Guide
Microsoft Visual Studio
January 2026
Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: January 2026.
880,685 professionals have used our research since 2012.
What was my experience with deployment of the solution?
Issues with Microsoft Visual Studio are very rare. Sometimes crashes happen and occasionally there might be hanging issues. We close Microsoft Visual Studio and once opened again, the issue resolves automatically.
What do I think about the stability of the solution?
Regarding stability issues, the system makes sure it should be up and running throughout the day. In case of any downtime issues, the system will notify us about the timing so we can take appropriate actions beforehand. These informations are automatically provided by the system, so we don't need to manage this ourselves. The system helps keep the server up and running.
How are customer service and support?
In the frontend, we need to download Microsoft Visual Studio, which is available in different versions including community editions and professional editions. You can download any edition of the latest version. Once downloaded, you need to provide login credentials and set up the code. They will provide the link from wherever your code is located, and you have to clone it.
How was the initial setup?
Microsoft Visual Studio provides entity framework which supports both code-based and database-first approaches. Based on these options, we can proceed with implementation. If you choose the database-first approach, all the tables from your SQL database and related components will be created as classes in your C# implementation.
What was our ROI?
The ROI involves a one-time payment. Once you have the license, the return depends upon how many projects you are acquiring and how many clients you have. If you develop three to four projects, you can achieve ROI within four or five months. With more projects, ROI can be covered within six months or one year based on your investment. After that, you will get more benefits. It is purely based on the projects in the pipeline.
What's my experience with pricing, setup cost, and licensing?
Regarding maintenance, if you have the Microsoft Visual Studio license, Microsoft will support your product. If you encounter any downtime, Microsoft will notify you in advance so you can take respective actions. They provide temporary solutions to ensure applications do not go down. A backup system ensures end users are not affected. The maintenance is provided by Microsoft.
Which other solutions did I evaluate?
For .NET development, I haven't used any other tools besides Microsoft Visual Studio, but we have used third-party controls to display information, such as Telerik controls. We obtained the license and integrated Telerik controls into Microsoft Visual Studio to create data tables and combo boxes. The main competitors to .NET are OutSystems, low-code technologies, and Java.
What other advice do I have?
Debugging tools are very important. In Microsoft Visual Studio, we can use debugging by placing debug points where we need to execute particular functions or code. When you run the application, Microsoft Visual Studio automatically triggers the debugging point. From there, you can check the particular code in the below window where you can see all values, variables, and written statements. You can track everything. Microsoft Visual Studio provides detailed debugging options to see how the application flows with calling functions and working functions. You can identify exactly where data is not loading and what errors are occurring. This information helps resolve issues quickly. Microsoft Visual Studio provides comprehensive development capabilities. You can create any type of application, including mobile applications, console applications, Windows applications, WPF, ASP.NET MVC, and .NET Core. It provides many benefits and can create reusable components. During coding, it provides intelligence features that automatically identify issues. It is very user-friendly and helps avoid coding errors.
Which deployment model are you using for this solution?
NA
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
NA
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: May 10, 2025
Flag as inappropriateSenior Software Architect at a computer software company with 201-500 employees
Integrated tools and extensions offer straightforward and efficient code development
Pros and Cons
- "Microsoft Visual Studio is integrated with all tools and offers all necessary extensions, making it very convenient."
What is our primary use case?
I use Microsoft Visual Studio occasionally. I prefer writing code directly on Notepad++, but when I need the IDE support, I use Microsoft Visual Studio for faster and better code development. It offers a good experience for individuals who are handy with IDEs.
What is most valuable?
Microsoft Visual Studio is integrated with all tools and offers all necessary extensions, making it very convenient. It offers Git connectivity for all Git repositories. I find all its activities to be straightforward and efficient.
What needs improvement?
Maybe some documentation could be better. They can generate some educational videos online, which would be helpful.
For how long have I used the solution?
I have been using Microsoft Visual Studio for the last five to six years, but I do not use it frequently.
What do I think about the stability of the solution?
Microsoft Visual Studio is stable. I have not encountered any problems.
What do I think about the scalability of the solution?
I use Microsoft Visual Studio on an individual basis, so I am not familiar with its scalability in terms of adding or deleting users, which may be an IT admin function.
Which solution did I use previously and why did I switch?
I use Notepad++ more often than Microsoft Visual Studio.
How was the initial setup?
The installation of Microsoft Visual Studio is simple, and one person can manage it.
What was our ROI?
The ROI includes time savings, which are approximately ten to twenty percent.
What's my experience with pricing, setup cost, and licensing?
As a partner, the cost may be part of an integrated license package. I am not sure about specific pricing details.
What other advice do I have?
Maybe sometimes Microsoft Visual Studio hangs if your computer resources are limited. Rating it, I would give it eight points overall.
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
Buyer's Guide
Microsoft Visual Studio
January 2026
Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: January 2026.
880,685 professionals have used our research since 2012.
Department Manager, Certification Project Management at a consultancy with 1,001-5,000 employees
Have streamlined development with debugging features but face challenges with performance due to bloat
Pros and Cons
- "The best feature of Microsoft Visual Studio for debugging applications is IntelliSense, which I refer to as autocomplete, and the integration capabilities with Microsoft DevOps Server streamline my development process efficiently, making it perfectly integrated with Microsoft Visual Studio."
What is our primary use case?
I create my site or application for my company for internal use only.
What is most valuable?
The best feature of Microsoft Visual Studio for debugging applications is IntelliSense, which I refer to as autocomplete. Additionally, the integration capabilities with Microsoft DevOps Server streamline my development process efficiently, making it perfectly integrated with Microsoft Visual Studio.
What needs improvement?
The software has become larger than before, requiring a powerful desktop or notebook to run Microsoft Visual Studio. I must use or install all the features which makes Microsoft Visual Studio bulky. Some optional installation methods to remove features I do not use could improve the experience.
For how long have I used the solution?
I have been using it for more than fifteen years.
What do I think about the stability of the solution?
Performance is a problem because if I use a notebook that is not high-end, Microsoft Visual Studio may experience lag sometimes.
How are customer service and support?
I think the support could be better because the documentation and other resources, such as videos, are too numerous, making it hard to find the correct one. AI support could be a good addition.
How would you rate customer service and support?
Neutral
Which solution did I use previously and why did I switch?
I used Microsoft Visual Studio Code and no others.
How was the initial setup?
There is no trouble or problem to install it. I can handle the installation myself.
What about the implementation team?
I can install the solution by myself.
What was our ROI?
Microsoft Visual Studio saves me time, approximately forty percent.
What's my experience with pricing, setup cost, and licensing?
Microsoft Visual Studio is expensive.
What other advice do I have?
The main concern is that the documentation is so detailed and vast that it takes a lot of time to sift through. I would rate Microsoft Visual Studio seven out of ten.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Student at a media company with 501-1,000 employees
Robust debugging and plugin support improve coding productivity
Pros and Cons
- "Microsoft Visual Studio is a robust Microsoft product, very secure, with numerous extensions and plugins available, and it's a cross-platform development tool supporting development for any devices."
What is most valuable?
Microsoft Visual Studio is an IDE, or integrated development environment, which enables users to set up their own dev environment to code and build websites and then host them. Through Microsoft Visual Studio, users can host to cloud services with one button or one fly server. It's essentially an environment for coding; it's an IDE.
Microsoft Visual Studio is a robust Microsoft product. It is a very secure device and tool. It has numerous extensions and plugins available, and it's a cross-platform development tool, meaning development is possible for any other devices. It supports everything, provided you have the specific graphics for processing and a CPU with an intensive workload, a clock speed-based device.
IntelliSense in Microsoft Visual Studio can sense automatically. It can identify syntax errors and declarations if there are mistakes. It's extremely helpful during coding. With IntelliSense, issues can be rectified on the fly, either before or after compiling.
Microsoft Visual Studio's debugging tools are excellent and straightforward. Users can utilize a line-by-line debugging feature.
The built-in Git integration for source control in Microsoft Visual Studio has a simple setup process. Users just need to provide the repo link and grant access. The integration is seamless and helpful, allowing for easy code pushing and pulling.
Some of the most impactful plugins include static code analysis tools and GitHub Copilot. There are also JSON viewers, JSON parsers, and numerous third-party plugins available.
The performance profiling tools in Microsoft Visual Studio are effective. Once an application is ready, it can be tested with performance profiling. Users can perform performance upgrades, check function calling processes, identify redundant elements, and determine if code-level changes are needed for better processing.
What needs improvement?
Microsoft Visual Studio is performing well currently. One potential improvement would be integration with solutions such as Codespaces, where users can have their own virtual dev environment setup. A hybrid setup would be beneficial, particularly for users with low-performance PCs. A hybrid collaboration with Microsoft Visual Studio system where some processing occurs in the cloud would be more effective.
How are customer service and support?
The support and community forums for Microsoft Visual Studio are strong, deserving a solid eight out of ten rating.
How would you rate customer service and support?
Positive
What other advice do I have?
I have leveraged the plugin ecosystem to tailor my IDE experience. The overall rating for Microsoft Visual Studio is 8 out of 10.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Jul 16, 2025
Flag as inappropriateEnterprise Cloud Operations Lead at a tech vendor with 10,001+ employees
Unified coding workspace has streamlined infrastructure automation and collaboration across teams
What is our primary use case?
My main use case for Microsoft Visual Studio is writing code, specifically infrastructure as code to build resources in cloud platforms such as AWS EC2 instances, Google IAM resources, and networks within Azure.
A specific example of a project where I used Microsoft Visual Studio for infrastructure as code is creating Google Cloud projects. The project can be defined using Terraform, and I can write those scripts within Microsoft Visual Studio and execute them from there as well, using the built-in terminal.
I have also briefly used Microsoft Visual Studio for connecting to databases because there is an add-on for PostgreSQL, which allows me to see my code in one section and then connect to a database using my code in another section. That functionality is quite useful.
How has it helped my organization?
Microsoft Visual Studio impacts my organization positively because it is used across the organization to write, commit code, and execute code. It works as an environment for many engineers. The fact that everyone is on the same platform is very useful because it is very easy to teach colleagues how to use it.
What is most valuable?
Some of the best features Microsoft Visual Studio offers include a user-friendly UI element where you can download different themes, which is great because it allows you to read the code much clearer. There are many add-ons within Microsoft Visual Studio because I believe it is probably the most popular IDE out there, which leads to many useful add-ons. Additionally, I appreciate the fact that the terminal is built in, so you can execute your code in the same window rather than having to open a separate terminal and execute from that.
The built-in terminal is what I find myself relying on the most day-to-day because I use that every time I use Microsoft Visual Studio. It allows me to commit my code very quickly and also run shell scripts via the terminal that I might be editing as well. I use it heavily; I know some people do not use it as much and prefer a separate terminal, but I find that I am able to work much quicker and more efficiently using the built-in terminal.
The feature that makes Microsoft Visual Studio really stand out compared to other IDEs is the number of add-ons that it has, because with it being probably the most popular IDE, it has a lot of support. There really is not any other IDE you would want to use rather than Microsoft Visual Studio. The fact that it is free as well is pretty impressive.
What needs improvement?
I think Microsoft Visual Studio is a very good tool and I do not have many improvements to suggest. The only thing I can think of is that I quite regularly get notifications that interrupt my workflow, telling me that Microsoft Visual Studio could be updated. I would appreciate a feature where it can auto-update during times when I am not working so that it can update in the background because sometimes I am writing a script mid-concentration, or maybe I am using the built-in terminal and I am about to execute a command, and then a pop-up appears, derailing my train of thought.
For how long have I used the solution?
I have been using Microsoft Visual Studio for around five years.
What do I think about the stability of the solution?
Microsoft Visual Studio is stable.
What do I think about the scalability of the solution?
Microsoft Visual Studio is highly scalable; you can have thousands of engineers using it at the same time and because it is deployed locally on their machine, there would not be any scalability issues. The scalability is immense.
How are customer service and support?
I have never had to reach out for customer support, but because it falls under Microsoft, I presume organizations with a Microsoft support agreement would be able to reach out. I have interacted with Microsoft support in the past when using Azure, and they have always been very helpful, so I would imagine the support would be great.
How would you rate customer service and support?
Which solution did I use previously and why did I switch?
I have only ever used Microsoft Visual Studio in terms of IDEs in an enterprise environment. The only other IDE I have used is Replit, but that is for my own development. It is a very lightweight, web-based IDE, but there is no need to use a different IDE rather than Microsoft Visual Studio. It has everything you would want in an editor, which is why it is so prevalent in the industry.
What was our ROI?
From a cost savings perspective, I have definitely noticed improvements because there are some IDEs where you have to pay for a subscription to use it. I understand that the cost can really accumulate, especially if you have a huge engineering team using it. Whereas Microsoft Visual Studio, being free, completely eliminates the costs associated with using a different IDE. Teams can very easily see cost savings of 100 percent because you are going from something which did cost before to something which is free.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup costs, and licensing for Microsoft Visual Studio is that the pricing is free, which is perfect.
Which other solutions did I evaluate?
Before choosing Microsoft Visual Studio, I did not evaluate other options because it was always the option due to it being free and because it is the market leader.
What other advice do I have?
I would advise others looking into using Microsoft Visual Studio to use it because it is free, it is the market leader, and it has a ton of add-ons. There is really no reason not to use it. I gave this product a rating of ten out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Jan 20, 2026
Flag as inappropriatePartner Engineer at a tech vendor with 10,001+ employees
Coding has remained smooth and large custom log analysis is now fast and manageable
What is our primary use case?
My main use case for Microsoft Visual Studio is coding and looking at the logs. Whenever I have a log file which is very large, I open it in Microsoft Visual Studio because it can handle big files and then make it easy to search and scroll.
What is most valuable?
The best features Microsoft Visual Studio offers include being smooth in coding, allowing the opening of large projects and large files. Microsoft Visual Studio is smooth because it can handle large projects and open large files without hanging, and it still allows large search functionality.
Microsoft Visual Studio is one of the main tools that has impacted my organization positively. We can create custom plugins in Microsoft Visual Studio which are specific to our company and our organization, and use them, which is quite useful, and this has helped our team and projects.
What needs improvement?
Allowing coding for more formats in Microsoft Visual Studio could be an improvement. It should allow more formats when it comes to APLR coding and what I would like to see improved or added in this area.
For how long have I used the solution?
I have been using Microsoft Visual Studio for about five years.
What do I think about the stability of the solution?
I think Microsoft Visual Studio is stable.
What do I think about the scalability of the solution?
Millions of users use Microsoft Visual Studio worldwide, so I think it is quite stable in terms of scalability.
How are customer service and support?
I haven't interacted with customer support at all.
How would you rate customer service and support?
Which solution did I use previously and why did I switch?
We have been using Microsoft Visual Studio for some time, and I did not previously use a different solution.
How was the initial setup?
The IT team handles the pricing, setup cost, and licensing of Microsoft Visual Studio, so I have no idea about that.
What about the implementation team?
The IT team handles the pricing, setup cost, and licensing of Microsoft Visual Studio, so I have no idea about that.
What was our ROI?
I don't have insights into a return on investment, including relevant metrics, like time saved or fewer employees needed.
What's my experience with pricing, setup cost, and licensing?
The IT team handles the pricing, setup cost, and licensing of Microsoft Visual Studio, so I have no idea about that.
Which other solutions did I evaluate?
I don't think I evaluated other options before choosing Microsoft Visual Studio, as I was not part of the team which does that. I have no visibility into that.
What other advice do I have?
On a scale of one to ten, I would rate Microsoft Visual Studio a nine overall. I give it a nine because it does not support Android. The one thing that would make it a ten for me is related to the formats I mentioned. I think others looking into using Microsoft Visual Studio should use it, as it is a good tool. I would rate this product nine out of ten.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Dec 5, 2025
Flag as inappropriateIT Specialist at a financial services firm with 501-1,000 employees
Supports multi-language development and improves workflow tracking through version control
What is our primary use case?
Microsoft Visual Studio is used for development, including recent work with AI applications across many different areas of the organization.
What is most valuable?
The language is easy to use for linking with other databases and software. As a Microsoft product, it provides native integration, making it straightforward to communicate with Azure or any database within Azure through built-in integration capabilities.
The version control feature helped us easily retrieve previous versions and track logs to see where changes occurred and when they happened.
The ability to use multiple coding languages in one place is valuable, providing a comprehensive environment for everything.
What needs improvement?
AI integration is something that every company is trying to incorporate. While Microsoft Visual Studio is working very well currently, there is still room to improve the AI functionality.
For how long have I used the solution?
More than 10 years.
What do I think about the stability of the solution?
Microsoft Visual Studio is very stable.
What do I think about the scalability of the solution?
Scalability rates about seven out of ten.
How are customer service and support?
Microsoft sometimes has outsourced people with less knowledge on their support team. When we open a ticket, it often needs to be escalated to the next level to reach an expert, rather than being resolved at the first level. This sometimes wastes our time, but eventually they fix the issue for us.
How would you rate customer service and support?
Neutral
How was the initial setup?
The installation process is very easy and straightforward.
What was our ROI?
Microsoft Visual Studio provides a positive return on investment.
What's my experience with pricing, setup cost, and licensing?
The setup cost rates about eight out of ten.
What other advice do I have?
Different divisions in the organization may use AWS, though this is not something I am aware of directly. The organization primarily bases its operations on Azure. My overall rating for Microsoft Visual Studio is ten out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Microsoft Azure
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
Last updated: Nov 24, 2025
Flag as inappropriateAdvisor Cloud Master Architecture Azure AWS (USA, UK, Argentina) at a tech consulting company with 51-200 employees
Enables seamless cloud-native migration and robust debugging features
Pros and Cons
- "Microsoft Visual Studio is a very robust application where I can debug quickly and resolve issues efficiently with specific solutions designed for strong debugging."
What is our primary use case?
I use Microsoft Visual Studio to deploy and migrate different solutions from monolithic to 100% cloud-native solutions in Azure. When I have a client-server solution that is very monolithic, I can perfectly migrate it to Azure to create backends in different Kubernetes environments and utilize modern frontend technologies like React for a more efficient solution in cloud platforms.
What is most valuable?
Microsoft Visual Studio is a very robust application. I can read and analyze logs in C#. It's friendly with JavaScript, TypeScript, and Java, making many deployments guided for different solutions possible. The .NET library, although very old, is a very robust application for deployment in cloud settings, being friendly for working with functions and logic apps, which are best used for deploying .NET services. Visual Studio offers a great debugging tool where I can debug quickly and resolve issues efficiently with specific solutions designed for strong debugging.
What needs improvement?
The patching aspect can continue to be improved. Although Visual Studio has very expressive refactor solutions and efficient, reliable patching for code, there is always room for enhancement in these areas.
For how long have I used the solution?
I have been using Microsoft Visual Studio for more than twenty years.
What was my experience with deployment of the solution?
The deployment depends on the project as I use methodologies like Agile or Kanban, allowing the creation of very structured steps in projects. A big deployment can start for three to six months. Locally, when working with Azure, I deploy with Visual Studio on my local machine, integrating with the cloud when I publish.
What do I think about the stability of the solution?
Microsoft Visual Studio is a very robust and stable application, especially when I have integration with Azure DevOps.
What do I think about the scalability of the solution?
Microsoft Visual Studio is scalable in integrating with various cloud platforms and solutions for effective deployment.
How are customer service and support?
Microsoft's support is very strong, with good resources available when creating support tickets. They respond quickly and have professional resources for resolving different software or deployment issues. A very big library is available at dev.microsoft.com with many solutions for investigation.
How would you rate customer service and support?
Neutral
How was the initial setup?
The initial setup of Microsoft Visual Studio is not complex. I have been using it for maybe 10 to 15 years and it is the most robust application software for deployment.
What was our ROI?
The ROI depends on the contract I have with Microsoft. For example, in an Enterprise Agreement (ELA), Microsoft might provide free licenses for deployment. The ROI varies based on the company's agreements, and different subscription licenses are available like basic, standard, and business premium.
What's my experience with pricing, setup cost, and licensing?
The pricing for Microsoft Visual Studio is favorable. While many open-source solutions are available, none offer the robustness of Visual Studio, which includes a Marketplace for creating different add-ons and integration solutions for quality assurance.
Which other solutions did I evaluate?
I have knowledge of NetBeans, an open-source solution, but it does not have the robustness of Microsoft Visual Studio which offers a Marketplace to create different add-ons.
What other advice do I have?
I recommend Microsoft Visual Studio for different clouds as it can integrate with AWS, GCP, Huawei, and Red Hat OpenShift due to its add-ons. I rate Microsoft Visual Studio a nine out of ten. Despite rating it a nine, all features align well with my personal experience, reflecting no dissatisfaction on my part.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: May 6, 2025
Flag as inappropriateBuyer's Guide
Download our free Microsoft Visual Studio Report and get advice and tips from experienced pros
sharing their opinions.
Updated: January 2026
Product Categories
.NET Development ServicesPopular Comparisons
Buyer's Guide
Download our free Microsoft Visual Studio Report and get advice and tips from experienced pros
sharing their opinions.



