Fanny Nyayicfanny.hashnode.dev·13 hours agoSetting Up Visual Studio Code for Effective Web DevelopmentVisual Studio Code (VS Code) has emerged as a powerhouse among code editors, especially for web developers. Its flexibility, extensive customization options, and a vast library of extensions make it a top choice. In this guide, we'll explore how to ...Discuss·7 likesVS Code
Kazys RačkauskasProeasytdd.dev·Dec 4, 2023Easy way to start TDDHi, my name is Kazys Račkauskas, and this is my first blog post. I'm a back-end .NET developer specializing in C#, and I'm passionate about TDD and other testing approaches. Lately, I've been focusing heavily on E2E testing at work. While reading num...Discuss·142 readsC#
Akash Reddy Jammulaakashrj.hashnode.dev·Nov 24, 2023Enhancing Unity Editor Auto-Completion in Visual StudioIntroduction: Unity developers often rely on a smooth workflow between the Unity Editor and their preferred external script editor, such as Visual Studio. One common issue faced is the lack of auto-completion suggestions when editing scripts within t...Discuss·1 likeunity
Simon Fosterfunkysi1701.hashnode.dev·Nov 19, 2023Make API calls from Visual Studio or Visual Studio CodeIt is that exciting time of year where Microsoft announce a new version of .Net (Version 8 this time) and Visual Studio. There have been lots of announcements which I am still digesting, but one that caught my eye was a new window in Visual Studio th...Discussvisual studio
Han Cheecodecultivation.com·Oct 26, 20237. Create, Update, Read and Delete for Applications (CRUD)In this post, we will explore the implementation of CRUD (Create, Read, Update, Delete) operations for Applications. As we continue, we will also delve into the world of Code First Migrations and tackle some common issues that can arise during the mi...DiscussBuilding Windows Compatibility Test Project from scratch using ASP.NET CoreC#
James Majcend365savvy.hashnode.dev·Oct 17, 2023D365 OneBox VM with VS Community EditionI recently fired up an old D365FO Hyper-V VM to check some things out. I opened up the original OneBox install of Visual Studio 2019 Professional only to get the dreaded expired license message. This is a personal OneBox VM so no handy Visual Studio ...Discussvisual studio
Han Cheecodecultivation.com·Oct 16, 20234. UI for Organizations (Tenants)If we recall from the previous post, one of the requirements is to incorporate a multi-tenancy feature into our project. In this article, I will focus on the presentation level for tenants. UI First or Functionality First? Personally, I prefer to beg...Discuss·26 readsBuilding Windows Compatibility Test Project from scratch using ASP.NET CoreC#
Han Cheecodecultivation.com·Oct 15, 20233. Implementing Basic Authentication in Razor Pages Without a DatabaseAuthentication and Authorization To bolster the security of our portal, it's essential to implement authentication and authorization. Let's begin by briefly clarifying these terms. Authentication involves confirming the identity of a user or service,...Discuss·34 readsBuilding Windows Compatibility Test Project from scratch using ASP.NET Coreasp.net core
Han Cheecodecultivation.com·Oct 15, 20232. Our first ASP.NET Core projectWhat Tools are we using? Before diving into the coding phase, it's important to note that I will be utilising two essential tools: Visual Studio and Microsoft SQL Server Management Studio. Both of these indispensable resources are not only freely ava...Discuss·42 readsBuilding Windows Compatibility Test Project from scratch using ASP.NET Coreasp.net core
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...Discuss·75 readsC++