Are there any good C # scripting frameworks or libraries for design patterns?

We want to create a C # snips library for .NET. We look around to see if there is something similar there. The library will be open source and free to use and distribute.

I see there is a similar question here, but more theoretical than practical, I want to have a Good source of .NET Dsg templates . Any help would be greatly appreciated.

0


source to share


3 answers


Doodads has tons of C # examples on their website

Here is a list of the implementation of the GOF pattern in C #



They also have a "Design Template Frame" for GOF templates, that's commercial. I bought it a long time ago, was good for reference.

http://dofactory.com/Framework/Framework.aspx

+3


source


If there was a library, why would we even bother with a template? We just use lib and fall into the chasm of success.

The idea behind the template is not to make the same mistake as thousands of other developers. The template is something like "if you need to archive something this way, this way works better". And everyone knows what I'm talking about when I say "strategy, or factory, etc."



Correct me if I'm wrong ...

+9


source


+1


source







All Articles