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
September 2026
Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: September 2026.
913,806 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.
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
    September 2026
    Learn what your peers think about Microsoft Visual Studio. Get advice and tips from experienced pros sharing their opinions. Updated: September 2026.
    913,806 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
    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
      Software engineer at Punjab Group
      Real User
      Jul 23, 2023
      Stable platform with efficient built-in features
      Pros and Cons
      • "The system can efficiently manage the databases."
      • "They could add new modules to the platform for enhanced functioning."

      What is our primary use case?

      The platform's use cases depend on the entire system diagram. For instance, if we have login software, it determines the users' access level. It helps admin users in uploading and managing user accounts. Other users can register, validate passwords, save, download, and upload tasks.

      What is most valuable?

      The system can efficiently manage the databases.

      What needs improvement?

      They could add new modules to the platform for enhanced functioning. If we have a new system, we can add new features and improve the product to make it better than the previous system.

      For how long have I used the solution?

      I have been using Microsoft Visual Studio's latest version, 6.0, for two years.

      What do I think about the stability of the solution?

      Visual Studio is stable.

      What do I think about the scalability of the solution?

      It is a scalable platform.

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

      Previously, we used Sublime for backend connectivity. We switched because Sublime is a basic and not a standard tool for companies. We can create only small projects using it. However, Microsoft Visual Studio is an open-source tool that offers a lot of technologies. With its help, we can develop applications in various languages, create Windows or iOS software, and even build console applications.

      How was the initial setup?

      The setup process is easy if we are already working on a project. It is complex if we want to create a new project from start to end. The time taken for deployment depends on what kind of project we are working with. In case of any queries, we refer to YouTube videos, ChatGPT, and Google to find the solutions.

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

      I'm using the platform's open-source version.

      What other advice do I have?

      If you're working on a simple project, Microsoft Visual Studio might be more than you need. You can go for it if you plan to create bigger software. It offers a wide range of built-in features. I rate it a nine out of ten.

      Disclosure: My company does not have a business relationship with this vendor other than being a customer.
      PeerSpot user
      Deni Herdian - PeerSpot reviewer
      Director at Herdian Informatika
      Real User
      Top 20
      Dec 13, 2022
      Helps with creating and managing projects, and writing code
      Pros and Cons
      • "Microsoft Visual Studio helps my company improve efficiency in software development suites."
      • "Microsoft Visual Studio can improve integration with the Microsoft Office suite; this was only implemented in 2022."

      What is our primary use case?

      The early use of Microsoft Visual Studio was for developing and creating software applications. Then, with technology development, I used Microsoft Visual Studio to create cross-platform software applications such as web, mobile, and desktop applications. 

      Microsoft Visual Studio also provides debugging tools, project management tools, and source control which makes project management easier for me - especially after I combine it with Git

      Microsoft Visual Studio allows me to create and manage projects, write code, and debug and test applications. Also, it helps me with advanced features to develop applications for the cloud, IoT, and AI.

      How has it helped my organization?

      Microsoft Visual Studio helps my company improve efficiency in software development suites. 

      It includes various features, such as an integrated development environment, source control, debugging, and deployment tools. 

      Visual Studio also enables teams to collaborate and share code more efficiently. This can help companies streamline development processes and reduce time spent on repetitive tasks. 

      Additionally, Visual Studio provides a comprehensive set of debugging tools that can help enterprises quickly identify and resolve issues. 

      Finally, Visual Studio offers a suite of features that allow companies to customize their development environment, such as templates and extensions, that can help them optimize their workflow.

      What is most valuable?

      Sometimes being able to complete one line of code with many functions and lines requires a lot of mental and physical precision. However, Microsoft Visual Studio helped me with IntelliSense. IntelliSense helped me with autocomplete and code snippets to help speed up development. It also helps me quickly find and deploy the right code. 

      Apart from that, in terms of development, my team and I sometimes continue to improve and perfect the website or application that is being worked on so that everything is neat and well-tracked. For that, I use version control. Version control is a feature built into Visual Studio that helps me manage and track changes to the code I'm working on. This helps ensure that teams work from the same codebase and can quickly roll back to a previous version if needed.

      What needs improvement?

      Microsoft Visual Studio can improve integration with the Microsoft Office suite; this was only implemented in 2022. Why this is important is that almost all companies have MS Office to work with, and nowadays, automation is becoming an effective role model to increase company efficiency and can save operational costs and purchase technology licenses. 

      Microsoft Visual Studio can be used to create applications that integrate directly with the Microsoft Office suite. This includes Office applications such as Word, Excel, PowerPoint, and Outlook. With this integration, enterprises can create powerful applications that utilize existing Office features and capabilities. 

      For example, I can use Visual Studio to create a custom Excel add-in that adds new features and capabilities to a spreadsheet application. Then I can also create Outlook add-ins that provide additional functionality to the email client. Additionally, Visual Studio could be used to create applications that interact with Office documents, enabling companies to develop sophisticated applications that interact with Office documents in new and exciting ways.

      For how long have I used the solution?

      I've been using Microsoft Visual Studio for about four years for code editing, debugging, test tracking, and GUI development.

      What do I think about the stability of the solution?

      Microsoft Visual Studio is a very stable development environment. It's been around for years and has a proven track record of reliability. 

      It is updated regularly with new features and bug fixes and is designed to be highly customizable and expandable. 

      With a comprehensive set of tools and debugging capabilities, Visual Studio provides the ideal development environment for me or company interns. Overall, Microsoft Visual Studio has a very stable and reliable development environment.

      What do I think about the scalability of the solution?

      Microsoft Visual Studio is a comprehensive development environment with tools for various development needs. 

      It is designed to scale easily across projects running in companies of all sizes and complexities. 

      Visual Studio is highly scalable and provides developers with powerful features that help me build robust and efficient applications. 

      Visual Studio supports multiple languages and technologies, such as .NET, C#, C++, HTML, JavaScript, and more. It also provides an intuitive interface for quickly building, debugging, and deploying applications. Plus, Visual Studio is highly extensible, letting me customize the IDE to suit my particular needs. 

      Visual Studio also includes various integrations with popular third-party tools and services, such as GitHub, Azure, and others. With its scalability, Visual Studio is a great choice for teams.

      How are customer service and support?

      Technical support is very helpful for directing our problem to a solution precisely and quickly.

      How would you rate customer service and support?

      Positive

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

      I didn't switch from another platform or vendor. That said, I combined something with Visual Studio Code. There are some plugins that only I can use in Visual Studio Code and the Visual Studio Code community is more active.

      How was the initial setup?

      The initial setup is a little complex and needs to be adjusted to the device used.

      What about the implementation team?

      With an in-house team, we could handle the setup ourselves.

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

      For setup costs, I suggest making Microsoft Visual Code the main tool for final testing before releasing it to the public. Subscribing to Microsoft Visual Studio will be quite expensive for a small company. Therefore, other teams can use open-source coding tools.

      Which other solutions did I evaluate?

      I did evaluate Eclipse IDE.

      What other advice do I have?

      I like the price-sharing method and direct support for developers from Microsoft.

      Which deployment model are you using for this solution?

      Private Cloud
      Disclosure: My company does not have a business relationship with this vendor other than being a customer.
      PeerSpot user