- .NET MAUI
- Fix: Update nuget packages to .NET 9.0.110 or .NET 10
A curated collection of fundamental algorithms every developer should master. Each entry includes a concise definition, a C# implementation, and sample output to illustrate how it works in practice.
Tips & Tricks
VM shutdown
- To minimize the chance of your database going into an inconsistent state, please ensure you shut down your VM from within the VM first before shutting down your computer. This only applies to scenarios where the VM is hosted on your computer.
Useful Links
This project was generated with Angular CLI version 18.2.7.
For the full code and examples, refer to the GitHub repository.
Set of basic functionalities from React in one place.
Cheatsheet has been created by https://foreach.pl trainers for training participants.
Check also other Cheatsheets:
curl -i -X GET "http://localhost:3000/" -H "accept: */*" -H "Content-Type: application/json"
curl -i -X GET "http://localhost:3000/{id}" -H "accept: */*" -H "Content-Type: application/json"
curl -i -X GET "http://localhost:3000/{id}" -H "accept: */*" -H "Authorization: Bearer eyJhbGciOiJ...." -H "Content-Type: application/json"
curl -i -X POST "http://localhost:3000/" -H "accept: */*" -H "Content-Type: application/json" -d "{\"author\":\"Test Author\",\"books\":[{\"title\":\"Test Title\",\"year\":2007}]}"
curl -i -X POST "https://repository-manager-server.netlify.app/api/nexuses/" -H "accept: */*" -H "Content-Type: application/json" -d "{\"nexus\":\"Material Components Web - Codelabs Master - MDC-101 Starter\",\"raw_nexus\":\"https://codelabs.developers.google.com/codelabs/mdc-101-web/#1\"}"
NewerOlder