-
Entity Framework Core
ORM for database access and migrations, enabling easy data querying and management. -
Dapper
Lightweight and fast ORM for SQL databases, offering high performance for queries. -
AutoMapper
Simplifies mapping between objects, reducing boilerplate code. -
FluentValidation
Provides an expressive and fluent interface for validating .NET objects. -
Serilog
Structured logging library with various sinks (e.g., file, console, Elasticsearch). -
NLog
Flexible logging framework for various targets like files, databases, and cloud services. -
Polly
Resilience and transient-fault-handling library for retries, circuit breakers, and fallbacks. -
Swashbuckle.AspNetCore
Adds Swagger/OpenAPI support to ASP.NET Core APIs for documentation and testing. -
MediatR
Library for implementing CQRS and Mediator patterns in .NET applications. -
Newtonsoft.Json
Popular library for advanced JSON serialization and deserialization. -
System.Text.Json
Lightweight JSON serialization built into .NET Core. -
Quartz.NET
Scheduler library for background jobs and task automation. -
Hangfire
Background job processing with a dashboard for monitoring. -
xUnit
Unit testing framework for .NET applications. -
Moq
Mocking framework for creating test doubles in unit tests. -
BenchmarkDotNet
Performance benchmarking library for .NET applications. -
MailKit
Cross-platform library for sending and receiving emails. -
HtmlAgilityPack
HTML parser for web scraping or processing HTML content. -
RestSharp
Simplifies making HTTP requests to consume APIs. -
LiteDB
Lightweight NoSQL database for small applications. -
Bogus
Fake data generator for testing and prototyping. -
ClosedXML
Provides easy manipulation of Excel files. -
CsvHelper
Simplifies reading and writing CSV files. -
EPPlus
Advanced library for creating and managing Excel spreadsheets. -
Rebus
Simple message bus for distributed applications. -
RabbitMQ.Client
.NET client library for RabbitMQ message broker. -
MassTransit
Framework for building distributed applications using message queues. -
IdentityServer4
Authentication and authorization server for OpenID Connect and OAuth 2.0. -
SignalR
Real-time communication framework for .NET applications. -
SharpZipLib
Compress and decompress files in various formats. -
PdfSharp
Create and modify PDF files in .NET. -
ZXing.Net
Barcode and QR code generation and scanning library. -
ImageSharp
A modern, cross-platform, and performance-optimized library for processing images, including resizing, cropping, and format conversion. -
SkiaSharp
A .NET binding for the Skia Graphics Library, used for drawing, text rendering, and working with images. -
Magick.NET
A .NET wrapper for ImageMagick, supporting advanced image manipulation like resizing, filters, and format conversions. -
MailKit
A robust, cross-platform library for sending and receiving emails over SMTP, IMAP, and POP3. -
SendGrid C# Library
A library for sending emails using SendGrid's SMTP and API integration for transactional and bulk email delivery. -
DinkToPdf
A .NET wrapper for the popular wkhtmltopdf library, enabling the conversion of HTML to PDF with support for styles, images, and JavaScript. -
iText7 for .NET
A powerful library for creating and converting PDFs, including HTML to PDF capabilities. -
IronPDF
Converts HTML to PDF with built-in support for ASP.NET and MVC applications. -
PdfSharp
While primarily a PDF creation library, it can be extended for use in converting HTML to PDF.
-
DevExpress
UI controls and reporting tools for building rich applications. -
Telerik UI
UI components for web, desktop, and mobile .NET applications. -
Syncfusion
Extensive UI library for developing modern applications. -
Aspose
Libraries for working with documents like PDF, Word, and Excel. -
PostSharp
Aspect-oriented programming (AOP) for .NET. -
Refit
Simplifies API integration using declarative syntax. -
Ocelot
API Gateway for microservices architecture. -
MiniProfiler
Lightweight profiling for performance diagnostics. -
Akka.NET
Distributed actor framework for scalable applications. -
Mapster
Lightweight object-to-object mapping library.
-
ReSharper
Code analysis, refactoring, and productivity tool. -
Productivity Power Tools
Enhances productivity with additional tools for Visual Studio. -
OzCode
Advanced debugging features for Visual Studio. -
CodeMaid
Simplifies code cleanup and organization. -
GitHub Extension
Seamless GitHub integration in Visual Studio. -
SQL Server Data Tools
Database development and deployment tools. -
Live Share
Real-time collaboration in Visual Studio.
-
C# for Visual Studio Code
Core extension for C# development in VS Code. -
REST Client
Test APIs directly within VS Code. -
GitLens
Enhanced Git support with blame and history tracking. -
Docker
Manage Docker containers directly from VS Code. -
SQL Server
Execute SQL queries from VS Code. -
Live Server
Real-time preview for web development.