blog.umerislam.codesAssembly Language: Memory Allocation, Access, Bytes and Words.For the CPU to operate, we must store the data we want to operate on; it is stored in RAM. The different buses of the CPU that communicate with the RAM fetch and read that data. NOTE: Please read the first blog in the series for a better understandin...Sep 15, 2025·2 min read
blog.umerislam.codesHow to setup PostgreSQL for Dotnet webapi's using Entity Framework Core.here our goal is two fold: implement database functionalities using entity framework core. create an endpoint and do crud on it NOTE: You can clone the repo with the code in the article at: https://github.com/Umer-Islam/dotnet_auth_with_db_refere...Sep 10, 2025·5 min read
blog.umerislam.codesGet started with assembly language, Introduction and Setup.So, why learn assembly when you have lanagues like python, java and c++? There are some reasons you should learn assembly language, like getting to know how the computers work. The higher order langauges abstract almost everything and that is a good ...Aug 31, 2025·4 min read
blog.umerislam.codesdotnet error: Unable to read a package reference from the projectwhen you try to view all the packages installed in your project by using the command: dotnet list package and get the following error: Unable to read a package reference from the project `C:\reallyLongListOfDirectories\jwt_auth\jwt_auth.csproj`.Plea...Aug 25, 2025·1 min read