Pinned Repositories
Akka.Pub.Sub
Distributed Publish Subscribe in Cluster
AkkaSimple
My Akka.Net Samples
chainsample
ChainSample
CheckingEmptyLists
we will have two types of lists, List and IEnumerable to compare the results. Most people like to use the LINQ library to check this, but is this the fastest way to do it? Let’s find out.
CircuitBreakerPattern
Implement Circuit Breaker with Polly
ClusterShardingSolution
Simple ClusterSharding
DDF
DecoratorPattern
DistributedLock
Distributed locks are a very useful primitive in many environments where different processes must operate with shared resources in a mutually exclusive way. https://redis.io/docs/reference/patterns/distributed-locks/
IfLess
h-ebrahimi's Repositories
h-ebrahimi/IfLess
h-ebrahimi/Akka.Pub.Sub
Distributed Publish Subscribe in Cluster
h-ebrahimi/AkkaSimple
My Akka.Net Samples
h-ebrahimi/chainsample
ChainSample
h-ebrahimi/CheckingEmptyLists
we will have two types of lists, List and IEnumerable to compare the results. Most people like to use the LINQ library to check this, but is this the fastest way to do it? Let’s find out.
h-ebrahimi/CircuitBreakerPattern
Implement Circuit Breaker with Polly
h-ebrahimi/ClusterShardingSolution
Simple ClusterSharding
h-ebrahimi/DDF
h-ebrahimi/DecoratorPattern
h-ebrahimi/DistributedLock
Distributed locks are a very useful primitive in many environments where different processes must operate with shared resources in a mutually exclusive way. https://redis.io/docs/reference/patterns/distributed-locks/
h-ebrahimi/EF_ADO_Benchmarking
We generally want to use Entity Framework for our ORM, but just a little searching reveals StackExchange questions and blog post how EF is simply not up to par for high-performance systems.
h-ebrahimi/EmployeeDemoCQRS
CQRS stands for Command Query Responsibility Segregation. That is separating Command (write) and Query (read) models of an application to scale read and write operations of an application independently. Instead of having all of the four CRUD operations together, let us segment out to two different pieces.
h-ebrahimi/FactoryMethod
الگوی Factory Method به عنوان یک الگوی creational طبقه بندی می شود.
h-ebrahimi/kidsWithCandies
1431. Kids With the Greatest Number of Candies
h-ebrahimi/OAuthSample
A sample project demonstrating how to use DotNetOpenAuth and ServiceStack to create an OAuth2 resource server.
h-ebrahimi/Observer-Pattern
I will show you a simple implementation of Observer Pattern based on .NET Events.
h-ebrahimi/ResolveServices
h-ebrahimi/Scrutor
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
h-ebrahimi/SocialNetwork
h-ebrahimi/SpAttribute
h-ebrahimi/Staircase
h-ebrahimi/TanvirArjel.Extensions.Microsoft.DependencyInjection
This repository contains the generic service registration in ASP.NET Core Dependency Injection Container.
h-ebrahimi/TDD-Sample
Chapter 10 - Error Handling
h-ebrahimi/TimeConversion
TimeConversion
h-ebrahimi/ValidParentheses
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: Open brackets must be closed by the same type of brackets. Open brackets must be closed in the correct order.
h-ebrahimi/VisitorPattern