Andrei TiburcaforHashnode Toolboxeconomic-juice-peck-41.hashnode.net·Mar 18, 2022Visual Studio vs Visual Studio Code - In-depth Comparison (2022)It is somewhat confusing when different tools have similar names. It may be even more confusing when the same company offers these products. A lot of questions arise. You may ask if one is an alternative to the other. Or one an older or newer versi...Discuss·58 likes·7.3K readsCode EditorsVisual Studio Code
Rishi PurwarforThe Fiery Coderthefierycoder.hashnode.net·Nov 30, 2020How to use Git and GitHub inside of VS Code EditorHello Everyone, In today's tutorial, I am going to show you How to use Git and GitHub inside of VS Code Editor. After reading this blog, you don't need to remember all those git commands. If you prefer to watch a video tutorial, you can check it out ...Discuss·35 likes·244 readsGit
YAKSH BARIYAforYAKSH BARIYA's Blogcodingthunder.hashnode.net·Oct 2, 2020My Top 10 VS Code extensionsThis is my first article on hashnode. Hope you find it helpful. So, in this article I am going to share some awesome VS Code extensions that might help you. VS Code Visual Studio Code is very advanced Code Editor with IDE like features. What makes i...Ameen and 1 other are discussing this2 people are discussing thisDiscuss·14 likes·369 readsVisual Studio Code
Josh CamposforJosh's Blog; Data.Code.Clouditsjoshcampos.hashnode.net·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·47 reads.NET Web API - Building Blocksdotnet
Josh CamposforJosh's Blog; Data.Code.Clouditsjoshcampos.hashnode.net·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·93 reads.NET Web API - Building Blocksdotnet
Ernesto CianciottaforErnesto Cianciotta - Developer Notesernstc.hashnode.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·29 readsvisual studio
Josh CamposforJosh's Blog; Data.Code.Clouditsjoshcampos.hashnode.net·Mar 1, 2023.NET Web API - Getting StartedIntroduction This article is the start of a series on how to build an API using the .NET Framework. I'm sticking with .NET 6, it is the latest Long-Term-Support (LTS) Version. I'll be using Visual Studio for Mac as my IDE. Before you start yelling, ...Discuss·45 reads.NET Web API - Building Blocksdotnet
Laurent Kempéforlaurentkempe.hashnode.net·Mar 1, 2023Debugging Dapr applications with Rider or Visual Studio: A better wayDapr is an impressive set of APIs for building distributed applications with any language and platform. It provides a set of building blocks that you can use to build microservices. Dapr is based on sidecar architecture. Meaning that you need to run ...Discuss·2 likes·34 readsdapr
Josh FischerforJosh Fischer | Icy Sharpjoshfischer.hashnode.net·Feb 16, 2023Visual Studio Output Window PainsVisual Studio can be a cruel partner. One bad upgrade or one misclick can change the way it operates or what it reports to you. Over the years I have had a few frustrating, head-slapping moments. Recently, one of these moments happened when my Output...Discussvisual studio
Josh FischerforJosh Fischer | Icy Sharpjoshfischer.hashnode.net·Feb 6, 2023.NET 6 & 7 Upgrade GotchasThe .NET Upgrade Assistant does an excellent job of updating your classic .Net Framework projects to target the new .NET binaries. It is not a "fire-and-forget" process, however, and you will want to watch out for these common issues. Old Package Ref...Discuss·109 reads.NET
Tawanda NyahuyeforTawanda Nyahuye's Blogtowernter.hashnode.net·Feb 6, 2023How to view .Net application source code and hiding itHave you ever liked an application to the point that you want to view its source code? Well, I have been there. For .Net executable files and libraries such as DLL files, viewing the source code is a piece of cake as long as the code is not obfuscate...Discuss·31 readsdotnet
Karim OurtaniforSQLKO.NETsqlko.hashnode.net·Dec 29, 2022Using references to system tables and views within your database project.In November I had the honour of being able to present my session on how to integrate your database deployment in your CI/CD pipeline. It was the first time I gave the session and other than needing 3-5 extra minutes the session went really well. One ...Discuss·70 readsSSDT
Shivank KapurforShivank Kapurshivankkapur.hashnode.net·Dec 12, 20225 Best VS Code ExtensionsWHAT IS VISUAL STUDIO CODE? Visual Studio Code or more popularly known as VS Code, maintained by Microsoft, is the most popular open-source code editor used by many programmers. It is a one-stop solution you'll need while writing code. VS Code provid...Discuss·10 likes·71 readsvscode extensions