15+ .NET Libraries you should Know

15+ .NET Libraries you should Know :

Now a days libraries play an important role in your
development, start learning these libraries for a good
development experience

1.Mediator for CQRS

2.Dapper for micro-ORM

3.Serilog and NLog for logging

4.Bogus for fake data generation

5.Fluent Validation for validations

6.SignalR for real time communication

7.Moq for mock interfaces and classes

8.Hangfire and Quartz for background jobs

9.Noda Time best in the town for date-time

10.Autofac for Dependency Injection Container

11.MiniProfiler for profiling your application

12.Automapper, Mapster and Mapperley for Mappings

13.Polly for fault handling (Retry, Circuit Break)

14.NewtonSoft JSON for playing with JSON and
Objects


15.BenchmarkDotNet helpful in measuring the
performance

16.Swagger for better API experience (built in.NET
Core)

Comments

Popular posts from this blog

Uploading Image to Sql Server Image Datatype in asp.net using fileupload Control

Get Running Sum of Query SQL Query