Tampa C# Meetup
Gentle Introduction to MEF–Part Three
·1035 words·5 mins
Programming
Dependency Injection
MEF
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is Part Three, where I complete the application created in Part One and modified to use MEF in Part Two. This part will show MEF composing the application from multiple assemblies into one application at run time.
Gentle Introduction to MEF–Part Two
·1541 words·8 mins
Programming
Dependency Injection
MEF
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is Part Two, where I show the application created in MEF .
Gentle Introduction to MEF–Part One
·748 words·4 mins
Programming
Dependency Injection
MEF
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is part one, where I show the application without MEF .
Patterns 101 - Factory Pattern
·718 words·4 mins
Programming
Patterns 101
Note: This is part of an ongoing series introducing patterns at the Tampa C# Meetup .
Purpose # The factory pattern, formally called the Abstract Factory Pattern, abstracts the creation of a concrete class. factory
Patterns 101 - Observer Pattern
·521 words·3 mins
Programming
Patterns 101
Note: This is part of an ongoing series introducing patterns at the Tampa C# Meetup .
Introduction # No introduction to patterns is complete without the ubiquitous explanation of why we need patterns. Rather then re-invent this wheel, yet again, I will reference others and refer you to a couple books.