New: genericsAll contenthive-129948hive-196917krsteemhive-166405zzanhive-183959hive-180932hive-150122photographyhive-185836uncommonlabhive-183397hive-144064lifehive-188619bitcoinhive-101145hive-139150krsuccesshive-124908hive-103599hive-180301hive-109690hive-106183TrendingNewHotLikersmayurid (25)in specialty • 6 years agoSpecialty Injectable Generics Market - Size, Share, Outlook, and Forecast till 2026Worldwide Market Reports added Latest Research Report titled “Specialty Injectable Generics Market - Size, Share, Outlook, and Forecast till 2026” Specialty injectable generics are drug therapies…jasjasmine (28)in branded • 7 years agoGlobal Branded Generics In Emerging Market Size, Share, Trends, Growth factors, Top Key Players, Competitive Intelligence 2013 to 2017 and Forecast 2018 to 2024Global Branded Generics In Emerging Market Size, Share, Trends, Growth factors, Top Key Players, Competitive Intelligence 2013 to 2017 and Forecast 2018 to 2024 Global Branded Generics In Emerging…jasjasmine (28)in branded • 7 years agoBranded Generics In Emerging Countries: Market Estimation, Dynamics, Regional Share, Trends, Competitor Analysis 2012 to 2016 and Forecast 2017 to 2023Branded Generics In Emerging Countries: Market Estimation, Dynamics, Regional Share, Trends, Competitor Analysis 2012 to 2016 and Forecast 2017 to 2023 Branded Generics In Emerging Countries: By…iosdevelopers (25)in swift • 7 years agoMore On Swift Genericswoz.software (55)in programming • 7 years agoLets build a maybe library in C# - Maybe extensionsI thought I would add a couple of extensions to the Maybe monad to show how using monadic patterns can spread through your code when you start to use them and that is a good thing as they carry much…woz.software (55)in programming • 7 years agoLets build a monad library for C# - IntroductionI have done various C# pieces on monads and how C# LINQ is a monad engine. Thought I would put my money where my mouth is and build a monad library and explain the design decisions as I go. In…racketship (25)in dtube • 7 years agogolang is for stoners▶️ DTube ▶️ IPFSwoz.software (55)in programming • 7 years agoGeneric singleton pattern in C#The singleton pattern is simple enough to understand but you end up writing the same boiler plate code each time. Time to extract it into a generic class, write once use many times :) So here is…kerimcaglar (51)in utopian-io • 7 years agoGenerics anlamı ve kullanımıSelamlar , Bu dersimizde generics konusundan bahsettim . Generics kullanımı hakkında bilgi verdikten sonra kodlama şekillerine geçeceğiz . Bundan sonra birde protocol konusu bulunmakta . Sonrasında…woz.software (55)in programming • 7 years agoWorking with generic types in C#Using Generic types in code is a simple enough concept. You can take all those duplicated code patterns in your code base and remove the type details. You can then use it instead of the duplicate…jimmco (60)in rust-series • 8 years agoRust lang series episode #11— generics (#rust-series)Hello everyone, here is new a rust series episode. It's starting to be a little bit more interesting (hopefully also for you), today we will discuss generics. We will also utilize a lot of…