Search
29 results for “AhmedTarek”
-
🤷♂️ 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#
📖 https://developmentsimplyput.com/post/solid-liskov-substitution-principle-explained-in-net-c
-
🤷♂️ 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#
📖 https://developmentsimplyput.com/post/solid-liskov-substitution-principle-explained-in-net-c
-
🤷♂️ 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#
📖 https://developmentsimplyput.com/post/solid-liskov-substitution-principle-explained-in-net-c
-
🔥 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.
📖 https://developmentsimplyput.com/post/better-enhanced-repository-pattern-implementation-in-net-c
-
🔥 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.
📖 https://developmentsimplyput.com/post/better-enhanced-repository-pattern-implementation-in-net-c
-
🔥 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 learn know more details.
📖 https://developmentsimplyput.com/post/better-enhanced-repository-pattern-implementation-in-net-c
-
🤦♂️ Why String.GetHashCode in .NET Drives You Crazy 🤪
➡ I needed to keep track of transactions between tool runs. I saved a hashcode of a transaction in DB.
➡ Tool would generate a new hash-code and compare it to the one already saved in DB.
➡ At same run, it is fine. But, after re-running, generated hashcode -of the same transaction- is not same as one in DB.
➡ Read this article to know how to overcome this.
📖 https://developmentsimplyput.com/post/when-string-gethashcode-in-net-c-drives-you-crazy
📭 http://developmentsimplyput.com/subscribe
#dotnet #softwaredesign #softwarearchitecture #bestpractice #string #hashcode
-
🤦♂️ Why String.GetHashCode in .NET Drives You Crazy 🤪
➡ I needed to keep track of transactions between tool runs. I saved a hashcode of a transaction in DB.
➡ Tool would generate a new hash-code and compare it to the one already saved in DB.
➡ At same run, it is fine. But, after re-running, generated hashcode -of the same transaction- is not same as one in DB.
➡ Read this article to know how to overcome this.
📖 https://developmentsimplyput.com/post/when-string-gethashcode-in-net-c-drives-you-crazy
-
🤦♂️ Why String.GetHashCode in .NET Drives You Crazy 🤪
➡ I needed to keep track of transactions between tool runs. I saved a hashcode of a transaction in DB.
➡ Tool would generate a new hash-code and compare it to the one already saved in DB.
➡ At same run, it is fine. But, after re-running, generated hashcode -of the same transaction- is not same as one in DB.
➡ Read this article to know how to overcome this.
📖 https://developmentsimplyput.com/post/when-string-gethashcode-in-net-c-drives-you-crazy
-
🤦♂️ Why String.GetHashCode in .NET Drives You Crazy 🤪
➡ I needed to keep track of transactions between tool runs. I saved a hashcode of a transaction in DB.
➡ Tool would generate a new hash-code and compare it to the one already saved in DB.
➡ At same run, it is fine. But, after re-running, generated hashcode -of the same transaction- is not same as one in DB.
➡ Read this article to know how to overcome this.
📖 https://developmentsimplyput.com/post/when-string-gethashcode-in-net-c-drives-you-crazy
-
🤦♂️ Why String.GetHashCode in .NET Drives You Crazy 🤪
➡ I needed to keep track of transactions between tool runs. I saved a hashcode of a transaction in DB.
➡ Tool would generate a new hash-code and compare it to the one already saved in DB.
➡ At same run, it is fine. But, after re-running, generated hashcode -of the same transaction- is not same as one in DB.
➡ Read this article to know how to overcome this.
📖 https://developmentsimplyput.com/post/when-string-gethashcode-in-net-c-drives-you-crazy
-
🤦♂️ Why String.GetHashCode in .NET Drives You Crazy 🤪
➡ I needed to keep track of transactions between tool runs. I saved a hashcode of a transaction in DB.
➡ Tool would generate a new hash-code and compare it to the one already saved in DB.
➡ At same run, it is fine. But, after re-running, generated hashcode -of the same transaction- is not same as one in DB.
➡ Read this article to know how to overcome this.
📖 https://developmentsimplyput.com/post/when-string-gethashcode-in-net-c-drives-you-crazy
-
🤷♂️ Is it enough to define IMyInterface<T> ⁉ do I need IMyInterface as well ⁉ 🤦♂️
➡ While working on your masterpiece software system, you define your own interfaces. This is not rocket science to any software developer.
➡ If you search the internet🕸, you would find tons of resources discussing the best practices to follow when designing interfaces, some of these are actually good resources.
➡ However, I have one more best practice to tell you about which I couldn’t find online except for rare coincidences...
A Best Practice for Designing Interfaces in .NET C#
📖 https://www.developmentsimplyput.com/post/a-best-practice-for-designing-interfaces-in-net-c
Consider subscribing to my newsletter?
📭 http://developmentsimplyput.com/subscribe#dotnet #softwaredesign #softwarearchitecture #bestpractice #interfaces #generic #nongeneric
-
🤷♂️ 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..
📖 https://www.developmentsimplyput.com/post/a-best-practice-for-designing-interfaces-in-net-c
Consider subscribing?
📭 http://developmentsimplyput.com/subscribe#dotnet #softwaredesign #softwarearchitecture #bestpractice #interfaces #generic #nongeneric
-
🤷♂️ 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..
📖 https://www.developmentsimplyput.com/post/a-best-practice-for-designing-interfaces-in-net-c
Consider subscribing?
📭 http://developmentsimplyput.com/subscribe#dotnet #softwaredesign #softwarearchitecture #bestpractice #interfaces #generic #nongeneric
-
🤷♂️ 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..
📖 https://www.developmentsimplyput.com/post/a-best-practice-for-designing-interfaces-in-net-c
Consider subscribing?
📭 http://developmentsimplyput.com/subscribe#dotnet #softwaredesign #softwarearchitecture #bestpractice #interfaces #generic #nongeneric
-
🤷♂️ 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..
📖 https://www.developmentsimplyput.com/post/a-best-practice-for-designing-interfaces-in-net-c
Consider subscribing?
📭 http://developmentsimplyput.com/subscribe#dotnet #softwaredesign #softwarearchitecture #bestpractice #interfaces #generic #nongeneric
-
🤷♂️ 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..
📖 https://www.developmentsimplyput.com/post/a-best-practice-for-designing-interfaces-in-net-c
Consider subscribing?
📭 http://developmentsimplyput.com/subscribe#dotnet #softwaredesign #softwarearchitecture #bestpractice #interfaces #generic #nongeneric
-
🤔 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 😀
📭 https://developmentsimplyput.com/subscribe
Invariance, Covariance, and Contravariance in .NET C#
https://www.developmentsimplyput.com/post/variance-invariance-covariance-contravariance-dotnet
If you like the content, make sure others know about it 😉
-
🤔 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#
https://www.developmentsimplyput.com/post/variance-invariance-covariance-contravariance-dotnet
Consider Sunscribing to my newsletter?
📭 https://developmentsimplyput.com/subscribe -
🤔 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#
https://www.developmentsimplyput.com/post/variance-invariance-covariance-contravariance-dotnet
Consider Sunscribing to my newsletter?
📭 https://developmentsimplyput.com/subscribe -
🤔 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#
https://www.developmentsimplyput.com/post/variance-invariance-covariance-contravariance-dotnet
Consider Sunscribing to my newsletter?
📭 https://developmentsimplyput.com/subscribe -
NBC announces major broadcaster assignments for Super Bowl, Olympics, NBA All-Star Game https://www.rawchili.com/nba/379201/ #AhmedFareed #Basketball #MariaTaylor #MikeTirico #NBA #NBCSports
-
NFL Draft 2025: Bengals picks? 🐅👀 https://www.rawchili.com/4198260/ #AhmedFareed #BengalsNfl2025Draft #ChrisSimms #ChrisSimmsNew #ChrisSimmsNfl2025 #ChrisSimmsNflNews #ChrisSimmsPodcast #ChrisSimmsUnbuttoned #ChrisSimmsUnbuttonedPodcast #CincinnatiBengals #CincinnatiBengals #Football #nbc #NbcSports #NbcSportsNfl #NFL #Nfl2025DraftNews #NFLDiscussion #NFLDraftNews #NFLNews #NFLOnNBC #NFLOnNBCSports #NFLReaction #NFLUpdate #SimmsPodcast #SimmsUnbuttoned #sports
-
Kershaw, Rizzo and Votto join NBC as MLB analysts https://www.rawchili.com/mlb/561546/ #AaronJudge #AhmedFareed #AnthonyRizzo #Baseball #BobCostas #ClaytonKershaw #JoeyVotto #JuanSoto #MLB #PaulSkenes #SamFlood #Sports #UzmaRawnDowler
-
Kershaw, Rizzo and Votto join NBC as MLB analysts https://www.rawchili.com/mlb/561546/ #AaronJudge #AhmedFareed #AnthonyRizzo #Baseball #BobCostas #ClaytonKershaw #JoeyVotto #JuanSoto #MLB #PaulSkenes #SamFlood #Sports #UzmaRawnDowler
-
NFL Draft 2025: Bengals picks? 🐅👀 https://www.rawchili.com/4198260/ #AhmedFareed #BengalsNfl2025Draft #ChrisSimms #ChrisSimmsNew #ChrisSimmsNfl2025 #ChrisSimmsNflNews #ChrisSimmsPodcast #ChrisSimmsUnbuttoned #ChrisSimmsUnbuttonedPodcast #CincinnatiBengals #CincinnatiBengals #Football #nbc #NbcSports #NbcSportsNfl #NFL #Nfl2025DraftNews #NFLDiscussion #NFLDraftNews #NFLNews #NFLOnNBC #NFLOnNBCSports #NFLReaction #NFLUpdate #SimmsPodcast #SimmsUnbuttoned #sports
-
#Bales2023FilmChallenge December 23: farmers for #NationalFarmersDay in India
El-Fallâh el-fasîh / The Eloquent Peasant] (#ChadiAbdelSalam, 1970) takes place 4000 years ago, in #Egypt's Middle Kingdom. A peasant (#AhmedMarei), leading his mules past a stream of water, is tricked. With his animals gone, he pleads to the Pharaoh to restore Maʽat, harmony 𓀀 https://write.underworld.fr/settima/el-fallah-el-fasih-1970
-
#Bales2023FilmChallenge December 23: farmers for #NationalFarmersDay in India
El-Fallâh el-fasîh [The Eloquent Peasant] (#ChadiAbdelSalam, 1970) takes place 4000 years ago, in #Egypt's Middle Kingdom. A peasant (#AhmedMarei), leading his mules past a stream of water, is tricked. With his animals gone, he pleads to the Pharaoh to restore Maʽat, harmony 𓀀 https://write.underworld.fr/settima/el-fallah-el-fasih-1970