GKGiver Kdkingiver-khadka.hashnode.dev·Jun 23, 2025 · 5 min readYour Stress vs The UniverseHow it came in my mind? Have you ever taken a moment to sit down and think about how big the universe might be? If you’re even a little curious about the universe, you probably have. Well, I thought about it too. It happened during my exam week, a ye...00
GKGiver Kdkindot-net.hashnode.dev·Feb 7, 2025 · 2 min readASP.NET Web APILet’s create a web API in ASP.NET and Entity Framework to perform CRUD operation on a todolist item. Packages Install following packages for working with Web API: Microsoft.EntityFramework Microsoft.EntityFramework.Tools Microsoft.EntityFramework....00
GKGiver Kdkindot-net.hashnode.dev·Feb 6, 2025 · 2 min read.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...00
GKGiver Kdkindot-net.hashnode.dev·May 27, 2024 · 1 min readUsing Tailwind CSS in ASP.NET ApplicationDot Net Project Create a dot net project either from command-line or from Visual Studio. Move to the project directory in visual studio integrated terminal. Setup Tailwind CSS Install tailwind with the command: npm i tailwindcss Create tailwind...00
GKGiver Kdkindot-net.hashnode.dev·Feb 15, 2024 · 2 min readVisual Studio and .NET SetupDot Net with Visual Studio For windows device, follow the given steps for the setup: Download and install .NET SDK from official website. Download Visual Studio(Community) from official site. If you are just starting out, then make sure to check ...00