Coder Social home page Coder Social logo

kkoziarski / grpc-dotnet-enterprise Goto Github PK

View Code? Open in Web Editor NEW
44.0 2.0 12.0 180 KB

.NET Core gRPC example with testable gRPC services

License: MIT License

C# 100.00%
grpc grpc-dotnet dotnet-core mediatr unit-testing integration-testing microservices

grpc-dotnet-enterprise's Introduction

Hello World ๐Ÿ‘‹

Linkedin Badge Twitter Badge GitHub GitHub.io

I'm Krzysztof! Fullstack Dev | .NET & JavaScript Enthusiast | Code Fanatic

  • ๐Ÿ”ญ Iโ€™m currently working as Senior .NET Developer
  • ๐ŸŒฑ Iโ€™m currently playing with Polyglot Notebooks and algorithms
  • ๐Ÿ’ฌ Ask me about anything, I'm happy to help โœŒ๏ธ
  • ๐Ÿ“ซ How to reach me: use the badges above
  • ๐Ÿ˜„ Pronouns: he/him/his
  • ๐Ÿ’ป Fun of Windows Terminal and ๐Ÿงจoh-my-posh
  • โšก Fun fact: Equal is Not Always Equal in Javascript

๐Ÿ›  Tech Stack

CSharp .NET

JavaScript TypeScript HTML5 CSS3 Bootstrap Angular React

SQL Server MongoDB PostgreSQL CosmosDB

VS VSCode Windows PowerShell Bash Git

Azure Azure DevOps Docker Kubernetes Redis


kkoziarski's GitHub Stats

grpc-dotnet-enterprise's People

Contributors

dependabot[bot] avatar kkoziarski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

grpc-dotnet-enterprise's Issues

GrpcServerApplicationFactoryBase does not replace/remove DbContextOptions<TContext>

Had to use the following services.Remove statements in order to completely replace my original DbContext with one that uses InMemoryDatabase.

var registeredServiceDescriptor = services.FirstOrDefault(s => s.ServiceType == typeof(TContext));
services.Remove(registeredServiceDescriptor);

var dbContextOptionsDescriptor = services.FirstOrDefault(x => x.ServiceType == typeof(DbContextOptions<TContext>));
services.Remove(dbContextOptionsDescriptor);

in

GrpcServerApplicationFactoryBase

awesome solution by the way.. thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.