phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

801
active users

#aspnet

4 posts4 participants0 posts today
//devdigest<p>⚡️ Connect Azure SQL Server Using Managed Identity in ASP.NET</p><p>🏷️ <a href="https://mastodon.social/tags/devdigest" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devdigest</span></a> <a href="https://mastodon.social/tags/azure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>azure</span></a> <a href="https://mastodon.social/tags/cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cloud</span></a> <a href="https://mastodon.social/tags/sqlserver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sqlserver</span></a> <a href="https://mastodon.social/tags/sql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sql</span></a> <a href="https://mastodon.social/tags/net" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>net</span></a> <a href="https://mastodon.social/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a> <a href="https://mastodon.social/tags/asp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>asp</span></a></p><p><a href="https://devdigest.today/goto/3970" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">devdigest.today/goto/3970</span><span class="invisible"></span></a></p>
Dev Leader<p>You've put it off for long enough now...</p><p>It's time to build your very first ASP.NET web API!</p><p>Learn how to build an ASP.NET core web API in this article! This tutorial for beginners will guide you through setting up the project to building the API endpoints.</p><p>You'll be set to build your very own web APIs going forward!</p><p>Check out the article:<br><a href="https://www.devleader.ca/2023/11/13/how-to-build-an-asp-net-core-web-api-a-practical-beginners-tutorial/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">devleader.ca/2023/11/13/how-to</span><span class="invisible">-build-an-asp-net-core-web-api-a-practical-beginners-tutorial/</span></a></p><p><a href="https://hachyderm.io/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a> <a href="https://hachyderm.io/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnetcore</span></a> <a href="https://hachyderm.io/tags/tutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tutorial</span></a> <a href="https://hachyderm.io/tags/beginners" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>beginners</span></a></p>
Dev Leader<p>Are you using Testcontainers in your tests?</p><p>Use Testcontainers in ASP NET Core testing to get better coverage -- because you'll be using *real* dependencies.</p><p>Learn how to simulate your prod dependencies, test in parallel, and the opportunity to integrate with CI/CD tools.</p><p>A great addition to your granular unit tests are larger scale tests working with real systems!</p><p>Check out the article:<br><a href="https://www.devleader.ca/2024/02/20/testcontainers-in-asp-net-core-a-simplified-beginners-guide/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">devleader.ca/2024/02/20/testco</span><span class="invisible">ntainers-in-asp-net-core-a-simplified-beginners-guide/</span></a></p><p><a href="https://hachyderm.io/tags/ASPNET" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ASPNET</span></a> <a href="https://hachyderm.io/tags/DotNet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DotNet</span></a> <a href="https://hachyderm.io/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> <a href="https://hachyderm.io/tags/Testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testing</span></a></p>
Chris Woody Woodruff<p>Do you really need a SPA and full JavaScript framework for that? htmx might be all you need—it's clean, fast, and plays great with Razor Pages. Let’s break down when to use htmx vs the usual suspects: <a href="https://woodruff.dev/htmx-vs-javascript-frameworks-choosing-the-right-tool-for-the-job/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">woodruff.dev/htmx-vs-javascrip</span><span class="invisible">t-frameworks-choosing-the-right-tool-for-the-job/</span></a></p><p><a href="https://mastodon.social/tags/htmx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>htmx</span></a> <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnetcore</span></a> <a href="https://mastodon.social/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a> <a href="https://mastodon.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://mastodon.social/tags/ux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ux</span></a></p>
Dev Leader<p>Everyone's talking about vertical slices - So here's a free project template for you.</p><p>Approaching software development by delivering thin vertical slices as well as vertical slice architecture are getting a lot of attention.</p><p>A vertical slice architecture aims to have features defined end to end through all of the layers of the application. It can be incredibly helpful, especially in ASP NET applications.</p><p>Check out this free template you can use to get started with.</p><p>Check out the article:<br><a href="https://www.devleader.ca/2023/11/03/asp-net-vertical-slice-project-template-how-to-start-easily/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">devleader.ca/2023/11/03/asp-ne</span><span class="invisible">t-vertical-slice-project-template-how-to-start-easily/</span></a></p><p><a href="https://hachyderm.io/tags/verticalslice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>verticalslice</span></a> <a href="https://hachyderm.io/tags/verticalslicearchitecture" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>verticalslicearchitecture</span></a> <a href="https://hachyderm.io/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a></p>
Dev Leader<p>How can we use NUnit to test ASP.NET Core?</p><p>In this article, I explain how to leverage NUnit in ASP NET Core tests with simple code examples.</p><p>xUnit has been my preferred testing framework, but I felt like it was important to dive back into NUnit as well. While I still need to dedicate more time to it, I wanted to document some of the process so that you can see how to leverage NUnit in your ASP NET Core tests!</p><p>Check out the article:<br><a href="https://www.devleader.ca/2024/02/16/nunit-in-asp-net-core-what-you-need-to-get-started/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">devleader.ca/2024/02/16/nunit-</span><span class="invisible">in-asp-net-core-what-you-need-to-get-started/</span></a></p><p><a href="https://hachyderm.io/tags/ASPNET" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ASPNET</span></a> <a href="https://hachyderm.io/tags/DotNet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DotNet</span></a> <a href="https://hachyderm.io/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> <a href="https://hachyderm.io/tags/Testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testing</span></a></p>
Chris Woody Woodruff<p>Want snappy UI updates without the JavaScript mess? htmx + Razor Pages lets you swap and target page content like magic. It’s fast, clean, and surprisingly fun. Dive into the latest tricks here: <a href="https://woodruff.dev/swapping-and-targeting-like-a-pro-htmx-magic-for-razor-pages/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">woodruff.dev/swapping-and-targ</span><span class="invisible">eting-like-a-pro-htmx-magic-for-razor-pages/</span></a></p><p><a href="https://mastodon.social/tags/htmx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>htmx</span></a> <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnetcore</span></a> <a href="https://mastodon.social/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a> <a href="https://mastodon.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://mastodon.social/tags/ux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ux</span></a></p>
Guillaume Lacasa<p>J'ai un développeur junior sous la main qui cherche un nouveau job<br>Dev .NET/Angular, actuellement en Ariège, mais ok pour bouger<br>CV disponible par MP</p><p>I have a junior developer looking for a new job.<br>Works with .NET/Angular, currently in France, but may be ok to move in Europe <br>CV available via private message.</p><p><a href="https://mamot.fr/tags/JeChercheUnJob" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JeChercheUnJob</span></a> (<a href="https://mamot.fr/tags/PasMoi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PasMoi</span></a>)<br><a href="https://mamot.fr/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://mamot.fr/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://mamot.fr/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a> <a href="https://mamot.fr/tags/angular" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>angular</span></a></p>
Chris Woody Woodruff<p>Ditch the JavaScript overload and bring your Razor Pages to life with htmx! It’s like giving your ASP.NET Core apps superpowers—more interactivity, less hassle. Check out my latest post to see how you can level up your Razor Pages: <a href="https://woodruff.dev/level-up-your-razor-pages-meet-htmx-your-new-best-friend/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">woodruff.dev/level-up-your-raz</span><span class="invisible">or-pages-meet-htmx-your-new-best-friend/</span></a></p><p><a href="https://mastodon.social/tags/htmx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>htmx</span></a> <a href="https://mastodon.social/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a> <a href="https://mastodon.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnetcore</span></a> <a href="https://mastodon.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://mastodon.social/tags/ux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ux</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJs</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJs</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJs</span></a></p>
Jon :mastodon:<p>Probably a lot of devs working on legacy .NET Framework don't know about Windows Containers. This a great post by Andrew <a href="https://canada.masto.host/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://canada.masto.host/tags/docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>docker</span></a> <a href="https://canada.masto.host/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a><br><a href="https://hachyderm.io/@andrewlock/114144633794272473" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">hachyderm.io/@andrewlock/11414</span><span class="invisible">4633794272473</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJs</span></a></p>
Kerrick Long (code)<p>New blog post:</p><p>30,656 Pages of Books About the .NET Ecosystem: C#, Blazor, ASP.NET, &amp; T-SQL</p><p>When I learned lean software development, I abandoned year-long planning at work and at home. This year, I broke my rule...</p><p>Continue reading: <a href="https://kerrick.blog/articles/2025/thirty-thousand-pages-of-books-about-the-dotnet-ecosystem/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">kerrick.blog/articles/2025/thi</span><span class="invisible">rty-thousand-pages-of-books-about-the-dotnet-ecosystem/</span></a></p><p><a href="https://dotnet.social/tags/Books" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Books</span></a> <a href="https://dotnet.social/tags/Reading" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Reading</span></a> <a href="https://dotnet.social/tags/NewYearsResolution" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NewYearsResolution</span></a> <a href="https://dotnet.social/tags/DotNET" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DotNET</span></a> <a href="https://dotnet.social/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> <a href="https://dotnet.social/tags/Blazor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Blazor</span></a> <a href="https://dotnet.social/tags/ASPNET" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ASPNET</span></a> <a href="https://dotnet.social/tags/TSQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TSQL</span></a> <a href="https://dotnet.social/tags/FullStack" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullStack</span></a> <a href="https://dotnet.social/tags/SoftwareDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareDevelopment</span></a> <a href="https://dotnet.social/tags/ProgrammingBooks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProgrammingBooks</span></a> <a href="https://dotnet.social/tags/LearningToCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearningToCode</span></a> <a href="https://dotnet.social/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDevelopment</span></a> <a href="https://dotnet.social/tags/EnterpriseSoftware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EnterpriseSoftware</span></a> <a href="https://dotnet.social/tags/TechBooks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechBooks</span></a> <a href="https://dotnet.social/tags/CodeNewbie" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeNewbie</span></a> <a href="https://dotnet.social/tags/CodingJourney" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodingJourney</span></a> <a href="https://dotnet.social/tags/DeveloperLife" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DeveloperLife</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJs</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJs</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJs</span></a></p>
Isaac Levin<p>How do you write a Dockerfile for an ASP.NET Core app? <br> Learn how to build effective Dockerfiles for your ASP.NET Core applications. <a href="https://fosstodon.org/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://fosstodon.org/tags/aspnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnet</span></a> <a href="https://fosstodon.org/tags/docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>docker</span></a> </p><p> <a href="https://isaacl.dev/gac" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">isaacl.dev/gac</span><span class="invisible"></span></a></p>
.NET<p>On this week's <a href="https://dotnet.social/tags/ASPNET" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ASPNET</span></a> Community Standup:<br>🌟Razor Tooling &amp; Hot Reload Update<br>🎙️Phil Allen, Leslie Richardson, Chris Sienkiewicz, and David Wengier<br>🗓️February 18 / 10 AM PT / 18 UTC</p><p><a href="https://www.youtube.com/watch?v=nL_f-vlhaFU" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=nL_f-vlhaF</span><span class="invisible">U</span></a><br><a href="https://dotnet.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://dotnet.social/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aspnetcore</span></a></p>