Pluralsight.com.C.Sharp.Design.Patterns.Singleton-ELOHiM

File Type Create Time File Size Seeders Leechers Updated
Movie 2024-01-15 78.84MB 0 1 1 week ago
Download
Magnet link   or   Save Instantly without Torrenting   or   Torrent download

To download this file, you need a free bitTorrent client such as qBittorrent.

Report Abuse
Tags
Pluralsight  com  Sharp  Design  Patterns  Singleton  ELOHiM  
Related Torrents
  1. C# Design Patterns- Singleton 78.78MB
  2. [ DevCourseWeb.com ] Udemy - Design Patterns Simplified - Part 1 2.09GB
  3. [ DevCourseWeb.com ] Udemy - Design Patterns In C# And .Net 7 [2023 Edition] 3.73GB
  4. [ DevCourseWeb.com ] Linkedin - Design Patterns for Rust 62.25MB
  5. [ FreeCourseWeb.com ] Microservices - Design Patterns (2024) 269.45MB
  6. [ DevCourseWeb.com ] Udemy - Design Patterns and their Usage with Dependency Injection 3.09GB
  7. [ DevCourseWeb.com ] Udemy - Design Patterns Quick Guide - Interview-Ready Mastery 1.22GB
  8. Lynda - Intermediate C Sharp Design Patterns Part 2 201.39MB
  9. tutsplus.com - JavaScript Design Patterns ® vampiri6ka 1.18GB
  10. dlfeb.com.Meteor.Design.Patterns 1.80MB
Files
  1. 02. Applying the Singleton Pattern/03. Demo. Naive Singleton.mp4 13.47MB
  2. 01. Course Overview/01. Course Overview.mp4 3.20MB
  3. 01. Course Overview/01. Course Overview.srt 2.67KB
  4. 02. Applying the Singleton Pattern/01. Introduction.mp4 2.98MB
  5. 02. Applying the Singleton Pattern/01. Introduction.srt 3.43KB
  6. 02. Applying the Singleton Pattern/02. Singleton Structure and Features.mp4 2.64MB
  7. 02. Applying the Singleton Pattern/02. Singleton Structure and Features.srt 3.19KB
  8. elohim.nfo 2.20KB
  9. 02. Applying the Singleton Pattern/03. Demo. Naive Singleton.srt 7.50KB
  10. 02. Applying the Singleton Pattern/04. Demo. Thread Safe Singleton.mp4 7.12MB
  11. 02. Applying the Singleton Pattern/04. Demo. Thread Safe Singleton.srt 4.42KB
  12. 02. Applying the Singleton Pattern/05. Analysis.mp4 1.46MB
  13. 02. Applying the Singleton Pattern/05. Analysis.srt 1.71KB
  14. 02. Applying the Singleton Pattern/06. Static Constructors and Singletons.mp4 1.61MB
  15. 02. Applying the Singleton Pattern/06. Static Constructors and Singletons.srt 1.84KB
  16. 02. Applying the Singleton Pattern/07. Demo. Static Constructors and Singletons.mp4 7.34MB
  17. 02. Applying the Singleton Pattern/07. Demo. Static Constructors and Singletons.srt 4.27KB
  18. 02. Applying the Singleton Pattern/08. Analysis.mp4 734.32KB
  19. 02. Applying the Singleton Pattern/08. Analysis.srt 1.15KB
  20. 02. Applying the Singleton Pattern/09. LazyT and Singletons.mp4 630.31KB
  21. 02. Applying the Singleton Pattern/09. LazyT and Singletons.srt 864B
  22. 02. Applying the Singleton Pattern/10. Demo. LazyT Singleton.mp4 4.53MB
  23. 02. Applying the Singleton Pattern/10. Demo. LazyT Singleton.srt 2.68KB
  24. 02. Applying the Singleton Pattern/11. Singletons are an Antipattern.mp4 1.28MB
  25. 02. Applying the Singleton Pattern/11. Singletons are an Antipattern.srt 1.93KB
  26. 02. Applying the Singleton Pattern/12. Singletons vs. Static Classes.mp4 2.01MB
  27. 02. Applying the Singleton Pattern/12. Singletons vs. Static Classes.srt 2.42KB
  28. 02. Applying the Singleton Pattern/13. Using Containers.mp4 6.27MB
  29. 02. Applying the Singleton Pattern/13. Using Containers.srt 6.39KB
  30. 02. Applying the Singleton Pattern/14. Demo. Singleton Behavior with Containers.mp4 9.32MB
  31. 02. Applying the Singleton Pattern/14. Demo. Singleton Behavior with Containers.srt 5.27KB
  32. 02. Applying the Singleton Pattern/15. Analysis.mp4 1.06MB
  33. 02. Applying the Singleton Pattern/15. Analysis.srt 1.21KB
  34. 02. Applying the Singleton Pattern/16. Demo. Singleton Testing Considerations.mp4 10.46MB
  35. 02. Applying the Singleton Pattern/16. Demo. Singleton Testing Considerations.srt 6.06KB
  36. 02. Applying the Singleton Pattern/17. Key Takeaways.mp4 2.30MB
  37. 02. Applying the Singleton Pattern/17. Key Takeaways.srt 2.54KB
  38. Exercise Files/02/applying-the-singleton-pattern-slides.pdf 332.31KB
  39. Exercise Files/02/demos/DesignPatternsInCSharp-master/.gitignore 5.45KB
  40. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp.sln 1.82KB
  41. Exercise Files/02/demos/DesignPatternsInCSharp-master/LICENSE 1.04KB
  42. Exercise Files/02/demos/DesignPatternsInCSharp-master/README.md 818B
  43. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/DesignPatternsInCSharp.csproj 1.41KB
  44. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/Adapter-PlantUML.txt 316B
  45. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/AdapterTests.cs 1.43KB
  46. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ApiConstants.cs 355B
  47. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ApiResult.cs 209B
  48. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/LocalFilePeopleAdapter.cs 463B
  49. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/People.json 1.25KB
  50. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/PeopleDataAdapter.cs 225B
  51. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/Person.cs 264B
  52. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/StarWarsApiPeopleAdapter.cs 688B
  53. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/StarWarsCharacterDisplayService.cs 858B
  54. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ThirdPartyApiAdapter.cs 658B
  55. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/01_Initial/StarWarsCharacterDisplayService.cs 820B
  56. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/01_Initial/TestRunner.cs 566B
  57. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/02_TwoProviders/StarWarsCharacterDisplayService.cs 1.67KB
  58. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/02_TwoProviders/TestRunner.cs 934B
  59. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/03_TwoProviderClasses/CharacterFileSource.cs 465B
  60. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/03_TwoProviderClasses/StarWarsApi.cs 631B
  61. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/03_TwoProviderClasses/StarWarsCharacterDisplayService.cs 1.34KB
  62. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/03_TwoProviderClasses/TestRunner.cs 940B
  63. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/04_AdapterIntroduction/CharacterFileSource.cs 929B
  64. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/04_AdapterIntroduction/CharacterSource.cs 138B
  65. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/04_AdapterIntroduction/ICharacterSourceAdapter.cs 241B
  66. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/04_AdapterIntroduction/StarWarsApi.cs 923B
  67. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/04_AdapterIntroduction/StarWarsCharacterDisplayService.cs 1.24KB
  68. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/04_AdapterIntroduction/TestRunner.cs 877B
  69. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/05_DependencyInjection/CharacterFileSource.cs 466B
  70. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/05_DependencyInjection/CharacterFileSourceAdapter.cs 691B
  71. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/05_DependencyInjection/ICharacterSourceAdapter.cs 241B
  72. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/05_DependencyInjection/StarWarsApi.cs 632B
  73. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/05_DependencyInjection/StarWarsApiCharacterSourceAdapter.cs 537B
  74. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/05_DependencyInjection/StarWarsCharacterDisplayService.cs 968B
  75. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/05_DependencyInjection/TestRunner.cs 1.02KB
  76. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/Character.cs 330B
  77. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/CharacterFileSource.cs 466B
  78. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/CharacterFileSourceAdapter.cs 765B
  79. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/CharacterToPersonAdapter.cs 645B
  80. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/ICharacterSourceAdapter.cs 235B
  81. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/StarWarsApi.cs 1.01KB
  82. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/StarWarsCharacterDisplayService.cs 962B
  83. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/06_ResultWrapper/TestRunner.cs 1.02KB
  84. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ThirdPartyApi/Gender.cs 149B
  85. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ThirdPartyApi/GenderConverter.cs 831B
  86. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ThirdPartyApi/PersonDTO.cs 299B
  87. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ThirdPartyApi/PersonDTOApiResult.cs 238B
  88. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Adapter/ThirdPartyApi/ThirdPartyService.cs 726B
  89. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Prototype/PrototypePatternTests.cs 65B
  90. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/Document.cs 1019B
  91. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/ProtectedDocument.cs 845B
  92. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/Roles.cs 520B
  93. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/User.cs 911B
  94. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/Tests/AuthorAddDocument.cs 490B
  95. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/Tests/AuthorReviewDocument.cs 582B
  96. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/Tests/AuthorUpdateDocumentName.cs 981B
  97. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/Tests/EditorReviewDocument.cs 565B
  98. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/ProtectiveProxy/Tests/TestConstants.cs 241B
  99. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/RemoteProxy/GreeterTests.cs 748B
  100. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/SmartProxy/DefaultFile.cs 234B
  101. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/SmartProxy/FileSmartProxy.cs 863B
  102. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/SmartProxy/IFile.cs 157B
  103. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/SmartProxy/Tests/FileConcurrentWrites.cs 1.41KB
  104. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/BaseClassWithHistory.cs 220B
  105. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/ExpensiveDataSource.cs 528B
  106. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/ExpensiveEntity.cs 139B
  107. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/ExpensiveToFullyLoad.cs 590B
  108. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/LazyExpensiveToFullyLoad.cs 868B
  109. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/ReadMe.md 140B
  110. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/VirtualExpensiveToFullyLoad.cs 957B
  111. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/Tests/ExpensiveToFullyLoadCreate.cs 694B
  112. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Proxy/VirtualProxy/Tests/LazyExpensiveToFullyLoadConstructor.cs 1.35KB
  113. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/Logger.cs 814B
  114. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/SingletonTestHelpers.cs 625B
  115. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/SingletonTesting.cs 1.33KB
  116. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v1_Naive/Singleton.cs 540B
  117. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v1_Naive/SingletonInstance.cs 2.52KB
  118. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v2_Locking/Singleton.cs 898B
  119. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v2_Locking/SingletonInstance.cs 2.64KB
  120. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v3_BetterLocking/Singleton.cs 985B
  121. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v3_BetterLocking/SingletonInstance.cs 2.64KB
  122. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v4_LessLazy/Singleton.cs 860B
  123. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v4_LessLazy/SingletonInstance.cs 2.31KB
  124. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v5_NestedLazy/Singleton.cs 920B
  125. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v5_NestedLazy/SingletonInstance.cs 2.32KB
  126. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v6_LazyOfT/Singleton.cs 670B
  127. Exercise Files/02/demos/DesignPatternsInCSharp-master/DesignPatternsInCSharp/Singleton/v6_LazyOfT/SingletonInstance.cs 1.80KB
  128. Exercise Files/02/demos/DesignPatternsInCSharp-master/GreeterService/appsettings.Development.json 166B
  129. Exercise Files/02/demos/DesignPatternsInCSharp-master/GreeterService/appsettings.json 261B
  130. Exercise Files/02/demos/DesignPatternsInCSharp-master/GreeterService/GreeterService.csproj 337B
  131. Exercise Files/02/demos/DesignPatternsInCSharp-master/GreeterService/Program.cs 855B
  132. Exercise Files/02/demos/DesignPatternsInCSharp-master/GreeterService/Startup.cs 1.46KB
  133. Exercise Files/02/demos/DesignPatternsInCSharp-master/GreeterService/Protos/greet.proto 403B
  134. Exercise Files/02/demos/DesignPatternsInCSharp-master/GreeterService/Services/GreeterService.cs 666B