Showing posts with label NuGet. Show all posts
Showing posts with label NuGet. Show all posts

Monday, October 4, 2021

10 best Nuget Package for .Net Developer

Most .NET Developer should love to  integrate the following package in their .NET project developer.

xUnit & NUnit : pacakge for unit testing

Moq & NSubstitute: Mocking libaries for .Net testing

Polly: Provide rich features for policies handling

FluentAssertions: Provide  rich features for Assertions

BenchmarkDotNet: Provider Performance trace

Serilog: Provide logging with full structure events

Autofixture & Bogus : Fake Data Generator

Scrutor: add scanning capabilities to the default Microsoft Extensions. (DependecyInjection DI Container)

Automapper:Object to Object mapper

Dapper & Entity Framework Core: Data Access framework: Dapper is simple and customable

MediatR & Brighter : CQRS stands for Command Query Responsibility Segregation libraries. MediatR is an in-process command dispatcher. Brighter is an out of process command dispatcher

FluentValidation: validation library using fluence interface and lamda expression for building validation rules

Refit & RestSharp: API tools. Refit is an automatic type-safe REST library for .Net. RestSharp is a simple REST and HTTP API Client for .Net.

Json.NET: handle json data


Friday, August 22, 2014

Manage Nuget Package with Visual Studio

We all know that we can install the NuGet Package on the solution by right click on the solution, then select

Manage NuGet Package for Solution from the popup menu




we also can use the Package Manager Console to install the download NuGet package or other NuGet package built in the local environment. Initially i thought i should be able to access this console from the visual studio menu folder, unfortunately i can't find it.


Finally i find it under the Other Windows under the View Menu

View -->Other Windows --> Package Manager Console




Update

I just found another way to access the Package Manager Console

Tool > Nuget Package Manager > Package Manager Console