giver-khadka.hashnode.devYour 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...Jun 23, 2025·5 min read
dot-net.hashnode.devASP.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....Feb 7, 2025·2 min read
dot-net.hashnode.dev.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...Feb 6, 2025·2 min read
dot-net.hashnode.devUsing 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...May 27, 2024·1 min read
dot-net.hashnode.devVisual 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 ...Feb 15, 2024·2 min read