Hossein Ebrahimi (h-ebrahimi)

h-ebrahimi

Geek Repo

Company:Sadad PSP

Location:Iran Tehran

Twitter:@DevEbrahimi

Github PK Tool:Github PK Tool

Hossein Ebrahimi's repositories

Language:C#Stargazers:1Issues:0Issues:0

Akka.Pub.Sub

Distributed Publish Subscribe in Cluster

Language:C#Stargazers:0Issues:1Issues:0

AkkaSimple

My Akka.Net Samples

Language:C#Stargazers:0Issues:0Issues:0

chainsample

ChainSample

Language:C#Stargazers:0Issues:0Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

CircuitBreakerPattern

Implement Circuit Breaker with Polly

Language:C#Stargazers:0Issues:0Issues:0

ClusterShardingSolution

Simple ClusterSharding

Language:C#Stargazers:0Issues:1Issues:0
Language:C#Stargazers:0Issues:1Issues:0
Language:C#Stargazers:0Issues:1Issues:0

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/

Language:C#Stargazers:0Issues:0Issues:0

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.

Language:C#Stargazers:0Issues:0Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

FactoryMethod

الگوی Factory Method به عنوان یک الگوی creational طبقه بندی می شود.

Language:C#Stargazers:0Issues:1Issues:0

OAuthSample

A sample project demonstrating how to use DotNetOpenAuth and ServiceStack to create an OAuth2 resource server.

Language:JavaScriptLicense:BSD-2-ClauseStargazers:0Issues:0Issues:0

Observer-Pattern

I will show you a simple implementation of Observer Pattern based on .NET Events.

Language:C#Stargazers:0Issues:1Issues:0
Language:C#Stargazers:0Issues:1Issues:0

Scrutor

Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection

Language:C#License:MITStargazers:0Issues:0Issues:0
Language:C#Stargazers:0Issues:1Issues:0
Language:C#Stargazers:0Issues:0Issues:0
Language:C#Stargazers:0Issues:1Issues:0

TanvirArjel.Extensions.Microsoft.DependencyInjection

This repository contains the generic service registration in ASP.NET Core Dependency Injection Container.

License:MITStargazers:0Issues:0Issues:0

TDD-Sample

Chapter 10 - Error Handling

Language:C#Stargazers:0Issues:1Issues:0

TimeConversion

TimeConversion

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:C#Stargazers:0Issues:0Issues:0
Language:C#Stargazers:0Issues:1Issues:0