|
You are here |
khalidabuhakmeh.com | ||
| | | | |
www.alvinashcraft.com
|
|
| | | | | [AI summary] A collection of development resources and links from a .NET developer's blog post, covering topics like .NET MAUI, AI, Angular, and Azure SQL. | |
| | | | |
uraimo.com
|
|
| | | | | Discussions on how concurrency should be handled natively in Swift will soon start, new paradigms will be introduced and a swifty approach to concurrency will be defined. This article is an introduction to these topics, it could be useful if you plan to contribute to swift-evolution or even if you just want to experiment with something new using the recommended opensource libraries. | |
| | | | |
skiplang.com
|
|
| | | | | TL;DR: The runtime for the Skip programming language memoizes (caches) function return values. In addition to traditional memoization, it tracks dependencies on mutable state, such as database values, and automatically updates the memoization cache when values that affected a function's return value change. Multiversion concurrency control (MVCC) allows thousands of parallel tasks to use the cache without any global locks. | |
| | | | |
luten.dev
|
|
| | | Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK. | ||