DotNetShoutout - Stories tagged with Extensibility
8
Shouts

WCF Extensibility – Operation Selectors - The .NET Endpoint - Carlos Figueira

published 740 days, 12 hours, 32 minutes ago posted by iftekharahmedamitiftekharahmedamit 742 days, 3 hours, 37 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Thursday, May 12, 2011 11:01:26 AM GMT
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page. We’re now entering the realm of the less used extensibility points for the WCF runtime. Operation selectors could well be left as an internal implementation detail for WCF, but for some reason the designers decided to make them public (I think the guideline back then was if anyone can come up with a scenario where a user would use it, then WCF would expose a hook ... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: blogs.msdn.com
tags: WCF, Extensibility
11
Shouts

WCF Extensibility – IParameterInspector - The .NET Endpoint - Carlos Figueira

published 752 days, 16 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 754 days, 9 hours, 47 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:51:28 AM GMT
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page. The message inspectors, described in the previous post of this series, allows you complete control over the message going through the WCF stack. They’re very powerful, but you have to know how to deal with the Message object, which is not the most desirable way of programming. If the service model in WCF hides all the messaging framework by allowing us to define o... (more)
category: Web Dev | clicked: 15 | 2 comments | | source: blogs.msdn.com
tags: WCF, Extensibility
12
Shouts

WCF Extensibility – Behaviors - Carlos Figueira

published 795 days, 11 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 797 days, 49 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 1:49:21 PM GMT
The first part of this series will focus on the behaviors. There are four kinds of behaviors, depending on the scope to which they apply: service, endpoint, contract and operation behaviors. The behavior interfaces are the main entry points for almost all the other extensibility points in WCF – it’s via the Apply[Client/Dispatch]Behavior method in the behavior interfaces where a user can get a reference to most of them. Description vs. Runtime The WCF behaviors are part of a service (or endpoint / contr... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: WCF, Extensibility
9
Shouts

MSDN Magazine: Cutting Edge - Application Extensibility: MEF vs. IoC - Dino Esposito

published 795 days, 11 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 797 days, 23 hours ago
Sunday, March 20, 2011 3:27:49 AM GMT Thursday, March 17, 2011 3:38:37 PM GMT
There’s an interesting new component in the Microsoft .NET Framework 4 specifically designed to provide an effective answer to an evergreen question: How would you write extensible applications that can discover at run time all the parts they’re made of? As Glenn Block explained in his February 2010 article, “Building Composable Apps in .NET 4 with the Managed Extensibility Framework” (msdn.microsoft.com/magazine/ee291628), the Managed Extensibility Framework (MEF) can be used to streamline building com... (more)
category: Architecture | clicked: 33 | comment | | source: msdn.microsoft.com
tags: IoC, MEF, MSDN Magazine, Extensibility
2
Shouts

Testing and Debugging MEF, avoiding misconceptions - Part 3 - [Export] Bnaya Eshet

published 937 days, 1 hour, 19 minutes ago posted by bnayabnaya 937 days, 6 hours, 53 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Friday, October 29, 2010 7:45:26 AM GMT
Testing and Debugging MEF, avoiding misconceptions - Part 3Testing and Debugging MEF, avoiding misconceptions - Part 3 this is the 3rd post of this series and it will discuss common misconceptions which may lead unexpected behavior and long debugging nights.  Initialization issues the first misconception occurs when developer are trying to access imported property at construction time.NullReferenceException[Export]publicclassMyPlugin{public MyPlugin()    {   // the logger import doesn't satisfied... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: composer, Import, MEF, export, Extensibility
5
Shouts

blog.RunXc | Interface Driven Extensibility in .Net

published 1043 days, 1 hour, 15 minutes ago posted by runxc1runxc1 1043 days, 8 hours, 58 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Thursday, July 15, 2010 5:40:25 AM GMT
If you want to create an extensible application than take a look at the article as it gives an example in MEF and IronRuby and how Interfaces can be used with theses technologies to allow your application to grow. (more)
category: Architecture | clicked: 0 | comment | | source: blog.runxc.com
tags: IronRuby, MEF, Extensibility, Interface
4
Shouts

Known Issue: Control Design-Time Assemblies File Locking When Using WPF and Silverlight Designer - WPF & Silverlight Designer - Karl Shifflett

published 1068 days, 2 hours, 46 minutes ago posted by jantujantu 1069 days, 2 hours, 35 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Saturday, June 19, 2010 12:03:36 PM GMT
When creating and testing a registered assembly (e.g. an assembly registered via TCI), it is possible to run into a file locking issue that causes compilation to fail. While there are a few different manifestations of this particular issue, the root cause is the same. Visual Studio 2010 treats any assembly found in the GAC, Private Assemblies folder, or Registry as a framework assembly and thus locks these files. Once these assemblies are loaded by the designer, any attempt to copy over them will fail... (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, WPF, Known Issue, Extensibility
4
Shouts

Document Well 2010 Plus - The Visual Studio Blog

published 1078 days, 5 hours, 41 minutes ago posted by iftekharahmedamitiftekharahmedamit 1078 days, 14 hours, 53 minutes ago
Thursday, June 10, 2010 8:56:59 AM GMT Wednesday, June 09, 2010 11:44:48 PM GMT
For some time, the behavior of tabs in Visual Studio's document well has been a source of frustration for some users. Whenever behavior is modified, some users are happy with the changes, while others are not. In an attempt to alleviate this problem I have created this extension, which provides configurable behavior for document tabs. It is available in the Visual Studio Gallery, as part of the Visual Studio 2010 Pro Power Tools. All configuration options are accessible by selecting Tools/Options.../Envi... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: VS, Visual Studio 2010, Visual Studio, VS 2010, VS2010, Documentation, Extensibility