"Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features."
Library or NuGet package built with .net standard and c# by Tom Pallister.
Project website: https://github.com/ThreeMammals/Ocelot
Repository: https://github.com/ThreeMammals/Ocelot
"Adds support for creating and managing AWS Cloud9 development environments. AWS Cloud9 is a cloud-based integrated development environment (IDE) that you use to write, r…"
Library or NuGet package built with .net standard and c# by Amazon Web Services.
"ServiceFabric.Mocks contains many mocks and helper classes to facilitate and simplify unit testing of your Service Fabric Actor and Service projects."
Library or NuGet package built with .net standard and c# by Loek Duys.
"Easily add icon fonts to your Xamarin.Forms applications!"
Library or NuGet package built with .net standard and c# by Jeremy Marcus.
"DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database spe…"
Library or NuGet package built with .net standard and c# by Paul Stovell, Jim Burger, Jake Ginnivan & Damian Maclennan.
"App Metrics ASP.NET Core Endpoints provides the ability to expose metrics and environment information as web endpoints."
Library or NuGet package built with .net standard and c# by Allan Hardy and Contributors.
"This package includes nunit.engine and related assemblies, for use by runner programs. It is not intended for direct use by users who simply want to run tests."
Library or NuGet package built with .net standard and c# by Charlie Poole & Rob Prouse.
Hello, I'm Corstiaan. I'm a .net developer from the Netherlands and I manage BuiltWithDot.Net. I created this site as a place where developers working with .net technology can showcase their projects and inspire other developers.
There's so much you can build with .net these days that I thought it would be nice to have a corner of the web dedicated to the breadth of .net. Enjoy!
Get weekly updates about new projects built with .net tech
Great! Click the link in the e-mail to confirm. Check the spam folder if you can't find it.
No spam. Unsubscribe any time.
© 2023 - created by Corstiaan Hesselink - submit project - RSS feed - contact