Stories recently tagged with 'Extensibility'

MEF - Secure Directory catalog(blogs.microsoft.co.il)

submitted by bnayaebnayae(340) 2 years, 1 month ago

How to secure your MEF catalog read more...

add a comment |category: |Views: 93

tags: another

A Whirlwind Tour through the Managed Extensibility Framework (MEF)(blog.bartdesmet.net)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 6 months ago

From a hotel lobby in the sunny city of Durban, South-Africa, waiting for my plane transfer after a great TechEd Africa event. Why not write a blog post on one of my talks: the Managed Extensibility Framework, or MEF. As we steam ahead to release .NET 4.0, it’s great to see the amount of new APIs that will make it into this release. I had the opportunity to talk on three of those the past few days: * The Dynamic Language Runtime (System.Dynamic) with dynamic support in C# and VB, and dynamic languages like IronPython and IronRuby. * New additions for parallel programming (Task Parallel Library, PLINQ, Coordination Data Structures). * The Managed Extensibility Framework (System.ComponentModel.Composition). read more...

add a comment |category: |Views: 73

tags: another

Revised: ASP.NET MVC and the Managed Extensibility Framework (MEF)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 7 months ago

A while ago, I did a blog post on combining ASP.NET MVC and MEF (Managed Extensibility Framework), making it possible to “plug” controllers and views into your application as a module. I received a lot of positive feedback as well as a hard question from Dan Swatik who was experiencing a Server Error with this approach… Here’s a better approach to ASP.NET MVC and MEF. read more...

add a comment |category: |Views: 172

tags: another

Custom Controller Factory in ASP.NET MVC(nayyeri.net)

submitted by MarwanMarwan(850) 2 years, 9 months ago

Introducing Controller Factory in ASP.NET MVC read more...

add a comment |category: |Views: 74

tags: another

IRouteHandler in ASP.NET MVC(nayyeri.net)

submitted by simonechsimonech(10.1k) 2 years, 9 months ago

Keyvan explains how to write a RouteHandler that checks for banned IPs and blocks any further processing read more...

add a comment |category: |Views: 70

tags: another

What is this Managed Extensibility Framework thing all about ?(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 4 months ago

Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer. read more...

add a comment |category: |Views: 300

tags: another

Building a Configuration Binder for MEF with POCO Support(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 6 months ago

MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail. read more...

add a comment |category: |Views: 130

tags: another

Exploring MEF Extensibility Points(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 7 months ago

The ways of extending Managed Extensibility Framework is discussed in this post, Custom Binders and Value Resolvers dug deeper. read more...

add a comment |category: |Views: 151

tags: another

Managed Extensibility Framework (MEF) at a Glance(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 7 months ago

A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP. read more...

add a comment |category: |Views: 395

tags: another

Managed Extensibility Framework Preview Available(blogs.msdn.com)

submitted by JemmJemm(9604) 3 years, 8 months ago

The MEF provides developers with a framework to easily add extensibility to their applications and with minimal impact on existing code. The application developer can define extension points according to the functionality required of an extension, while the extension developer uses those points to interact with the application. read more...

add a comment |category: |Views: 13

tags: another

Tapping Into The "Projects" Pad(blog.rauchy.net)

submitted by rauchyrauchy(455) 4 years, 5 months ago

A short introduction to adding your own buttons to #develop's Projects Pad (the equivalent to Visual Studio's Solution Explorer). read more...

add a comment |category: |Views: 0

tags: another

Tapping Into The Solution Explorer(blog.rauchy.net)

submitted by rauchyrauchy(455) 4 years, 5 months ago

A short introduction to adding your own buttons to Visual Studio's Solution Explorer. read more...

add a comment |category: |Views: 2

tags: another

.NET Application Extensibility, Part 2(msdn.microsoft.com)

submitted by ivaylo.bratoevivaylo.bratoev(120) 4 years, 11 months ago

An msdn article about the upcoming System.Adding namespace in the Base Class Library (BCL), available in the next release of Visual Studio® (code-named "Orcas"). This is the first one. Check the first one too: http://www.dotnetkicks.com/clr/NET_Application_Extensibility_article_about_the_upcoming_System_Addin read more...

1 comment |category: |Views: 11

tags: another