Sign in
MEF and more
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
General
MEF
Archive
Archives
March 2011
(1)
October 2010
(1)
September 2010
(2)
June 2010
(1)
May 2010
(1)
July 2009
(1)
April 2009
(1)
October 2008
(1)
August 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MEF and more
MEF and ASP.NET MVC sample
Posted
over 4 years ago
by
hammett [MSFT]
19
Comments
Disclaimer First things first, don’t consider this sample an official sample. It is just something I’ve created to illustrate some capabilities of MEF when integrated with ASP.NET MVC in the user-level (as opposed to framework level). Also, if you...
MEF and more
MEF’s Convention model
Posted
over 2 years ago
by
hammett [MSFT]
14
Comments
In the last drop of MEF on codeplex we introduced a handful of interesting features. One of them – which has a large API surface – is the new registration mechanism. It allows you to accomplish interesting things: Define a predicate (rule) that will cause...
MEF and more
MEF features for v.next – feedback request
Posted
over 3 years ago
by
hammett [MSFT]
12
Comments
We’re in planning phase for MEF for quite some time. I believe we have a very decent idea of things that needs improvement, and the priority of those. Of course, our team has limited resources so there are no promises whether we can actually ship any...
MEF and more
MEF and ASP.NET MVC sample updated
Posted
over 4 years ago
by
hammett [MSFT]
8
Comments
Sample updated to Preview 6. I've also took the time to simplify the MvcCatalog and to hard set the Creation Policy to Non Shared for all controllers. Have fun!
MEF and more
Container hierarchies in MEF: shaping it for the future (maybe)
Posted
over 3 years ago
by
hammett [MSFT]
6
Comments
Recapping: MEF supports two creation policies: shared (think singleton) or non-shared (think transient, prototype or a fancy new operator). MEF also recognizes types that implement IDisposable and correctly “implement the protocol” for...
MEF and more
Introductions
Posted
over 5 years ago
by
hammett [MSFT]
1
Comments
If you don't know me my name is Hamilton Verissimo, and I recently joined the MEF team at MS (DevDiv). I'll use this blog to talk about MEF and - give me some time to settle in - other things I plan to be involved with. My other blog will be kept but...
MEF and more
Dependencies, ownership and lifetime
Posted
over 5 years ago
by
hammett [MSFT]
0
Comments
First of all, this blog post contains my own views and does not necessarily reflect the view of employer. MEF is a complex small project, dealing with a big and complex problem. In our team a feature crew - a PM, dev and tester - owns a feature. We...
MEF and more
MEF: What and why
Posted
over 3 years ago
by
hammett [MSFT]
0
Comments
So it’s been almost two years working for Microsoft and feels like several years. Not because I was able to accomplish much – I haven’t – but that things go in a different pace here. I learned to understand why that is, and how Microsoft can afford to...
MEF and more
MEF Gems–1 of many: Import vs ImportMany
Posted
over 3 years ago
by
hammett [MSFT]
0
Comments
Phew! We’ve been working hard! I’m planning to put another Codeplex drop soon so you can see and test the changes, and of course, share your feedback. Also looking forward to run a usability test – let me know if you’re in seattle/redmond area and if...
MEF and more
MEF Gems 2 of many: Collections
Posted
over 3 years ago
by
hammett [MSFT]
0
Comments
So in the previous gem I went over the differences between import and import many. Now let’s consider the different ways to import many dependencies. Check this piece of code: [InheritedExport] abstract class Foo { } class Foo1 : Foo { } class...
Page 1 of 1 (10 items)