/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

bannalia.blogspot.com
| | laihoconsulting.com
4.8 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | www.red-gate.com
4.4 parsecs away

Travel
| | A clear explanation of what separates a library from a framework. Learn the concept of inversion of control, when to choose each, and see practical examples from popular programming languages.
| | dusted.codes
5.1 parsecs away

Travel
| | [AI summary] The user provided an extensive article about .NET, covering its history, various versions (including .NET Framework, .NET Core, and .NET 5), the ASP.NET ecosystem, and practical development tips. The content is highly detailed and serves as an educational guide for new and experienced developers. The user might be looking for a concise summary or a structured overview of the .NET ecosystem, or they might want to extract key points for a presentation, blog post, or learning material. The tone is informative and educational, suitable for developers at all levels. The user could also be interested in the differences between .NET versions, the evolution of ASP.NET, and best practices for starting with .NET development. They might need guidance on re...
| | andrewkelley.me
25.0 parsecs away

Travel
| [AI summary] The blog post discusses the evolution of programming languages, focusing on Rust and Zig's approaches to handling formatted output. It highlights the challenges in C's format string system, the use of macros in Rust, and Zig's ability to handle formatted output without special compiler cases, relying on userland code. The post also touches on the trade-offs of macros and the design goals of Zig to provide power without the drawbacks of macro-based systems.