Microsoft

Our Favorite NEW Visual Studio Features of 2024

Last year, the Visual Studio team delivered many new developer-focused improvements and AI integrations, many of which came directly from your feedback on Developer Community. In this post, we highlight the team’s favorite features from 2024 that boost productivity, streamline workflows, and enhance your coding experience. Let’s dive in! Image Hover Preview: See your images […]
The post Our Favorite NEW Visual Studio Features of 2024 appeared first on Visual Studio Blog.
Microsoft

Join us at VS Live! 2025 Las Vegas

Join Your Favorite Speakers at VS Live! Las Vegas With the new year here, many developers are looking for the best ways to stay ahead in a rapidly evolving tech landscape. That’s why Visual Studio Live! Las Vegas, March 10-14, 2025, is a must-attend event! Stay ahead of the curve with the latest enhancements in […]
The post Join us at VS Live! 2025 Las Vegas appeared first on Visual Studio Blog.
Microsoft

Power BI January 2025 Feature Summary

Welcome to the January 2025 update!

Get ready to elevate your data analysis experience! We’re thrilled to announce a series of powerful new features designed to make exploring your data easier and more intuitive than ever. With the addition of the &...
Microsoft

Enhanced Change Signature in C++

Change Signature allows you to modify a function’s parameters, including reordering, adding, removing, or altering them across various locations. Previously, the Change Signature feature in Visual Studio involved multiple clicks and nested pop-up windows. In Visual Studio 2022 version 17.12, we’ve reduced the number of clicks and eliminated these nested steps to streamline the process. […]
The post Enhanced Change Signature in C++ appeared first on Visual Studio Blog.
Microsoft

Benchmarking with Visual Studio Profiler

In Visual Studio 17.13 Preview we have released our updated BenchmarkDotNet diagnosers, allowing you to use more of the tools in the performance profiler to analyze benchmarks. With this change it is super quick to dig into CPU usage and allocations of benchmarks making the measure, change, measure cycle quick and efficient. Benchmarking a real […]
The post Benchmarking with Visual Studio Profiler appeared first on Visual Studio Blog.
Microsoft

Unlocking insights with Meter Histogram in the profiler

Are you struggling with performance bottlenecks in your applications? Look no further! Visual Studio 2022 introduces the Meter Histogram feature in its performance profiling suite, providing you with the tools to analyze and visualize histogram data like never before. The Meter Histogram is a key enhancement to Visual Studio’s performance profiling suite. This feature enables […]
The post Unlocking insights with Meter Histogram in the profiler appeared first on Visual Studio Blog.
Microsoft

Dock the Code Search window in Visual Studio 2022

Ever felt frustrated with the search window cluttering your workspace? The latest feature in Visual Studio 2022 gives you more control over the behavior of the Code and Feature Search window, making your search experience smoother and more efficient. Some users have shared that the search window feels intrusive, interrupting your work by appearing mid-screen […]
The post Dock the Code Search window in Visual Studio 2022 appeared first on Visual Studio Blog.
Microsoft

Go to line anywhere with Code Search for Visual Studio 2022

Finding the exact line of code where an issue is occurring can be like searching for a needle in a haystack. Whether you are debugging an error on line 43 of a file or diving into a specific section of code, you can efficiently jump to the right places with this newest addition to Code […]
The post Go to line anywhere with Code Search for Visual Studio 2022 appeared first on Visual Studio Blog.
Microsoft

Connect securely to your Azure resources

Visual Studio 2022’s Connected Services features are being updated to help you start secure. In the past, for example with Azure Storage, we’d inject the entire connection string into your configuration. With this update, we’ve removed the secrets from the UX – and from what we save to configuration – altogether. This means your code […]
The post Connect securely to your Azure resources appeared first on Visual Studio Blog.
Microsoft

Security updates to Azure publishing from Visual Studio

Visual Studio 2022 introduces a new feature to improve the security of publishing applications to Azure App Service. This feature is designed to disable Basic Authentication and enable integrated security for a more secure publishing process. Basic Authentication has been identified as a less secure method for managing app deployments. Visual Studio 2022 addresses this […]
The post Security updates to Azure publishing from Visual Studio appeared first on Visual Studio Blog.
Microsoft

GitHub Copilot Free is here in Visual Studio

If you haven’t already heard, GitHub just announced Copilot Free! And great news: you can already start using Copilot Free right now in Visual Studio. It’s available now, and we’re putting the finishing touches on a more streamlined experience in January. We’re excited to bring these benefits to the entire Visual Studio family. With Copilot […]
The post GitHub Copilot Free is here in Visual Studio appeared first on Visual Studio Blog.
Microsoft

Microsoft Cost Management—2024 year in review 

Introduction  The year 2024 was all about accelerating advancements in AI technologies with improved and much more powerful language models, agent eco-systems and accompanying tools to build them, and of course advancements in the silicon layer. As companies adopt these new technologies, they are also focused on the ROI (Return on investment) and you as
The post Microsoft Cost Management—2024 year in review  appeared first on Microsoft Azure Blog.
Azure

Announcing the o1 model in Azure OpenAI Service: Multimodal reasoning with “astounding” analysis

We are pleased to announce that the o1 model is coming soon to Microsoft Azure OpenAI Service. This multimodal model brings advanced reasoning capabilities and improvements that will significantly enhance your AI applications and solutions. The o1 model supports both text and vision inputs, making it ideal for a wide range of applications from complex problem-solving to contextual AI experiences.
The post Announcing the o1 model in Azure OpenAI Service: Multimodal reasoning with “astounding” analysis appeared first on Microsoft Azure Blog.
Azure

Refresh your Find results

Are you tired of having to repeatedly launch the Find window in Visual Studio to update your search results? Whether you’ve just refactored some code or pulled recent changes, having to redo a search to get updated results is no longer necessary. With the new refresh option, you can now update your Find results without […]
The post Refresh your Find results appeared first on Visual Studio Blog.
Microsoft

Power BI 2024 Holiday recap

Season’s greetings, Power BI Community! As we wrap up an incredible year, the Microsoft Power BI team is taking a break for December. All planned updates will roll out in January including the next Power BI Desktop release. As we approach another...
Microsoft

Unveiling the future of AI innovation for ISVs

At Microsoft Ignite in November 2024, we announced offerings and resources to empower software companies in the landscape of AI-powered experiences.
The post Unveiling the future of AI innovation for ISVs appeared first on Microsoft Azure Blog.
Azure

Enhance the security and operational capabilities of your Azure Kubernetes Service with Advanced Container Networking Services, now generally available

With the increased adoption of cloud-native technologies, containers and Kubernetes have become the backbone of modern application deployments. Microservices-based container workloads are easier to scale, more portable, and resource-efficient. With Kubernetes managing these workloads, organizations can deploy advanced AI and machine learning applications across diverse compute resources, significantly improving operational productivity at scale. With this
The post Enhance the security and operational capabilities of your Azure Kubernetes Service with Advanced Container Networking Services, now generally available appeared first on Microsoft Azure Blog.
Azure

Power BI October 2024 Feature Summary

We have a lot of exciting updates to share with you this month.

Quick measure suggestions with Copilot to be replaced with Microsoft Fabric Copilot, we have an update with Azure Map – Data Bound Reference Layers, and a preview of New List Slic...
Microsoft

Easier localization with the new resource (.resx) manager

If you’re developing applications that target multiple languages and cultures, you probably know how challenging it can be to manage the resources for each localization. You need to keep track of all the strings, images, icons, and other assets that are specific to each culture, and make sure they are consistent and up to date […]
The post Easier localization with the new resource (.resx) manager appeared first on Visual Studio Blog.
Microsoft

Accelerate C++ Debugging with Enhanced Conditional Breakpoints

Are you tired of waiting for your conditional breakpoints to hit in C++? Do you wish there was a way to speed up the debugging process and get to the root of the problem faster? If so, you’re in luck! We have some exciting news for you: Visual Studio 2022 has significantly improved the performance […]
The post Accelerate C++ Debugging with Enhanced Conditional Breakpoints appeared first on Visual Studio Blog.
Microsoft

Update to Direct Lake documentation

We recently made a significant update to the Direct Lake documentation. Direct Lake accelerates time to data-driven decisions by unlocking incredible performance directly against OneLake, without the need to manage costly, time-consuming data refreshes...
Microsoft

Discover Hidden Insights with Profiler’s External Code Decompilation

Have you ever wondered what’s happening under the hood of your .NET application? Do you want to quickly and easily identify and fix performance bottlenecks? If so, Visual Studio has the perfect tool for you: the profiler. The profiler allows you to analyze your code’s performance, pinpoint hot paths, detect memory leaks, address thread contention, […]
The post Discover Hidden Insights with Profiler’s External Code Decompilation appeared first on Visual Studio Blog.
Microsoft

Announcing new products and features for Azure OpenAI Service including GPT-4o-Realtime-Preview with audio and speech capabilities

We are thrilled to announce the public preview of GPT-4o-Realtime-Preview for audio and speech, a major enhancement to Microsoft Azure OpenAI Service that adds advanced voice capabilities and expands GPT-4o's multimodal offerings.
The post Announcing new products and features for Azure OpenAI Service including GPT-4o-Realtime-Preview with audio and speech capabilities appeared first on Microsoft Azure Blog.
Azure

Visual Studio 2022 – Recent performance enhancements 

Visual Studio 2022 continues to be faster with each version. In this blog post we will highlight a couple of the more significant enhancements you’ll experience in 17.11, such as a more efficient C# language service, faster conditional breakpoints and symbol searches in C++. Reduced CPU usage by C# language service Code Indexing In 17.10 […]
The post Visual Studio 2022 – Recent performance enhancements  appeared first on Visual Studio Blog.
Microsoft

Effortless Instrumentation profiling with Persistent Target Selection

Ever wished to assess your code’s performance without repeatedly choosing the target process or executable for each instrumentation profiling session? If so, you’re among many developers who find this task cumbersome and prone to errors, especially when profiling the same target repeatedly. We understand your frustration and have a solution: Visual Studio 2022 introduces a […]
The post Effortless Instrumentation profiling with Persistent Target Selection appeared first on Visual Studio Blog.
Microsoft

Developer insights: Building resilient end-to-end security

Explore how Microsoft's platform-centric approach builds resilient digital ecosystems. This first post in our end-to-end security series covers its definition and benefits in cybersecurity.
The post Developer insights: Building resilient end-to-end security appeared first on Microsoft Azure Blog.
Azure

Creating a React TODO app in Visual Studio 2022

In this tutorial we will create a React front-end, with JavaScript, of a TODO web app using a Visual Studio 2022. To get started install Visual Studio with the Node.js development workload. This will include the JavaScript/TypeScript (JSTS) projects and the associated support. The code for this app can be found at sayedihashimi/todojswebapp (github.com). Create […]
The post Creating a React TODO app in Visual Studio 2022 appeared first on Visual Studio Blog.
Microsoft

Organize Your Breakpoints like a pro

Do you feel overwhelmed by the sheer number of breakpoints in your Visual Studio project? Wish you could categorize and toggle them on and off with ease? The new breakpoint group feature in Visual Studio 2022 is here to transform your debugging experience. Breakpoint groups allow you to create custom collections of breakpoints and apply […]
The post Organize Your Breakpoints like a pro appeared first on Visual Studio Blog.
Microsoft