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
December 2025
Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: December 2025.
879,455 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
Last updated: Apr 16, 2025
Flag as inappropriateBuyer's Guide
Microsoft Visual Studio
December 2025
Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: December 2025.
879,455 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.
Last updated: Apr 16, 2025
Flag as inappropriateStudent 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 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 inappropriateCTO at a healthcare company with 11-50 employees
Easy to use, works well in the Microsoft Windows ecosystem, and integrates well with Git
Pros and Cons
- "Microsoft Visual Studio is a must-have tool if you work in Windows environments."
- "Long installation or upgrade times are sometimes a problem."
What is our primary use case?
My first use case was to develop Microsoft Windows tools in .Net Framework (formerly from 3.5). Later I developed web platforms in ASP .NET and lately, I have developed APIs in both .NET Framework and NET Core, the latest in NET 6.
The platforms that I develop in Windows environments and do not have CI/CD systems I deploy them directly from Visual Studio. The entire Windows ecosystem is well managed by Visual Studio.
When I program in Microsoft Windows I usually use Visual Studio.
How has it helped my organization?
Microsoft Visual Studio is a must-have tool if you work in Windows environments.
Organizations working on a large number of workstations or organizations that are just starting out have a complete tool for use in several versions, most popularly free. So starting or developing a project under these conditions is extremely affordable.
But back to the main feature, with Microsoft Visual Studio you have a Swiss army knife of software development (integration, development, debugging, and deployment) complete and free in its most popular version.
What is most valuable?
The features I found most valuable are those related to the Microsoft Windows ecosystem. The famous umbrella that Microsoft extends over its products.
Working with Azure or SQL Server (connect, implement, deploy, etc.) is extremely easy, a common feature in all Microsoft products.
Deploying to Azure or Windows Server with IIS is also extremely easy and enjoyable.
Finally, integration with Git has improved a lot in the latest versions, as well as integration with GitHub and Copilot.
What needs improvement?
Efficiency is the main focus. Since Visual Studio's inception, it has been a race of constant improvements and attempts to improve the efficiency of the tool in every release. However, crashes and freezes are common when you work with the tool for a long time. The problems get worse when you have more than one project under development and then you need a very powerful computer to be able to perform complex developments. Even having a very powerful computer, as in my case, does not prevent you from having freezes from time to time.
Long installation or upgrade times are sometimes a problem.
For how long have I used the solution?
I've used the solution for more than ten years.
Which solution did I use previously and why did I switch?
I had previously tried other environments such as Atom or Sublime Text, but none offered the capabilities of Microsoft Visual Studio.
What's my experience with pricing, setup cost, and licensing?
The most popular version of Microsoft is the Visual Studio 2022 Community Edition. Making it free gives it a boost in all types of organizations.
Which other solutions did I evaluate?
I had previously tried other environments such as Atom or Sublime Text. Lately, Visual Studio Code has become very popular and I used it eventually.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Advisor 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: December 2025
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.




