Entwickler-Ecke

WPF / Silverlight - Rx | wo implementiert? (nach Toolkit Apr. 2010)


FrEEzE2046 - Mi 26.05.10 10:07
Titel: Rx | wo implementiert? (nach Toolkit Apr. 2010)
Hallo,

kurze, aber sehr wichtige Frage: Wo ist Rx denn seit Toolkit April 2010 implementiert. Wie hier [http://blogs.msdn.com/b/delay/archive/2010/04/15/alive-and-kickin-new-silverlight-4-toolkit-released-with-today-s-silverlight-4-rtw.aspx] zu lesen ist:

Delay hat folgendes geschrieben:
Note: Most applications should be completely unaffected by this change. However, if your project has specific references to any of the Rx assemblies that were previously located in the Bin directory of the Toolkit install (System.CoreEx.dll, System.Interactive.dll, or System.Reactive.dll), those references are no longer valid and should be removed. In rare cases, it may be necessary to add an explicit reference to their replacement assembly, System.Windows.Controls.Toolkit.Internals.dll, which is now present in the Bin directory instead.


ist die Referenz auf System.Reactive nicht mehr aktuell. Wenn ich diese Assembly trotzdem einbinde, fehlen mir auch viele Methoden in einigen Klassen wie z.B. Observable, worum es mir im expliziten geht.

Wo ist denn Observable nun implementiert?


FrEEzE2046 - Mi 26.05.10 10:27

Okay, da das ganze jetzt unter Microsoft Cloud Programmability fällt ist es extern zu beziehen:
Reactive Extensions for .NET (Rx) [http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx]

Vielleicht irre ich mich und hab mich nur dumm angestellt, aber wirkt auf mich alles noch ziemlich mies dokumentiert.


Kha - Mi 26.05.10 13:15

user profile iconFrEEzE2046 hat folgendes geschrieben Zum zitierten Posting springen:
Vielleicht irre ich mich und hab mich nur dumm angestellt, aber wirkt auf mich alles noch ziemlich mies dokumentiert.
Japp [http://social.msdn.microsoft.com/Forums/en-US/rx/thread/a7261f44-6890-47fd-a641-186977f873c6/], außer dem einen Satz pro Methode existiert da noch nichts.