.NET LibHunt Info
All Categories
-
Algorithms and Data structures
-
API
-
Application Frameworks
-
Application Templates
-
Artificial Intelligence
-
Assembly Manipulation
-
Assets
-
Authentication and Authorization
-
Blazor
-
Blockchain
-
Books
-
Build Automation
-
Business Intelligence
-
Caching
-
Calendar
-
Chat
-
CLI
-
CLR
-
CMS
-
Code Analysis and Metrics
-
Code Snippets
-
Compiler
-
Compilers, Transpilers and Languages
-
Compression
-
Continuous Integration
-
Cryptography
-
Database
-
Database Drivers
-
Date and Time
-
Datetime
-
Decompilation
-
Deployment
-
DirectX
-
Distributed Computing
-
DLR
-
Documentation
-
E-Commerce and Payments
-
Emulators
-
Environment Management
-
ETL
-
Event aggregator and messenger
-
Exceptions
-
Extensions
-
Feeds
-
Functional programming
-
Game
-
Gis
-
Git Tools
-
Globalization
-
Graphics
-
GraphQL
-
GUI
-
HTML and CSS
-
HTTP
-
IDE
-
Image Processing
-
Install tools
-
Integration
-
Interactive programming
-
Internationalization
-
Interoperability
-
IoC
-
JavaScript Engines
-
Logging
-
Machine Learning and Data Science
-
Mail
-
Markdown Processors
-
Mathematics
-
Media
-
Metrics
-
Micro Framework
-
Minification
-
Misc
-
MVVM
-
Networking
-
Object to object mapping
-
Office
-
OpenAI
-
ORM
-
Package Management
-
Parser Library
-
PDF
-
Profiler
-
Protocols
-
Push Notifications
-
Queue
-
Reactive Programming
-
Real-time Communications
-
Regular Expression
-
RPC
-
Scheduling
-
SDK and API Clients
-
Search
-
Serialization
-
Settings
-
SMS and Phone calls
-
Source Generator
-
State machines
-
Static Site Generators
-
Storage
-
Strong Naming
-
Template Engine
-
Testing
-
Text Processing
-
Tools
-
Trading
-
UI Automation
-
Visual Studio Plugins
-
Web Frameworks
-
Web Servers
-
WebSocket
-
Windows Services
-
WPF
MORE - Discover
trending C# projects by mentions on social networks.
The Awesome .NET feed
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
LINQPad 8 for macOS - Early Preview Available
Article
Popular Story
// www.linqpad.net
First-Time Game Developing
Article
Popular Story
// dev.to
How to Monitor Your App's Performance with .NET Benchmarking
Learn how to monitor .NET app performance using BenchmarkDotNet. Discover benchmarking basics, examples, and tips for optimizing your code.
Article
Added by: ThomasArdal
// blog.elmah.io
Dotnet for Solopreneurs
Article
Popular Story
// www.solopreneur.sh
Yesterday
O Futuro do Blazor
Article
Popular Story
// dev.to
Default Interface Implementations in C#: Where Inheritance Goes to Troll You
Article
Popular Story
// dev.to
Interview with Daniel Roth (PPM Blazor @ Microsoft) on the future of Blazor with Nick Chapsas
Article
Popular Story
// www.youtube.com
.NET Compiler Platform ("Roslyn") Analyzers
A number of Roslyn diagnostic analyzers initially developed to help flesh out the design and implementation of the static analysis APIs.
Featured Package
// Category Code Analysis and Metrics
IdentityServer in Docker Containers: HTTPS and SameSite (Part 3)
In this third part of the series, we tackle login issues in IdentityServer caused by
cookie restrictions in HTTP and show how to resolve them by implementing HTTPS. We’ll
guide you through securing communication between the host, client, and IdentityServer
containers and configuring HTTPS in Docker to ensure everything runs smoothly.
cookie restrictions in HTTP and show how to resolve them by implementing HTTPS. We’ll
guide you through securing communication between the host, client, and IdentityServer
containers and configuring HTTPS in Docker to ensure everything runs smoothly.
Article
Added by: tndata
// nestenius.se
Last 7 Days
BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
Featured Package
// Category Blazor
Task.WhenAll + Exceptions = Dor de Cabeça!
Article
Popular Story
// dev.to
FSharpPacker – compile F# scripts to executables
Library
Popular Story
// github.com
Using Dependabot to Manage .NET SDK Updates
Article
Popular Story
// devblogs.microsoft.com
Awesome .NET Weekly » 439
Top Stories
- How Much Memory Do You Need in 2024 to Run 1 Million Concurrent Tasks?
- Why Are People Choosing C++ For Game Development?
- Avalonia UI in 2024: Growth, Challenges, and the Road Ahead
✅ 𝗧𝗵𝗿𝗲𝗮𝗱 𝗦𝘆𝗻𝗰𝗵𝗿𝗼𝗻𝗶𝘇𝗮𝘁𝗶𝗼𝗻 𝗦𝗶𝗺𝗽𝗹𝗶𝗳𝗶𝗲𝗱 𝗶𝗻 .𝗡𝗘𝗧 𝟵: 𝗨𝗻𝗱𝗲𝗿𝘀𝘁𝗮𝗻𝗱𝗶𝗻𝗴 𝗟𝗼𝗰𝗸 𝗠𝗲𝘁𝗵𝗼𝗱𝘀
Article
Popular Story
// dev.to
DryIoc is fast, small, full-featured IoC Container for .NET
DryIoc is fast, small, full-featured IoC Container for .NET
Featured Package
// Category IoC
CSLA .NET
A home for your business logic in any .NET application.
Featured Package
// Category Application Frameworks
Last 30 Days
Kusto-Loco
C# KQL query engine with flexible I/O layers and visualization
Featured Package
// Category Database
.NET Support on Heroku
Article
Popular Story
// blog.heroku.com
How to bulk insert with EF Core
Learn how to perform bulk inserts with EF Core, from basic methods like Add and AddRange to advanced options using BulkExtensions and raw SQL.
Article
Added by: ThomasArdal
// blog.elmah.io
Announcing Uno Platform Studio featuring Hot Design
The new modern visual designer for .NET apps
Article
Added by: mtmattei
// platform.uno
Why Are People Choosing C++ For Game Development?
Article
Popular Story
// dev.to
Avalonia UI in 2024: Growth, Challenges, and the Road Ahead
Article
Popular Story
// avaloniaui.net
IdentityServer in Docker Containers: Networking (Part 2)
This is part 2 of a blog series on containerizing a Duende IdentityServer and a client application.
In this post, we resolve communication challenges that arise when these applications run in separate
Docker containers. You’ll learn how to fix back-channel issues, handle localhost conflicts, and
establish proper networking between the client and IdentityServer.
In this post, we resolve communication challenges that arise when these applications run in separate
Docker containers. You’ll learn how to fix back-channel issues, handle localhost conflicts, and
establish proper networking between the client and IdentityServer.
Article
Added by: tndata
// nestenius.se
Building Microservices with .NET Core and Kafka: Order Processing
Article
Popular Story
// dev.to
MASA.Blazor
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
Featured Package
// Category Blazor