Category: Uncategorized
Creating and downloading zip files with ASP.NET Core
Using EF Core’s InMemory Provider To Store A “Database” In Memory
I’ve had several situations arise recently where I needed a database, but I didn’t particularly want to go through the process of creating one on our test servers. On this latest occasion, I started wondering if it was possible to create a database in memory, so that I could just dispose of it when I no longer needed it.
exceptionnotfound.net/ef-core-inmemory-asp-net-core-store-database/
exceptionnotfound.net/ef-core-inmemory-asp-net-core-store-database/
.Net Nuget – Central Package Management | Microsoft Learn
In situations where you manage common dependencies for many different projects, you can leverage NuGet’s central package management (CPM) features to do all of this from the ease of a single location.
learn.microsoft.com/en-us/nuget/consume-packages/central-package-management
learn.microsoft.com/en-us/nuget/consume-packages/central-package-management
GitHub Copilot vs. Amazon CodeWhisperer
Auto-completion tools are the ABC of increased productivity for developers. But what if those tools were even better? What if your code completion guessed what you wanted to write next and offered complete lines of code? That is what AI/ML-assisted coding is bringing to the table. In a few years, you’ll open an IDE without a coding assistant and get the feeling of a missing tool.
www.tabnine.com/blog/github-copilot-vs-amazon-codewhisperer/
www.tabnine.com/blog/github-copilot-vs-amazon-codewhisperer/
C# .NET Exception Handling In Asynchronous Code
How to Choose HTTP or gRPC for Your Next API
58 bytes of css to look great nearly everywhere
GitHub Copilot AI coding assistant is now generally available | InfoWorld
Inside look at modern web browser (part 1) – Chrome Developers
In this 4-part blog series, we’ll look inside the Chrome browser from high-level architecture to the specifics of the rendering pipeline. If you ever wondered how the browser turns your code into a functional website, or you are unsure why a specific technique is suggested for performance improvements, this series is for you.
developer.chrome.com/blog/inside-browser-part1/
developer.chrome.com/blog/inside-browser-part1/