Categories
Tags
- .NET Core
- .NET Standard
- Angular
- Apple
- Architecture
- ASP.NET-CORE
- ASP.NET-MVC
- Async
- AWS
- Azure
- C#
- CLR
- Delegates
- DI
- Docker
- Entity Framework
- Entity Framework
- Events
- Git
- Kafka
- Linux
- MEF
- MOQ
- MVVM
- N-Tier
- Nano Server
- Nginx
- Nin
- Ninject
- NLog
- NUGET
- OData
- OSS
- PCL
- REST
- RIA Services
- Security
- Silverlight
- SOAP
- SSL
- Tools
- Trackable Entities
- TypeScript
- Visual Studio
- VSCode
- WCF
- Web API
- WP7
- WPF
-
Recent Posts
Personal
Technical
Twitter
- RT @jmezach: Just finished with the #EFCore community standup. Had a blast with @jeremylikness @ajcvickers @ErikEJ and @shayrojansky talkin… 4 weeks ago
- RT @dotnet: The agenda is out! See what's happening the world of .NET. #dotNETConf is coming November 10 — 12 2020 Come celebrate the new… 4 months ago
- RT @Michael_Hladky: Lazy loading #Angular components with async/await is - 🥴not lazy - 🧟♀️not cancelable - ☠️hard to handle errors - 🤕clum… 4 months ago
Tag Archives: MEF
Simple MVVM Toolkit: Unit Testing with Dependency Injection and MEF
One of the main benefits of using the MVVM (Model, View, ViewModel) design pattern is to support better testability. Having to click through screens to test an application can be tedious and time-consuming, and it may not provide good code … Continue reading
Simple MVVM Toolkit: Feature Rich with WPF and WP7 Support
I’ve rounded out the feature set of my Simple MVVM Toolkit to include a Message Bus (also known as an event aggregator or mediator) for loosely coupled communication among view-models and to support MEF (Managed Extensibility Framework0 for dependency injection … Continue reading
Webinar: MEF Explained
In the process of updating my Exploring .NET course for DevelopMentor, I’ve authored a module on the Managed Extensibility Framework, or MEF for short. I also presented a webinar on the topic. Here is the recorded video, plus the slides … Continue reading