This website uses cookies

Read our Privacy policy and Terms of use for more information.

100+ Claude Code hacks to ship code 10X faster

Top engineers at Anthropic say AI now writes 100% of their code.

Are you using AI to write yours?

These 100+ Claude Code hacks show you exactly how. Sign up for The Code and get:

  • 100+ Claude Code hacks — free

  • The Code newsletter — learn the latest AI tools and skills to code faster in 5 mins a day

Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

Machine Learning for C# Developers Made Easy

https://medium.com/@f.sazanavets/machine-learning-for-c-developers-made-easy-d5e16d959169?source=rss------csharp-5

If you’ve been following me for a while, you would know that I wrote several books related to .NET and C#. Most recently, I published a…

Copilot Studio gets faster with .NET 10 on WebAssembly

https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-10-migration/

A few months ago, we shared How Copilot Studio uses .NET and WebAssembly for performance and innovation, describing how Microsoft Copilot Studio runs C# in the browser via .NET

Stop Creating Fake Data Manually — Use Bogus in .NET 10

https://medium.com/@chandrashekharsingh25/stop-creating-fake-data-manually-use-bogus-in-net-10-3dc160e283d9?source=rss------dotnet-5

Every developer has been there — staring at a blank test file, typing "John Doe" for the hundredth time. There's a better way.

How Are ‘virtual’, ‘partial’, ‘override’ Used in C#?

https://jeremie-litzler.medium.com/how-are-virtual-partial-override-used-in-c-e291d76abb86?source=rss------dotnet-5

And what are they in the C# programming language. Let’s review that together.

OWASP Top 10 for .NET Developers - Part 1: Preventing Broken Access Control

https://medium.com/@srghimire061/owasp-top-10-for-net-developers-part-1-preventing-broken-access-control-8ce4e40a818f?source=rss------dotnet-5

Broken Access Control is ranked as the #1 security risk in the OWASP Top 10 because improperly enforced authorization allows attackers to…

.NET MAUI Community Standup: Rust, SkiaSharp Everywhere, AI/ML Live Processing

https://www.youtube.com/watch?v=mfj8oxjqdaM

Deep Dive into DbContext in ASP.NET Core Identity

https://medium.com/@d.shved.wrk/deep-dive-into-dbcontext-in-asp-net-core-identity-1fa4e5eced24?source=rss------csharp-5

Do you know for sure what’s going on under the hood when you create your ApplicationDbContext using ASP.NET

I built Surefire, a background job library for modern .NET

https://medium.com/batary/i-built-surefire-a-background-job-library-for-modern-net-ae0469fa05b6?source=rss------dotnet-5

I just released a preview of Surefire, the distributed job scheduling library I’ve been working on for the past couple of months. Continue reading on batary »

Goodbye Bootstrap: How to Integrate Tailwind CSS into a Blazor App

https://medium.com/@queiros.diogo4/goodbye-bootstrap-how-to-integrate-tailwind-css-into-a-blazor-app-4812088ce904?source=rss------dotnet-5

If you work with the .NET ecosystem, you know that Blazor has revolutionized the way we build web applications.

Collection Performance: AddRange() vs. InsertRange() When Populating Lists

https://dotnettips.com/2026/05/10/collection-performance-addrange-vs-insertrange-when-populating-lists/

When populating collections in .NET, choosing the right bulk operation improves both clarity and efficiency. Methods like AddRange() and InsertRange() allow multiple items to be added in a single call...

Deferred Execution in LINQ: What Finally Made It Click

https://medium.com/@monicalaurenzana/deferred-execution-in-linq-what-finally-made-it-click-b1b4ffc9552a?source=rss------csharp-5

I thought my LINQ query had already run… but it hadn’t.

Designing a Production-Ready Backend in .NET

https://medium.com/@oshadhaj/designing-a-production-ready-backend-in-net-00f4203ed034?source=rss------dotnet-5

An end-to-end practical architecture walkthrough using modular monoliths, CQRS, domain events, resiliency, and observability

Modernizing .NET — Part 23: Migrating log4net to Modern .NET Logging

https://medium.com/@michael.kopt/modernizing-net-part-23-migrating-log4net-to-modern-net-logging-ebad712711e5?source=rss------dotnet-5

Fix log context loss in async .NET Core apps. Migrate log4net from ThreadContext to LogicalThreadContext for seamless diagnostic flow.

There is no Install - it's 'Stage' and 'Register'

https://devblogs.microsoft.com/insidemsix/there-is-no-install-its-stage-and-register/

"Is ContosoParts.msix installed?" is a common - but misleading - question The term install is not a formal concept in MSIX. This may seem paradoxical for a deployment technology, but it make...