Divyansh Goyalhurtbadly.hashnode.dev·Sep 24, 2023Setting up a Visual Studio Project for a GUI App.Magic involved: c++, Dear ImGui,Opengl3,GLFW,glad ,Visual Studio 2022(Community), Vcpkg, Windows(OS) DEAR-IMGUI: https://github.com/ocornut/imgui When it comes to building Gui apps, there exist 2 types of libraries, "Immediate-Mode" and "Retained-Mod...DiscussC++
Ivanivan-software-engineering.hashnode.dev·Sep 23, 2023How to rename C# project in Visual StudioThis is related to Visual Studio 2022. Right click on the project (in solution explorer) => rename. Rename existing namespaces in .cs. Ctrl + R + R - on the namespace. BUT, this is not enough, it won't change project's physical folder directory ...Discussvisual studio
Bunmi Agbomejibunmicloud.hashnode.dev·Jul 15, 2023From Visual Studio to Azure Functions: A Comprehensive Guide to Creating a Function App Calculator, Publishing to Azure Portal, and Pushing to GitHubThis blog post will guide you through the process of setting up a Function App in Azure. We will create a Function App that will serve as a home for our Function Calculator. To develop the Function Calculator, we will use Visual Studio Community 2022...Discuss·30 readsFunction apps
Lucia Cenetiempoluciacenetiempo.hashnode.dev·Jun 30, 2023Visual Studio Code: Unlocking Powerful Features for Efficient DevelopmentAre you ready to take your coding experience to the next level? If you're a developer, you've probably heard of Visual Studio Code (VS Code). But did you know that there's a whole world of hidden powers waiting to be unleashed within this popular cod...DiscussVisual Studio Code
Matt Laceymrlacey.hashnode.dev·Jun 21, 2023When the build unexpectedly fails...Here are some things to try (in no particular order): Restart VS Delete bin and obj directories Try building from the command line Restart the machine Check for and install any outstanding updates Repair VS Pray...Discuss·32 reads.NET
Nestor Rojaswww.nestorojas.com·May 29, 2023Getting Started with C# in ASP.NET Core: A Step-by-Step Beginner's Guide in Visual Studio 2022Introduction In this step-by-step tutorial, we'll dive into C# programming in the context of ASP.NET Core using Visual Studio 2022. You'll learn the basics of syntax, data types, variables, control structures, and functions. Follow along with code ex...Discuss·35 readsLearn Razor Pages in ASP.NET Corevisual studio
Samara Simha Reddy Yasaniyssr.hashnode.dev·May 2, 20235 Visual Studio Hacks You Need to KnowHello Everyone! Welcome to my blog! I am thrilled to have you here and I hope that you will find the content both informative and engaging, Thank you for taking the time to visit my blog, I look forward to sharing my knowledge and passion with you, S...Discuss·1 likeVisual Studio Code
Josh Campositsjoshcampos.codes·Mar 25, 2023.NET Web API - API Key AuthorizationSimple API Lockdown Introduction The previous article reviewed how to set and read environment variables. We'll use that knowledge and set up an API Key as an environment variable for authorization in a .NET Web API Project. Keys are a variable you w...Discuss·339 reads.NET Web API - Building Blocksdotnet
Josh Campositsjoshcampos.codes·Mar 3, 2023.NET Web API - Environment VariablesIntroduction The first article in this series was the default WeatherForecast model that is created by default in a .NET Web API project. We'll build off Article 1 to start reading in values from environment variables and appsettings.json files. The ...Discuss·1.6K reads.NET Web API - Building Blocksdotnet
Ernesto Cianciottadevnotes.ernstc.net·Mar 3, 2023Solution Secrets v2.0 for Visual StudioSensitive data like passwords, connection strings, access keys, etc. should not be included in the source code that is committed in a shared repository. Secrets must not be deployed with the apps, too. For developers that use Visual Studio, since man...Discuss·42 readsvisual studio