Git Product home page Git Product logo

Hossein Ebrahimi's Projects

checkingemptylists icon 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.

distributedlock icon 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/

ef_ado_benchmarking icon 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.

employeedemocqrs icon 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.

factorymethod icon factorymethod

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

oauthsample icon oauthsample

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

observer-pattern icon observer-pattern

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

scrutor icon scrutor

Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection

validparentheses icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.