Technologies
Create a minimal API with ASP.NET Core – Part 3
Alright! Let´s examine our new api. Remember to restart our app before continuing since you updated our code last time. In the tutorial we use postman but we can also use invoke-webrequest that is built in to powershell. Create a variable containing a formated string as json. This contains a name and the bool for […]
Create a minimal API with ASP.NET Core – Part 2
Go ahead and install the entityframework. With this done we can now create a new class that is our model for an todo app and also create the database context class file. Paste both code into each code file. Remember you can get the information from here. Finally replace our boilerplate code for the asp.net […]
Create a minimal API with ASP.NET Core – Part 1
Let´s go through this tutorial and create a minimal API that doesn´t use controllers. First check that you have vscode, .net sdk and C# for vscode. Check your sdk version by typing dotnet –info. Create a new .net core web project and open the folder in vscode. This asp.net web app serves http pages and […]
Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course) – Part 2
So keeping up the same schema it´s all about continuing creating chips. Let’s focus on the OR chip. Remember that by now we have made NAND Chip (already done in the program) and NOT as well as AND. You can check the gates using a logic gate simulator. Logic Gate Simulator | Academo.org – Free, […]
Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course) – Part 1
So I decided to take upon myself this course from Coursera. I’ve looked at the book for a long time but not really taken the plunge. So here goes. First and foremost we need Java and the files. Next there are some terminology you should learn. The hardware simulator takes in the HDL programming file […]
You must be logged in to post a comment.