.NET LibHunt Info

Subscribe to our .NET newsletter
to know all the trending
packages, news and articles.

All Categories

MORE - Discover trending C# projects by mentions on social networks.

The Awesome .NET feed

InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo www.influxdata.com
Today

Brighter

A framework for building messaging apps with .NET and C#.
Featured Package // Category Queue

1Password Secret Integration for .NET Developers

Library Popular Story // github.com

Introducing Umbraco CMS Backoffice Agent Skills

Article Popular Story // dev.to

Yesterday

Cloud Debugger

CloudDebugger - the exploration tool for Azure cloud developers
Featured Package // Category Caching

Last 7 Days

Emgu CV

Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library.
Featured Package // Category Image Processing

Papercut

Papercut SMTP -- The Simple Desktop Email Server
Featured Package // Category Tools

DbExtensions

Data-access framework with a strong focus on query composition, granularity and code aesthetics.
Featured Package // Category ORM

MimeKit

A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
Featured Package // Category Mail

ExcelDna

Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
Featured Package // Category Office

Awesome .NET Weekly » 499

Top Stories
  • Rewriting My First NUnit API Tests: Cleaner, Faster, Better
  • 🛤️ Beginner-Friendly Guide 'Minimum Cost Path with Edge Reversals' - LeetCode 3650 (C++, Python, JavaScript)
  • Writing a .NET Garbage Collector in C# - Part 6: Mark and Sweep

Last 30 Days

AWS SDK

The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
Featured Package // Category SDK and API Clients

JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
Featured Package // Category API

New in .NET 10 and C# 14: Multi-Tenant Rate Limiting

Learn how to implement multi-tenant rate limiting in .NET 10 and C# 14. Master native partitioning to prevent noisy-neighbor issues in SaaS.
Article Added by: ThomasArdal // blog.elmah.io

C# Console menus with Actions

Article Popular Story // dev.to

Box2D.NET

Box2D.NET - a C# port of Box2D, is a 2D physics engine for games, .NET, Unity3D, servers
Featured Package // Category Game

LLM Tornado

The .NET library to build AI agents with 25+ built-in connectors.
Featured Package // Category Artificial Intelligence

Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
Featured Package // Category CMS

RavenDB

ACID Document Database
Featured Package // Category Database

FluentMigrator

Fluent migrations framework for .NET
Featured Package // Category ORM

Graph mess: what does ScottPlot have in store?

ScottPlot is a library under .NET for creating graphs. The code in such projects tends to be confusing in nature. Today, we'll try to unravel it and find issues using a static analyzer.
Article Added by: Cody_Unicorn // pvs-studio.com

Awesome .NET Weekly » 498

Top Stories
  • .NET in 100 Seconds
  • .NET 10 de-abstraction in Action
  • Diagnosing performance issues in .NET applications with dotnet-trace and Perfetto

Duende IdentityServer 7: A Complete Setup Guide for ASP.NET Core

A step-by-step guide to setting up Duende IdentityServer 7.4.4 from an empty ASP.NET Core 10 project. Rather than relying on templates, it walks through each piece so you understand why everything is there. Covers middleware order, UI integration, Serilog configuration, and practical gotchas like Fiddler not working with dev.localhost.
Article Added by: tndata // nestenius.se