Enterprise Library C# WCF & Mutliple UI (Silverlight,UI,ASP.NET)
I am wondering if anyone out there on here has been able to succesfuly use the Enterprise Library to work across n-Tier Layer Structure, where the UI is of different Mediums.
I have to Design a WCF Common Library Service Layer that will be working across the following Platforms:
- Silverlight
- WPF
- ASP.NET MVC
Just some reference documentation or point me in the right Direction. Thought someone out there may have done the same kind of thing, but wouldn't mind a bit of h开发者_高级运维elp of where this may have been talked about or done before.
Thanks
Robbie
The following two projects may be interesting for you to look at:
- Domain Oriented N-Layered .NET 4.0 App Sample (From MS Spain)
- Layered Architecture Sample for .NET
The p&p team created a Silverlight integration pack for the Enterprise Library. You should be able to reuse some of the application blocks that exist on the destkop, although they have a few differences to better support Silverlight.
Download and help on MSDN: Enterprise Library (Although I suggest you download and install the specific blocks you'd like using NuGet).
See this blog For a summary of high level differences with the desktop version.
精彩评论