An open API service providing repository metadata for many open source software ecosystems.

Topic: "moq"

AutoFixture/AutoFixture

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

Language: C# - Size: 100 MB - Last synced at: 5 days ago - Pushed at: 11 days ago - Stars: 3,456 - Forks: 350

romantitov/MockQueryable

Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc

Language: C# - Size: 351 KB - Last synced at: about 17 hours ago - Pushed at: 8 months ago - Stars: 820 - Forks: 81

ntxinh/AspNetCore-DDD

Full ASP.NET Core 8.0 LTS application with DDD, CQRS and Event Sourcing

Language: C# - Size: 1.33 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 694 - Forks: 121

maxkagamine/Moq.Contrib.HttpClient

A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.

Language: C# - Size: 207 KB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 191 - Forks: 11

UnoSD/Moq.Dapper

Moq extensions for Dapper methods.

Language: C# - Size: 98.6 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 178 - Forks: 79

ivanpaulovich/ddd-tdd-rich-domain-model-dojo-kata

DDD patterns implemented following TDD

Language: C# - Size: 380 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 147 - Forks: 26

ParallelTask/dinoloop

Rest API framework built on top of expressjs powered by Typescript.

Language: TypeScript - Size: 332 KB - Last synced at: 13 days ago - Pushed at: 9 months ago - Stars: 134 - Forks: 16

huysentruitw/entity-framework-core-mock

Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute

Language: C# - Size: 170 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 133 - Forks: 25

dvabuzyarov/moq.ts

Moq for Typescript

Language: TypeScript - Size: 38.5 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 126 - Forks: 10

aghayeffemin/aspnetcore.ntier

.NET Core N-Tier architecture Web Api sample project.

Language: C# - Size: 75.2 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 110 - Forks: 20

Abc-Arbitrage/Abc.MoqComplete

Auto-completion plugin for Moq

Language: C# - Size: 1.04 MB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 109 - Forks: 13

NilavPatel/dotnet-onion-architecture

.Net onion/clean architecture sample

Language: C# - Size: 261 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 90 - Forks: 15

WinLwinOoNet/AspNetCoreActiveDirectoryStarterKit

Starter kit to quickly create ASP.NET Core with On-Premises Active Directory Authentication.

Language: HTML - Size: 16.6 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 80 - Forks: 31

adrianiftode/Moq.ILogger

Easy verify ILogger Moq mocks

Language: C# - Size: 75.2 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 72 - Forks: 7

machine/machine.specifications.fakes 📦

A generic model for using fakes and automocking on top of Machine.Specifications

Language: C# - Size: 44.6 MB - Last synced at: 10 days ago - Pushed at: 6 months ago - Stars: 61 - Forks: 22

EduardoPires/UnitTestingTools

Great tools to increase the quality of your unit tests in .NET C#

Language: C# - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 55 - Forks: 21

huysentruitw/entity-framework-mock

Easy Mock wrapper for mocking EF6 DbContext and DbSet using Moq or NSubstitute

Language: C# - Size: 137 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 49 - Forks: 17

alimon808/contoso-university

Contoso University demo using asp net core and related technologies

Language: C# - Size: 6.17 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 44 - Forks: 43

AKruimink/WinReform

A simple tool to help resize and relocate stubborn windows.

Language: C# - Size: 1.27 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 38 - Forks: 5

NightAngell/SignalR_UnitTestingSupport

Easy to use, small, SignalR Core unit testing support with NUnit, xUnit, MSTest and Moq. It`s also possibility to use it with custom testing engine. (Docs ready to use)

Language: C# - Size: 211 KB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 27 - Forks: 1

leandro-cervelin/cf_api_net_core

.NET 9.0 API using SQL Server with Entity Framework Core + Migration + DDD + Docker with compose

Language: C# - Size: 773 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 25 - Forks: 6

Accenture/AutoFixture.XUnit2.AutoMock

Autofixture auto-mocking for XUnit2 using a mocking library of your choice.

Language: C# - Size: 784 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 23 - Forks: 6

ronaldbosma/FluentAssertions.ArgumentMatchers.Moq

The FluentAssertions.ArgumentMatchers.Moq package provides a simple way to use Moq in combination with FluentAssertions to compare complex objects.

Language: C# - Size: 103 KB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 21 - Forks: 4

keghub/unit-testing-csharp

This repository contains the source files for the course "Unit Testing in C#". The course is currently available at the wiki of the repository.

Size: 117 KB - Last synced at: 8 days ago - Pushed at: almost 4 years ago - Stars: 21 - Forks: 8

yogyogi/ASP.NET-Core-Unit-Testing-with-xUnit

How to perform Unit Testing with xUnit in ASP.NET Core

Language: C# - Size: 36.6 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 14

englishm/moq-rs

Fork of kixelated/moq-rs to continue tracking the IETF MoQ Working Group drafts

Language: Rust - Size: 1.34 MB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 17 - Forks: 20

deanagan/csharp-design-patterns

A demo for design patterns written in C# with Moq, Xunit and FluentAssertions

Language: C# - Size: 638 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 17 - Forks: 3

awesomedev77/ASP-Sports-Betting

Sports Betting

Language: C# - Size: 918 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 0

mohamedelareeg/DomainDrivenERP

This repository is a project aimed at developing an ERP (Enterprise Resource Planning) Web API utilizing Domain Driven Design principles and Clean Architecture. It focuses on providing a scalable, maintainable, and organized codebase for efficiently managing enterprise resources.

Language: C# - Size: 588 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 8

rbengtsson/Automoqer

Automatically creates services for unit testing with all constructor parameters as Moq-objects

Language: C# - Size: 37.1 KB - Last synced at: 28 days ago - Pushed at: almost 4 years ago - Stars: 17 - Forks: 3

samuel-oldra/DevGames.API 📦

🟣 C# e .NET 6 (3ª ed.)

Language: C# - Size: 7.54 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 15 - Forks: 0

michal-ciechan/Moqqer

Moqqer is an AutoMocker for Moq, helping with TDD!

Language: C# - Size: 1.22 MB - Last synced at: 15 days ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 1

VerifyTests/Verify.Moq

Adds Verify support for verifying Moq types.

Language: C# - Size: 365 KB - Last synced at: about 9 hours ago - Pushed at: about 21 hours ago - Stars: 14 - Forks: 2

samuel-oldra/DevReviews.API 📦

🟣 C# e .NET 5 (2ª ed.)

Language: C# - Size: 6.84 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 14 - Forks: 0

samuel-oldra/Agenda.API

🟣 C# e .NET 8

Language: C# - Size: 290 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 14 - Forks: 1

SvetlovA/static-mock

SMock is opensource lib for mocking static and instance methods and properties.

Language: C# - Size: 15.1 MB - Last synced at: about 19 hours ago - Pushed at: 2 months ago - Stars: 13 - Forks: 3

rafaelcaricio/gst-moq-pub

A GStreamer plugin that implements a Media over QUIC (MoQ) publisher element.

Language: Rust - Size: 39.1 KB - Last synced at: about 14 hours ago - Pushed at: 3 months ago - Stars: 12 - Forks: 1

dotnet-labs/UnitTestingWithILogger

Unit Testing with .NET Core ILogger<T>

Language: C# - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 4

Lambda3/DotNet.Core.Runtime.Faker

Lib para trocar implementações injetadas via DI em tempo de execução nos testes integrados

Language: C# - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 2

alanmacgowan/BookLibrary.aspnetcore

Sample ASP.NET CORE MVC Application

Language: C# - Size: 4.73 MB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 7

zobweyt/Discord.Net.Template

A template for building scalable and ready for production Discord.NET apps within the .NET ecosystem (https://discord.com)

Language: C# - Size: 121 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 10 - Forks: 3

kulikov-dev/TimeSheet

A small console util to create time sheet reports for a department.

Language: C# - Size: 125 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 0

DaniloNovakovic/railway-routes-manager 📦

WPF Desktop App that communicates with WCF Server and supports CRUD operations for Railway Routes, Stations and Platforms. (School Project - Faculty of Technical Sciences) 🏫

Language: C# - Size: 1.48 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 5

SilverLiningComputing/MoqToNSubstituteConverter

A console application to convert Moq in unit tests to NSubstitute

Language: C# - Size: 96.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 9 - Forks: 0

kkulewski/bulletin-board

ASP.NET Core MVC + Autofac + Moq - job portal CRUD

Language: C# - Size: 762 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 9 - Forks: 5

johnt84/FootballBlazorApp

Simple Football Blazor Server web app displaying fixtures & results, group standings, teams & players and a player search. Can configure to run for chosen competition. Currently set to run for the English Premier League

Language: C# - Size: 718 KB - Last synced at: 18 days ago - Pushed at: 8 months ago - Stars: 8 - Forks: 2

dariusz-wozniak/TddBook-Code 📦

📘 Repozytorium dla książki "TDD. Techniki programowania sterowanego testami".

Language: C# - Size: 13.4 MB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 1

omeerkorkmazz/MoqAssist

A Lightweight Mocking Assistant for Moq Library in .NET Platforms.

Language: C# - Size: 62.5 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 3

chuanqisun/jasmine-mock-factory

A Jasmine helper for creating mocked classes

Language: TypeScript - Size: 160 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 4

englishm/libmoq

⚠️ Work in Progress! ⚠️ A Media over QUIC library with a C FFI (for integration with ffmpeg, etc.)

Language: Rust - Size: 72.3 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

alirizaadiyahsi/BackOfficeBase

ASP.NET Core Web API Startup Template

Language: C# - Size: 320 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 2

laingsimon/Dapper.MoqTests

Assemblies to assist testing dapper database invocations

Language: C# - Size: 195 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 3

waterbustech/waterbus-rs

Open source video conferencing app built on latest WebRTC SDK. Waterbus Server SFU written in Rust.

Language: Rust - Size: 604 KB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 6 - Forks: 1

alanmacgowan/WebApplication

Sample Application for CI/CD using Jenkins

Language: C# - Size: 1.47 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 20

dariusz-wozniak/TestsAreFun

🌸 .NET tests playground

Language: C# - Size: 190 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 2

benyblack/Moq.Inject

Create an instance of an object by providing constructor parameters with the default mocked objects using Moq.

Language: C# - Size: 30.3 KB - Last synced at: 15 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

heidarbozorg/FTSS

Fast, Testable, Secure, and Scalable restful APIs by C# .Net Core

Language: C# - Size: 604 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 2

hollbl/ApexMoq

Start Moq'ing in Salesforce

Language: Apex - Size: 32.2 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 2

mdzzaman/Unit-Test-CSharp

Unit Test C#

Language: C# - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 5

alangialorenzo/LivroTDDcomDotNET-2019 📦

TDD com C#

Language: C# - Size: 44.9 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 3

johnmwright/MockingFrameworkExamples

As a companion to my blog series on .NET Mocking Frameworks and how they work, this repository attempts to implement the same unit tests with mocks using each of the major mocking frameworks available for .NET.

Language: C# - Size: 34.2 KB - Last synced at: 4 days ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 1

DineshAdhi/moq-go

An attempt to write MOQ-Transport Protocol in Go

Language: Go - Size: 44.8 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 5 - Forks: 1

cloudacademy/csharp-tdd-bitcoinconverter

Dotnet Core 3.1 CSharp TDD Bitcoin Converter Project

Language: C# - Size: 113 KB - Last synced at: 26 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 7

pevel/f1wm

Extracting web API of f1wm.pl, piece by piece

Language: C# - Size: 1.39 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

verdie-g/Moq.DataReader 📦

Moq extension to mock IDataReader with a List<T>

Language: C# - Size: 22.5 KB - Last synced at: 20 days ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 5

Eyevinn/moqlivemock

Test application simulating a live MoQ video+audio publisher. Includes a subscriber app.

Language: Go - Size: 2.77 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 4 - Forks: 2

mgernand/Extensions.Logging.Mock 📦

A unit-testing extension for verifying a logger mock.

Language: C# - Size: 44.9 KB - Last synced at: 29 days ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

robynstanco/Pokedex

ASP.NET Core 3.1 MVC/Web API Application. Search National Dex Pokémon based on a variety of criterion. Create, modify, and view a personal Pokédex.

Language: C# - Size: 1.9 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

FaroukOyekunle/XUnitMockTestsDemo

Language: C# - Size: 3.62 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

teachmeskills-dotnet/TMS-DotNet02-Aslamov

A microservice-based web application developed on .NET Core 3.1 (LTS). The application is an imitation of the medical IoT platform. Microservices simulate sensors, data processors, data storage, UI, etc.

Language: C# - Size: 592 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

BrianSchroer/sparky-test-helpers

.NET unit test helper libraries - Source code for "SparkyTestHelper" nuget packages: SparkyTestHelpers, SparkyTestHelpers.AppSettings, SparkyTestHelpers.AutoMapper, SparkyTestHelpers.Mapping, SparkyTestHelpers.Moq, SparkyTestHelpers.Xml

Language: C# - Size: 867 KB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 5

MrLuje/Mocking.Helpers

Helpers for .net mocking frameworks

Language: C# - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 3

another-one-employee/Northwind 📦

Northwind is a simple MVC application with CRUD operations for working with Products and Categories designed on a Clean Architecture.

Language: C# - Size: 6.65 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 2

felipementel/Avanade.PapoDeDev.UnitTest

Evento da Avanade - Papo de Dev em 01/09/2021

Language: C# - Size: 7.11 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

aslamovyura/OpenDiary

A web-appilcation developed on the .NET Core 3.1 (LTS). The application is a web diary for creating, reading & commenting on posts.

Language: C# - Size: 3.43 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 2

ryanwersal/AutoSplat

Automatically Moq dependencies encountered through Splat's Locator.

Language: C# - Size: 19.5 KB - Last synced at: 3 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

timgrayson85/TFLDataExplorer

A C# .NET Core MVC Web Application for exploring data from the Transport for London Unified API.

Language: C# - Size: 1010 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

mezdelex/CleanTemplate9

Clean Template 9

Language: C# - Size: 121 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

DustSwiffer/AdvancedAPI

A boilerplate for .net APIs with Unit tests using moq and autofixture, SwaggerUI, Microsoft Identity and more to come

Language: C# - Size: 54.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

samuelschnurr/stock-hub

Simple platform for managing stocks as showcase of Angular 11 and .NET 5.

Language: C# - Size: 1.18 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

dotnet-labs/BuilderPattern-Moq-UnitTests

Builder Pattern vs Moq in Unit Tests

Language: C# - Size: 111 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 2

markjsc/AutoMockHelper

Speed up your unit test writing by using this helper that leverages AutoMocker to automatically mock dependencies.

Language: C# - Size: 67.4 KB - Last synced at: 17 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

rhysawilliams2010/Moq.FluentAssertions

A fluent assertion helper for Moq It

Language: C# - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

StephanZahariev/SmtpMoq.NET

SmtpMoq.NET is a lightweight SMTP server used during development/testing phases of an application

Language: C# - Size: 238 KB - Last synced at: 13 days ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

rgvlee/EntityFrameworkCore.DbContextBackedMock.Moq 📦

EntityFrameworkCore.DbContextBackedMock.Moq

Language: C# - Size: 560 KB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

stevenmclintock/unit-test-best-practice-demo-project

Best practices for unit testing using MSTest, Moq and Shouldly

Language: C# - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

channeladam/ChannelAdam.TestFrameworks 📦

DEPRECATED - .NET libraries that provide handy functionality for writing automated tests and reading their output, using Moq and MSTest.

Language: C# - Size: 6.21 MB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

jurabek/Blog

Sample blog web site powered by ASP.NET MVC

Language: C# - Size: 781 KB - Last synced at: 15 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

maximiliysiss/grpc.net.testing.moq

Library to mocking gRPC client. Instead of Grpc.Core.Testing using extensions for Moq

Language: C# - Size: 48.8 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

mc-programmer/.net_learning-_-_samples

this is my learning project with some samples, I've exercised some of the exciting features of .NET like unit testing, web api, versioning, moq, and etc...

Language: C# - Size: 1.02 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

emaadgh/QuickLinker

ASP.NET Core backend service designed to simplify URL management by providing API endpoints for generating and resolving shortened URLs.

Language: C# - Size: 132 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Zotyamester/cdn-optimization

Experiments with Media over QUIC relay topology optimization. 🌐

Language: Jupyter Notebook - Size: 1.51 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

staivanov/Unit-Testing

Unit testing C# code with NUnit and Moq

Language: C# - Size: 64.4 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

stakx/dissecting-moq4 📦

An experiment in reducing Moq 4 to a smaller set of core features by removing "convenience" features one after another, and documenting the process along the way.

Language: C# - Size: 21.3 MB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

avarnon/Rightpoint.UnitTesting.Demo

Unit testing demo solution

Language: C# - Size: 1 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

iammuhit/shoppingcart-aspnet-mvc

An online shopping cart web application in ASP.NET MVC 5

Language: JavaScript - Size: 1.59 MB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

yeyopepe/Many.Mocks

Time-saving extensions to create and setup large number of mocks using Moq framework.

Language: C# - Size: 85.9 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

khatanboyevelbek/Sheenam

This is The Standart compliant API which allows you and your family find comfortable home

Language: C# - Size: 233 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jorgenschumann/InitialEnterprise

Initial Enterprise Architecture for a .net core based business critical backend softwaresystem

Language: CSS - Size: 12.7 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

insight-architectures/unit-testing-csharp

This repository contains the source files for the course "Unit Testing in C#". The course is currently available at the wiki of the repository.

Size: 119 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1