اشتراک‌ها
کتاب C# Code Contracts Succinctly

Developed by Microsoft’s Research in Software Engineering, Code Contracts provide a way to convey code assumptions in your .NET applications. They can take the form of preconditions, postconditions, and state invariants. In C# Code Contracts Succinctly, author Dirk Strauss demonstrates how to use Code Contracts to validate logical correctness in code, how they can be integrated with abstract classes and interfaces, and even how they can be used to make writing documentation less painful.

کتاب C# Code Contracts Succinctly
اشتراک‌ها
الگوی طراحی singleton درسی شارپ

الگو‌های طراحی در طراحی نرم افزار و سیستم‌های نرم افزاری نقشی پر رنگ را دارند که یکی از مشهورترین آنها الگوی یگانگی یا Singleton  می‌باشد که در این اشتراک حالت‌های مختلف بررسی و پیاده سازی شده است

الگوی طراحی singleton  درسی شارپ