You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This stands as a comprehensive solution template that embodies the principles of Clean Architecture, seamlessly integrated with the prowess of CQRS implementation, all within the ASP.NET Core framework.
The main focus of this project is to develop and refine skills in integration testing, including setting up test environments, executing API tests, and validating expected behaviors.
This is a template for building REST APIs using .NET 7 and Entity Framework Core 7. It is a monolith using multilayer architecture and uses some common libraries and configurations very used in the .Net community.
This library is a dotnet client around the fabulous MockServer docker image. It provides an easy and on-the-fly way to setup all sorts of HttpServers with Responses, Timeouts, Exceptions and so on.
A Visual Studio plugin that makes it easier to perform unit/intergration-hybrid testing for CRM plugins. It also includes a few templates for plugin and step projects for fast start.