home.social

Search

19 results for “AhmedTarek”

  1. 🤷‍♂️ SOLID: Liskov Substitution Principle Explained In .NET C#

    ➡ Read this article to understand the Liskov Substitution Principle of the SO(L)ID principles in .NET C#

    📖 developmentsimplyput.com/post/

    📭 developmentsimplyput.com/subsc

    #dotnet #solid #liskov #substitution #principle

  2. 🔥 Enhanced Repository Pattern in .NET C# 🔥

    👉 Client had some specific requirements and some of them were pure technical.

    👉 Requirements like throttling and automated health check.

    Read this article to know more details.

    📖 developmentsimplyput.com/post/

    📭 developmentsimplyput.com/subsc

    #dotnet #designpattern #repository #throttling #healthcheck

  3. 🤷‍♂️ Is it enough to define IMyInterface<T> ⁉ do I need IMyInterface as well ⁉ 🤦‍♂️

    ➡ If you search the internet🕸, you would find tons of resources discussing the best practices to follow when designing interfaces.

    ➡ However, I have one more best practice to tell you about which I couldn’t find online except for rare coincidences..

    📖 developmentsimplyput.com/post/

    Consider subscribing?
    📭 developmentsimplyput.com/subsc

    #dotnet #softwaredesign #softwarearchitecture #bestpractice #interfaces #generic #nongeneric

  4. 🤔 Invariance, Covariance, and Contravariance in .NET C# 🤷‍♂️

    ➡️ If it is so hard on you to really understand this topic, don’t feel ashamed of it, you are not alone.

    ➡️ It happened to me and many other developers. I even know experienced developers who are using them but still can’t understand them well enough.

    ➡️ However, this is the past. In this article, you are going to understand it once and for all.

    Before jumping to the article, consider subscribing to the newsletter to get useful content delivered directly to your inbox 😀

    📭 developmentsimplyput.com/subsc

    Invariance, Covariance, and Contravariance in .NET C#

    developmentsimplyput.com/post/

    If you like the content, make sure others know about it 😉

  5. 🤔 Invariance, Covariance, and Contravariance in .NET C# 🤷‍♂️

    ➡️ If it is so hard on you to really understand this topic, don’t feel ashamed of it, you are not alone.

    ➡️ However, this is the past. In this article, you are going to understand it once and for all.

    Invariance, Covariance, and Contravariance in .NET C#

    developmentsimplyput.com/post/

    Consider Sunscribing to my newsletter?
    📭 developmentsimplyput.com/subsc

    #dotnet #variance #covariance #contravariance #invaraince

  6. 🤔 Invariance, Covariance, and Contravariance in .NET C# 🤷‍♂️

    ➡️ If it is so hard on you to really understand this topic, don’t feel ashamed of it, you are not alone.

    ➡️ However, this is the past. In this article, you are going to understand it once and for all.

    Invariance, Covariance, and Contravariance in .NET C#

    developmentsimplyput.com/post/

    Consider Sunscribing to my newsletter?
    📭 developmentsimplyput.com/subsc

    #dotnet #variance #covariance #contravariance #invaraince

  7. 🤔 Invariance, Covariance, and Contravariance in .NET C# 🤷‍♂️

    ➡️ If it is so hard on you to really understand this topic, don’t feel ashamed of it, you are not alone.

    ➡️ However, this is the past. In this article, you are going to understand it once and for all.

    Invariance, Covariance, and Contravariance in .NET C#

    developmentsimplyput.com/post/

    Consider Sunscribing to my newsletter?
    📭 developmentsimplyput.com/subsc

    #dotnet #variance #covariance #contravariance #invaraince

  8. 🤔 Invariance, Covariance, and Contravariance in .NET C# 🤷‍♂️

    ➡️ If it is so hard on you to really understand this topic, don’t feel ashamed of it, you are not alone.

    ➡️ However, this is the past. In this article, you are going to understand it once and for all.

    Invariance, Covariance, and Contravariance in .NET C#

    developmentsimplyput.com/post/

    Consider Sunscribing to my newsletter?
    📭 developmentsimplyput.com/subsc

    #dotnet #variance #covariance #contravariance #invaraince

  9. 🤔 Invariance, Covariance, and Contravariance in .NET C# 🤷‍♂️

    ➡️ If it is so hard on you to really understand this topic, don’t feel ashamed of it, you are not alone.

    ➡️ However, this is the past. In this article, you are going to understand it once and for all.

    Invariance, Covariance, and Contravariance in .NET C#

    developmentsimplyput.com/post/

    Consider Sunscribing to my newsletter?
    📭 developmentsimplyput.com/subsc

    #dotnet #variance #covariance #contravariance #invaraince

  10. 🔧🔨 Builder Design Pattern in .NET C# 🚨

    A step by step guide to develop a Fluent API from scratch in .NET C# using the Builder Design Pattern.

    In this article, we would walk through the whole process of developing a Fluent API using the Builder Design Pattern, from the early steps of thinking about it, to the latest of testing it.

    ⁉️ What is the Builder Design Pattern?

    It is a creational design pattern which allows creating complex objects into small simple steps one by one.

    ⁉️ What are the advantages of the Builder Design Pattern?

    Some of the well-known advantages of the Builder Design Pattern are...

    For the step by step guide, read the article below 👇

    However, before jumping to the article, consider subscribing to the newsletter to get useful content delivered directly to your inbox 😀

    📭 developmentsimplyput.com/subsc

    Builder Design Pattern in .NET C#

    developmentsimplyput.com/post/

    #dotnet #csharp #designpatterns #builder #fluentapi

  11. 🔧🔨 Builder Design Pattern in .NET C# 🚨

    A step by step guide to develop a Fluent API from scratch in .NET C# using the Builder Design Pattern.

    In this article, we would walk through the whole process of developing a Fluent API using the Builder Design Pattern, from the early steps of thinking about it, to the latest of testing it.

    Builder Design Pattern in .NET C#

    developmentsimplyput.com/post/

    📭 developmentsimplyput.com/subsc

    #dotnet #csharp #designpatterns #builder #fluentapi

  12. ⏰ Best Practice for Using Timers in .NET C# ⏳

    ➡ When using System.Timers.Timer in your .NET C# application, you might face problems with abstracting it and being able to cover your modules with Unit Tests.

    ➡ In this article, we would be discussing the Best Practices on how to conquer these challenges and by the end you would be able to achieve 100% coverage of your modules.

    developmentsimplyput.com/post/

    📭 developmentsimplyput.com/subsc

    #dotnet #softwaredesign #softwarearchitecture #bestpractice #timers

  13. NBC announces major broadcaster assignments for Super Bowl, Olympics, NBA All-Star Game

    Mike Tirico and Maria Taylor are going to be racking up the frequent flyer miles in February. The…
    #NewsBeep #News #TV #AhmedFareed #CA #Canada #Entertainment #MariaTaylor #MikeTirico #NBCSports
    newsbeep.com/ca/251904/