Florin Ciubotariu

avatar

Florin Ciubotariu's Blog

  • Home
Subscribe via RSS
© Florin Ciubotariu 2025
Ghost & StayPuft
    author-profile-image

    Florin-Constantin Ciubotariu

    3 posts
    entity framework core

    Exclude tables when using Entity Framework Core Reverse Engineering

    Right now (October 2020) there is not an easy way to exclude tables when you Reverse Engineer your database (Database First). There are two main ways to do it:Using Scaffold-DbContext and providing

    5 years ago October 7th, 2020 Featured
    masstransit

    Mocking calls of MassTransit's ISendEndpointProvider Send method

    BackgroundMassTransit allows you to produce messages using two different methods:You can send a message (commands) using ISendEndpointProvider interface.You can publish a message (events) using IPublishEndpoint interface.Tackling the message sendingBasically, when

    6 years ago July 20th, 2019 2 min read
    azure

    Retrieving the number of messages of a Service Bus Queue in .NET Core

    Connection String approach Starting from version 3.1.0 (which is still in preview at the time of writing this post) Service Bus Management library offers a smooth way to access a queue

    7 years ago July 10th, 2018 4 min read
    Subscribe via RSS
    © Florin Ciubotariu 2025
    Ghost & StayPuft