Vipul Murumkarvipul06.hashnode.dev·Feb 17, 2025Installing VS Code on Windows 10/11For installing VS Code on your computer, follow the steps below based on the OS - Step 1) Visit - “VS Code official download page“ Step 2) Click on “Windows” option, to start the download of the .exe file -”VSCodeUserSetup-x64-1.97.2.exe” Step 3) On...vscode
Giver Kdkdot-net.hashnode.dev·Feb 6, 2025.NET Version ManagementDownload SDKs Download the latest .NET SDK from its official site and install it. Now, verify the installation with the command: dotnet --list-sdks Visual Studio Installer To start creating new projects with the latest .NET, update the visual studio...dotnet-version
Pavel Osadchukxakpc.info·Jan 14, 2025Debugging .NET in Docker: Mount Points and Cross-platform SymbolsToday I want to share a tricky debugging issue I encountered with Visual Studio's Docker tools and how I fixed it. The problem arose when trying to debug a .NET application that uses a custom base image with pre-installed Python. The Problem My appli...dotnet
syncfusionsyncfusion-blogs.hashnode.dev·Nov 20, 2024Syncfusion Visual Studio Extensions Are Now Compatible With .NET 9.0TL;DR: Syncfusion’s Visual Studio Extensions now fully support .NET 9.0, providing developers with enhanced tools and seamless integration for building modern .NET apps with the latest features. .NET 9.0 marks a significant milestone for the .NET fra...26 reads.NET
Simon Fosterfunkysi1701.hashnode.dev·Nov 18, 2024Version 9 of .Net is hereEvery November it is like Christmas for .NET developers, as Microsoft releases the next version of .NET. This year is no different, and we have version 9 of .NET to play with. This release is packed with new features and improvements across the board...dotnet
Kazys Račkauskaseasytdd.dev·Oct 7, 2024EasyTdd 0.5.0: Streamlining Mocking with Incremental FluentMockA few days ago, I released EasyTdd version 0.5.0. In this post, I'll walk through the updates and new features introduced in this version. The highlight of the release is the introduction of the incremental code generator for FluentMocks—a powerful f...36 readsTDD (Test-driven development)
Namito Yokotablogs.namitoyokota.com·Sep 26, 2024Open VSCode from Visual StudioIf you are a full-stack developer mainly working in Visual Studio, it may be tempting to edit frontend files within the same software. However, this can be counter productive - especially if the frontend codebase has linting. Imagine having to go thr...vscode extensions
Ajika Angeloajikadev.hashnode.dev·Sep 18, 2024Visual Studio vs. Visual Studio Code: An In-depth ComparisonVisual Studio and Visual Studio Code (VS Code) are two very popular and different software development tools developed by Microsoft. Visual Studio is a popular Integrated Development Environment (IDE) among professional software developers while Vis...vscode
Mohammed Omaromohammed.hashnode.dev·Sep 11, 2024A Guide to Breakpoints for Debugging in Visual StudioDebugging is a crucial aspect of software development, and breakpoints are one of the most powerful tools that developers have to halt code execution at a specific point for inspection. Visual Studio, one of the most popular Integrated Development En...C#
Mohammed Omaromohammed.hashnode.dev·Sep 9, 2024Visual Studio Shortcuts: Boosting Your Coding EfficiencyVisual Studio, Microsoft’s powerful IDE (Integrated Development Environment), is widely used for building applications across different platforms, from web to mobile and cloud. As with any complex tool, learning the right shortcuts can significantly ...1 likeC#