No more typing reviews! Try our Samantha, our new voice AI agent.
reviewer2783904 - PeerSpot reviewer
Senior Product Manager at a tech vendor with 1,001-5,000 employees
Real User
Top 20
Dec 3, 2025
Standardized collaboration has improved prototyping workflows and simplifies debugging tasks
Pros and Cons
  • "Microsoft Visual Studio has positively impacted my organization by providing a standardized interface, making it easy to collaborate across teams."
  • "I think Microsoft Visual Studio can be improved because sometimes the setup can be a little bit complicated and it seems sometimes a little bit bloated, with a large download for what it is."

What is our primary use case?

My main use case for Microsoft Visual Studio is prototyping different products, different features, and functionality. For example, I have used Microsoft Visual Studio for prototyping by creating a database layer to some app builder. I do not work on other types of projects or features with it.

What is most valuable?

The best features Microsoft Visual Studio offers are its relatively easy usability and pretty good debugging features.

When I mention the debugging features, a particular function within Microsoft Visual Studio's debugger that stands out to me is how you can attach to running processes, stop the code, and see what's happening, including the status of variables and other information.

Microsoft Visual Studio has positively impacted my organization by providing a standardized interface, making it easy to collaborate across teams. It's easy to help other people out or get help because everybody knows it. Having that standardization has indeed led to measurable improvements; it makes onboarding fast because it's somewhat of a standard that everybody knows. So it's easy for everybody to get into it and start working.

What needs improvement?

I think Microsoft Visual Studio can be improved because sometimes the setup can be a little bit complicated and it seems sometimes a little bit bloated, with a large download for what it is. There is nothing about performance, usability, or updates that needs to be discussed.

For how long have I used the solution?

I have been using Microsoft Visual Studio for over ten plus years.

Buyer's Guide
Microsoft Visual Studio
July 2026
Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: July 2026.
908,834 professionals have used our research since 2012.

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?

From my perspective, I cannot really answer about Microsoft Visual Studio's scalability because I only run one instance, but it seems to be scaling fine if the entire company is using it.

How are customer service and support?

I have never used customer support for Microsoft Visual Studio; I always just go online and search if I have any questions.

Which solution did I use previously and why did I switch?

I did not previously use a different solution before Microsoft Visual Studio; we kind of always used that.

What was our ROI?

From my side, Microsoft Visual Studio certainly saves time because I know it, so it's easier for me to use; from a company perspective, I cannot really know the metrics.

What's my experience with pricing, setup cost, and licensing?

I do not really handle pricing, setup cost, and licensing because that is managed through the corporate; I'm not dealing with this. For private use, the free version worked pretty well when I used it, although it was missing some vital features.

Which other solutions did I evaluate?

Before choosing Microsoft Visual Studio, we did not evaluate other options; we always use Microsoft Visual Studio.

What other advice do I have?

My advice to others looking into using Microsoft Visual Studio is to know that there's a lot of information about it out on the internet, so if you run into any issues, you can easily look it up. I gave this review a rating of eight 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: Dec 3, 2025
Flag as inappropriate
PeerSpot user
Student at a media company with 501-1,000 employees
Real User
Top 5
Jul 16, 2025
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.
    PeerSpot user
    Buyer's Guide
    Microsoft Visual Studio
    July 2026
    Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: July 2026.
    908,834 professionals have used our research since 2012.
    Rajnish-Sharma - PeerSpot reviewer
    Senior technical project manager at net solutions
    Real User
    Top 5
    Jul 31, 2023
    Allows for easy integration with other tools such as MS Teams
    Pros and Cons
    • "The code analysis tool is particularly valuable as it eliminates the need for manual code reviews."
    • "Sometimes, the deprecation of packages can be a challenge."

    What is our primary use case?

    We use Visual Studio for website development and related tasks. It's been quite helpful for us.

    What is most valuable?

    From a professional perspective, I've been using Visual Studio since childhood, so I find it very useful. The code analysis tool is particularly valuable as it eliminates the need for manual code reviews. 

    Many essential features are built-in, making it a great tool. Additionally, it allows for easy integration with other tools like MS Teams, which enhances its usefulness.

    What needs improvement?

    Sometimes, the deprecation of packages can be a challenge. Although Visual Studio provides suggestions when we compile and encounter deprecated packages, it can still be confusing. Even after multiple attempts, we may struggle to fix these deprecated packages and related issues. So, it is one of the areas of improvement in Visual Studio. 

    I have been working on a website that I inherited from a client, and when I tried to run it on my system, I discovered that some of the packages were either depreciated or no longer in use. It would be helpful if Visual Studio could suggest and handle such unused packages in a more user-friendly manner.

    I am suggesting this as an area of improvement because recently I was working on a bigger client project. The project was functioning correctly on my system but not on another system. Later, I found that some packages were depreciated, which might have caused the issue. However, we couldn't determine the exact reason for the difference in behavior because we used the same ZIP file and the same Visual Studio version. Then, when the person tried to run the same code on her system, it didn't work. It seemed to be related to the deprecated packages. Ultimately, the solution we eventually found was to set up a new system for her, reinstalling Microsoft Visual Studio and related components. 

    Another area that could greatly benefit from Microsoft within Visual Studio is unit testing. It's a pain point for every software developer. If Microsoft can provide better tools or features related to unit testing, it would be really helpful. Especially when working on complex projects, writing comprehensive test cases can be time-consuming. However, clients often cannot afford to pay for that additional time in the competitive market. 

    So in future releases, having some automation capabilities or built-in support for generating test cases would be great. Although we can integrate third-party automation testing tools, they are often paid solutions. For example, I've noticed the presence of plugins like ChatGPT in Visual Studio Code, but I'm not fully aware of their capabilities. Therefore, if Visual Studio could offer some level of automation for test cases, it would be a valuable addition. 

    For how long have I used the solution?

    I have been using Microsoft Visual Studio for over 15 years. 

    What do I think about the stability of the solution?

    I would rate the stability of Visual Studio a ten out of ten.

    What do I think about the scalability of the solution?

    Microsoft has gained a lot of confidence in the market, so I would rate the scalability of Visual Studio around eight out of ten.

    Based on my recent experience, sometimes, we faced difficulties with the same set of codes. Therefore, considering the recent incident, I leaned toward an eight and not a ten for scalability. 

    In my company, around 20 people are using this solution.

    How was the initial setup?

    The initial setup is very simple. Microsoft has made it very easy to set up.

    What's my experience with pricing, setup cost, and licensing?

    Price-wise, it is good. We are using the paid versions, and the price is reasonable. For our company, it's a genuine price.

    Which other solutions did I evaluate?

    I have only worked with Visual Studio. 

    What other advice do I have?

    Overall, I rate it a ten. It's very user-friendly and feature-rich.

    However, there's always room for improvement in the product. Features like automation test cases to meet market requirements would be beneficial.

    Which deployment model are you using for this solution?

    Private Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    VijaySarade - PeerSpot reviewer
    Software Engineer at Varian Medical Systems, Inc.
    Real User
    Top 20
    Dec 18, 2023
    A stable solution that provides advanced design and reporting features
    Pros and Cons
    • "We can use different .NET features."
    • "The solution must provide user-friendly features."

    What is our primary use case?

    We use the solution for Windows applications and different .NET features. We also use the BI tools.

    What is most valuable?

    I like the design tools. Nowadays, it is very advanced. We can use different .NET features.

    What needs improvement?

    We have different platforms available for web development. The solution must provide user-friendly features. We get updates frequently. Multiple versions are released within a short period. We need to keep updating the solution.

    For how long have I used the solution?

    I have been using the solution for more than ten years.

    What do I think about the stability of the solution?

    I rate the tool’s stability an eight out of ten. We need to consider a lot of things while creating projects on Visual Studio. There are a lot of dependencies to add and maintain.

    What do I think about the scalability of the solution?

    The tool is scalable. There are more than 1000 users in our organization.

    How are customer service and support?

    We have used Microsoft’s support for SQL Server Reporting Services. Sometimes, we do not receive prompt responses. We have to work with different teams and need to wait for resolutions.

    How was the initial setup?

    The setup is straightforward. We update the product when we get information from our teams.

    What about the implementation team?

    The deployment can be done in-house.

    What was our ROI?

    The solution has benefited us. The users are really happy to use the product for reporting purposes. It has many features.

    What other advice do I have?

    I recommend the solution to others. Overall, I rate the tool an eight out of ten.

    Which deployment model are you using for this solution?

    Hybrid Cloud
    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    Nishan Timilsina - PeerSpot reviewer
    Mobile Engeneer at ServiceLInk inc
    Real User
    Aug 3, 2022
    Beneficial UI functionality, complete development kit, and performs well
    Pros and Cons
    • "The most valuable features of Microsoft Visual Studio are the UI functionality where you can do software development. Everything is available there that you need. You can create the UI, and code, develop and compile it."
    • "My advice to others is Microsoft Visual Studio is a good tool for development."
    • "Microsoft Visual Studio can improve by adding more features to the Mac version. There are a lot of features lacking in the Mac version, there are limitations. I can install Microsoft Visual Studio on the Mac operating system, but it is not the same as if I installed it on a Microsoft Windows system. The Microsoft Windows version has a lot of features available in Microsoft Visual Studio."

    What is our primary use case?

    I'm using Microsoft Visual Studio for developing mobile applications using Xamarin. It's similar to a software development kit (SDK).

    What is most valuable?

    The most valuable features of Microsoft Visual Studio are the UI functionality where you can do software development. Everything is available there that you need. You can create the UI, and code, develop and compile it.

    What needs improvement?

    Microsoft Visual Studio can improve by adding more features to the Mac version. There are a lot of features lacking in the Mac version, there are limitations. I can install Microsoft Visual Studio on the Mac operating system, but it is not the same as if I installed it on a Microsoft Windows system. The Microsoft Windows version has a lot of features available in Microsoft Visual Studio.

    For how long have I used the solution?

    I have been using Microsoft Visual Studio for approximately nine years.

    What do I think about the stability of the solution?

    The stability of Microsoft Visual Studio is good.

    What do I think about the scalability of the solution?

    Microsoft Visual Studio is scalable. I can write a lot of code and there is not any problem with performance.

    We have approximately 200 IT department people using this solution in my organization.

    How are customer service and support?

    When we have an issue we generally put it in the online forum or email to receive a reply. They provide a response within 24 hours, which is good.

    What's my experience with pricing, setup cost, and licensing?

    The price of Microsoft Visual Studio is approximately $400 annually.

    What other advice do I have?

    My advice to others is Microsoft Visual Studio is a good tool for development. It is easy to handle and use, and it has a clean UI design. Overall it is not complicated. Anyone can use it to develop any web application or mobile application. It's cross-platform, it can run on Microsoft Windows and macOS. The cross-platform features are good.

    I rate Microsoft Visual Studio a nine out of ten.

    Which deployment model are you using for this solution?

    Public Cloud
    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    Advisor Cloud Master Architecture Azure AWS (USA, UK, Argentina) at cstechlab
    Real User
    Top 10
    May 6, 2025
    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.
      PeerSpot user
      reviewer2308848 - PeerSpot reviewer
      Architect at a computer software company with 501-1,000 employees
      Real User
      Dec 19, 2023
      Robust development solution that improves productivity
      Pros and Cons
      • "The valuable feature is that it provides a basic template for everything and built-in debugging tools. They definitely save me time."
      • "The hot reload feature is good, but sometimes it doesn't work. It could be improved."

      What is our primary use case?

      We use it for project development, including tasks such as web API, hosted services, mini-tests, and more.

      What is most valuable?

      The valuable feature is that it provides a basic template for everything and built-in debugging tools. They definitely save me time.

      Compared to 2019, the 2022 version runs much smoother. The older version used to freeze if I had too many consoles open. The 2022 version is lighter and performs significantly better. Also, the ID itself is quite lightweight.

      The UI is fine; they've kept it consistent for a while now, so it's familiar.

      What needs improvement?

      The hot reload feature is good, but sometimes it doesn't work. It could be improved. 

      Also, the solution is heavy. If it could become lighter, it would attract a larger user base.

      For how long have I used the solution?

      I have used the solution since 2008, so for the past 15 years. I’m currently using the latest version from 2022.

      What do I think about the stability of the solution?

      The solution is highly stable. I rate it a nine out of ten, with ten being the highest.

      What do I think about the scalability of the solution?

      If you have multiple windows open, up to three is fine. However, when you exceed three windows, especially on individual laptops, it tends to slow down the system. It is heavy; it is not a light solution. 

      We have around ten users for the solution.

      How was the initial setup?

      The setup process is straightforward, the only thing is the downloadable file is a bit large in size. The deployment process is quite simple. 

      You just need to download the file, double-check it, have an administrator, and you're good to go. It takes approximately 20 minutes to complete the setup.

      What about the implementation team?

      It can be implemented in-house. We have to keep the updates running; that is it. There is no other maintenance required. 

      What's my experience with pricing, setup cost, and licensing?

      I would rate the solution a seven on a scale from one to ten, with one being the most affordable and ten being the most expensive.

      What other advice do I have?

      I recommend the solution to all. It enhances productivity. Overall, I rate the solution a nine 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.
      PeerSpot user
      Technical Team Lead at Bosla
      Real User
      Dec 15, 2023
      Intuitive database technology with robust integrated development environment, offering high scalability, excellent collaboration features and strong stability
      Pros and Cons
      • "Notably, the Enterprise version facilitates seamless integration with Microsoft products, leveraging the ease of connectivity within the Microsoft ecosystem."
      • "Despite its advantages, challenges in diverse cloud environments may prompt the uninstallation of the application or entire development environment for resolution."

      What is our primary use case?

      We use it for comprehensive support in software development, encompassing tasks such as code writing, unit testing, and deployment to both cloud and on-premises services.

      How has it helped my organization?

      It proved versatile for diverse purposes, serving as a valuable tool for developing solutions across web, desktop, and mobile platforms. It facilitated not only coding activities but also aided in managing repositories and deploying applications to various environments, whether they be cloud-based or on-premises infrastructure.

      What is most valuable?

      Within Visual Support, there are three versions available, each housed in distinct containers. I'm focusing on the Enterprise version due to its customizable nature. This version boasts additional features, such as a pricing application for enhanced functionality and comprehensive unit testing coverage. The testing capabilities extend to diverse features, providing a thorough examination of different aspects. Notably, the Enterprise version facilitates seamless integration with Microsoft products, leveraging the ease of connectivity within the Microsoft ecosystem. Moreover, it supports integration with open-source products, including Python, allowing for a flexible and inclusive approach to development.

      What needs improvement?

      When using Visual Support for web development, challenges arise when specific components require hardware configurations beyond the application's scope. Efforts are directed at enhancing the IDE and introducing features for seamless collaboration, extending to Azure with the Explore version. This version incorporates "live share," enabling real-time code collaboration among team members. Despite its advantages, challenges in diverse cloud environments may prompt the uninstallation of the application or entire development environment for resolution.

      For how long have I used the solution?

      I have been working with it for approximately thirteen years.

      What do I think about the stability of the solution?

      The stability is noteworthy because Visual Studio offers both a release and a preview version. The release version is reliable, free of issues, and suitable for general use. However, for those seeking additional features and improvements, the preview version is available. This version allows users to test new features directly and report any issues to the community for resolution. While encountering some issues in the preview version, they are typically addressed promptly through community feedback, resulting in a stable and refined release version shortly thereafter. I would rate it eight out of ten.

      What do I think about the scalability of the solution?

      High scalability makes it a strong recommendation, especially for enterprise-level development, given its robust capabilities as an integrated development environment. I would rate it ten out of ten.

      How are customer service and support?

      I've interacted with Microsoft support, but the community support for Visual Studio testing has been particularly outstanding. Unlike conventional support, the community channels provide an open and collaborative environment, similar to open-source platforms. This allows users to easily report issues, open discussions, and communicate effectively, making it a gateway to a more responsive and interactive support experience.

      Which solution did I use previously and why did I switch?

      Having used various products at different companies, I must highlight that Microsoft's development technology, particularly in the realm of databases, has proven to be more intuitive and superior. It demonstrated a higher level of user-friendliness and efficiency.

      How was the initial setup?

      The initial setup is straightforward. Simply download the controller and proceed with the installation, selecting the desired options for a new environment and clicking through the prompts. I would rate it nine out of ten.

      What about the implementation team?

      Setting it up in the initial stages used to be a time-consuming process, often taking more than an hour. This was primarily due to the need to download setup data, often distributed on CDs or DVDs, and then proceed with the installation. Additionally, a decade ago, machines were not as swift, further extending the setup time. However, in recent years, there's been a more efficient option. Users now have two options: an online installation and an offline installation. For the online version, users simply download it and direct it to the storage directory on their machines.

      What's my experience with pricing, setup cost, and licensing?

      The pricing varies depending on the version, and with three options available (Community, Professional, and Enterprise), you can choose based on your needs. While the enterprise version can be relatively expensive due to its comprehensive features, I find the license I currently possess to be reasonable, considering it includes the full suite without additional activations or charges.

      What other advice do I have?

      Overall, I would rat it 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.
      PeerSpot user
      Andres  Alberdi - PeerSpot reviewer
      General manager at ESOFT
      Real User
      Sep 1, 2023
      Comes with Azure DevOps integration which helps to check code quality but needs to improve documentation
      Pros and Cons
      • "My company works with outsourced programmers. The solution helps us to test, integrate and foresee the code quality. We can trace the development stages."
      • "Visual Studio Team System needs to improve documentation."

      What is our primary use case?

      I use the Visual Studio Team System for programming. 

      How has it helped my organization?

      My company works with outsourced programmers. The solution helps us to test, integrate and foresee the code quality. We can trace the development stages. 

      What is most valuable?

      I like Azure DevOps integration and the nativeness of the C#. 

      What needs improvement?

      Visual Studio Team System needs to improve documentation. 

      For how long have I used the solution?

      I have been using the solution for ten years. 

      What do I think about the stability of the solution?

      I rate the solution's stability a nine out of ten. 

      What do I think about the scalability of the solution?

      I rate the product's scalability a nine out of ten. 

      What's my experience with pricing, setup cost, and licensing?

      Visual Studio Team System is expensive, but it is worth the money. 

      What other advice do I have?

      You can start using the community edition first. I rate the tool an eight out of ten. 

      Disclosure: My company does not have a business relationship with this vendor other than being a customer.
      PeerSpot user
      Senior Software Developer at a computer software company with 10,001+ employees
      Real User
      Jul 31, 2023
      With a very easy installation, the solution also offers good technical support to its users
      Pros and Cons
      • "The installation of the solution is easy."
      • "The time that it takes to load the application can be reduced"

      What is our primary use case?

      I am using Microsoft Visual Studio for development and C-sharp coding.

      What is most valuable?

      In our organization, we use it for debugging while installing and using whatever package we require. Hence, it is an independent platform, which adds to some of its useful features.

      What needs improvement?

      The time that it takes to load the application can be reduced. The aforementioned details can be considered for improvement.

      For how long have I used the solution?

      I have been using Microsoft Visual Studio for nearly three years. 

      What do I think about the stability of the solution?

      It is a stable solution. Stability-wise, I rate the solution a ten out of ten.

      What do I think about the scalability of the solution?

      It is a scalable solution, and it is very easy to scale. Scalability-wise, I rate the solution a ten out of ten.

      There are so many people using it owing to the fact that it is similar to a credit card system.

      The solution is suitable for medium enterprises.

      How are customer service and support?

      The technical support is good. I rate the technical support a ten out of ten since I don't have any issues with the support.

      How would you rate customer service and support?

      Positive

      Which solution did I use previously and why did I switch?

      Previously, I was using HTML Editor for JavaScript coding. I got into development, and that's why I switched to Microsoft Visual Studio.

      How was the initial setup?

      The installation of the solution is easy.

      I don't have any cloud, but there is some setup file available for installation, and I use that.

      We use Microsoft VSTS to deploy CI/CD pipelines, so it automatically builds the application and publishes it. Therefore, we don't face any problems.

      There are two engineers taking care of the deployment.

      The solution doesn't require any maintenance.

      Which other solutions did I evaluate?

      I had evaluated some other options. I chose to go with Microsoft since my organization's technology is based on Microsoft, which is why it is easier to work with Microsoft Visual Studio.

      What other advice do I have?

      Microsoft Visual Studio is a vast application. We need to explore more and make use of it. I would definitely recommend the solution to those planning to use it.

      I rate the overall solution a nine 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.
      PeerSpot user