Skip to content

Latest commit

 

History

History
81 lines (66 loc) · 2.19 KB

README.md

File metadata and controls

81 lines (66 loc) · 2.19 KB

Simple .NET Examples

📖 Examples

Console Applications About These Topics
  • Elasticsearch
  • Redis
  • .NET Documents
    • Stream and File
    • Lamda Expresion
    • Static
    • Reflection
    • Thread
    • Semaphore
    • Asynchronous with Async Function
    • Task
    • Parallel
    • Delegate
    • Indexer
    • Binary Operator - Bitwise

Ocelot

API Gateway using Ocelot
  • Routing
  • Authentication
  • Rate Limiting

YARP

Yet Another Reverse Proxy - YARP
  • Routing
  • Authentication
  • Authorization
  • Rate Limiting

Elasticsearch

Searching with Web API using Elasticsearch

Kafka

  • Producer : Producer Console Application
  • Consumer : Consumer Console Application

RabbitMQ

  • Publisher : Producer Console Application
  • Subscriber : Consumer Console Application
  • Masstransit RabbitMQ : Masstransit RabbitMQ Web API

Redis

Caching with Web API using Redis