DCSIMG
MEF - Essential XAML

Browse by Tags

All Tags » MEF (RSS)

Displaying user Messages, Errors and Dialogs from a ViewModel using a Service – Part 2 by Tomer Shamam

Displaying user Messages, Errors and Dialogs from a ViewModel using a Service – Part 1 In my previous post , I've discussed a bit about using the MVVM pattern and how to display a message or opening a dialog from within the view-model. As part of the discussion, I've shown a possible way for displaying Messages, Errors and even Dialog or Popups. In this post I would like to provide more details about the implementation of the Dialog part. Recall previous post, we have the following two methods...
תגים:, , , , , ,

My SDP Session About MVVM + MEF by Tomer Shamam

Thank you to all of you who participated in my SDP session " Architecting a Smart Client with MEF and MVVM " today at Crowne Plaza Hotel, Tel Aviv. I really hope that you enjoyed it and learned something new about MVVM and MEF. it was delightful. Feel free to download the Power Point presentation from here , and the source code from here . Also here is a small souvenir for remembering this session. Hope to see you soon in the near future, Tomer Shamam CodeProject

Blendability Part IV – Design Time Support for MEF by Tomer Shamam

In my previous post I've discussed the usage of MEF with the famous MVVM pattern, and demonstrated the usage of my Import markup-extension, and how it can replace the View Model Locator with an elegant syntax. In this post I would like to reveal and discuss the implementation of the Import markup-extension. Let's begin with a short story. Say that you're building an application for controlling a robot. The robot lives happily in a 2D surface, and can be move freely in between the surface's...

Blendability Part III – View Model Locator Replacement using MEF by Tomer Shamam

Everybody loves MEF! Don't you? I think MEF is one of the best things happened to the latest .NET Framework 4. Just in case that you don't know what I'm talking about, I urge you to start reading about MEF in my colleague, Bnaya Eshet, blog . He has great MEF tutorial for beginners. So why am I writing about MEF in this WPF related post anyway? Well MEF is a great framework for extensibility and object composition, also it can be used as a DI container, declaratively and imperatively...

Microsoft Open House Summary - WPF 4 and Blend 4 by Tomer Shamam

To all of you who participated in my WPF 4 and Blend 4 lecture at Microsoft Raanana today, it was my pleasure. I hope that you enjoyed and learned one or two things new about WPF.   You can download the presentation and demo code from here . Hope to see you soon.

Prism 4 Release by Tomer Shamam

Prism 4 November 2010 has been released yesterday by Karl Shifflett. This version of Prism 4 targets: .NET Framework 4.0 Guidance around the MVVM pattern Navigation Managed Extensibility Framework (MEF) You can read more about it here , and download it from here . Enjoy.

SDP – WPF 4, MVVM, MEF and Friends by Tomer Shamam

Tomorrow, as part of the SDP conference, I’m having a whole day session dedicated to WPF 4 and LOB applications. What’s in there for you: Short intro to WPF Goodies in WPF 4 Building a Smart Client using WPF 4 Developing Composite Applications using Prism 2 In addition to all of this great stuff, Bnaya Eshet , my colleague at Sela will talk about MEF and how it’s related to WPF and LOB application. I’ll be more than happy to see you there.

Session - Building Extensible Rich Internet Applications with the Managed Extensibility Framework by Tomer Shamam

In this great session, Glenn Block and my collegue Ariel Ben Horesh have talked about Managed Extensibility Framework for Silverlight 4 for building customizable applications that can easily be extended by third parties. Whether you are building an extensible data grid, a custom rules engine, a pluggable editor, or a composite application such as a pluggable CRM system, you want to learn about MEF. They explained how to use MEF to decouple applications into more maintainable the application into...

WPF + MEF = Declarative Composite UI by Tomer Shamam

I’ve been playing around with MEF lately and I have to say that it has a great potential for building Composite UIs. One of the sample applications arrived with MEF Preview 6 (called MEFLook) , demonstrates how to implement kind of Outlook composite application based on WPF. The interesting part of this application is that views can be imported into the main window as dynamic parts, simply by decorating them with the MEF Export attribute. < Window x : Class ="MeflookSample.MeflookShell"...
Powered by Community Server (Commercial Edition), by Telligent Systems