Pinned Repositories
Chill
Chill, a BDD style testing framework - "If you stick it in a container, Chill will keep it cool"
moq
The most popular and friendly mocking framework for .NET
fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
CsvHelper
Library to help reading and writing CSV files
AspNetCoreOData
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
Chill
FluentAssertions
Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our internal and client projects, and it is used in many open-source projects. It runs on .NET 4.0, 4.5, 4.6, CoreClr, .NET Native, Windows 8.1, Silverlight 5, Windows Phone 8.0 and UWP. It supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio, NSpec and MSpec.
KodeKata
C# TDD Code Katas
LINQlone
Reimplementation of LINQ for .NET Framework 2.0
MongoDB101
MongoDB University - MongoDB .NET 101
SaroTasciyan's Repositories
SaroTasciyan/LINQlone
Reimplementation of LINQ for .NET Framework 2.0
SaroTasciyan/KodeKata
C# TDD Code Katas
SaroTasciyan/AspNetCoreOData
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
SaroTasciyan/Chill
SaroTasciyan/FluentAssertions
Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our internal and client projects, and it is used in many open-source projects. It runs on .NET 4.0, 4.5, 4.6, CoreClr, .NET Native, Windows 8.1, Silverlight 5, Windows Phone 8.0 and UWP. It supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio, NSpec and MSpec.
SaroTasciyan/MongoDB101
MongoDB University - MongoDB .NET 101
SaroTasciyan/MethodInvocationLoggingSample
Aspect oriented method invocation (entry and exit) logging using Castle Windsor
SaroTasciyan/moq4
Repo for managing Moq 4.x
SaroTasciyan/MoreLINQ
Extensions to LINQ to Objects
SaroTasciyan/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.0.
SaroTasciyan/UnitTestTraining
A .NET sample project used in unit test training