|
You are here |
v5.chriskrycho.com | ||
| | | | |
kidger.site
|
|
| | | | | Personal website. Math, SciML, scuba diving! | |
| | | | |
codeblog.jonskeet.uk
|
|
| | | | | This is a blog post I've intended to write for a very long time. (Other blog posts in that category include a recipe for tiramisu ice cream, and "knights and allies".) It's one of those things that's grown in my mind over time, becoming harder and harder to start. However, there have been three recent... | |
| | | | |
dusted.codes
|
|
| | | | | [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... | |
| | | | |
vxlabs.com
|
|
| | | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the... | ||