Results 1 to 4 of 4
  1. #1

    Default .NET Remoting to WCF


    Our applications architecture is something like below..

    * All Components in the same machine
    Presentation -> BusinessLogic -> DataAccess Layer -> Database

    * Presentation/Business Logic in the same machine, Data Access Service, Data Access and Database in a remote server.
    Presentation -> BusinessLogic -> Data Access Service (.NET Remoting Proxy) -> DataAccess Layer -> Database

    Note: Presentation could be a web or a desktop app..

    We are planning og migrating the Data Service Proxy Layer from .NET remoting to WCF.

    The main problem is that layer handles generic types and LINQ expressions.

    signatures e.g.:

    void Insert<TEntity>(TEntity entity) where TEntity : class
    void Delete<TEntity>(Expression<Func<TEntity, bool>> expression) where TEntity : class


    Any thoughts?

  2. #2

    Default Re: .NET Remoting to WCF

    Quote Originally Posted by fixyourself View Post
    Our applications architecture is something like below..

    * All Components in the same machine
    Presentation -> BusinessLogic -> DataAccess Layer -> Database

    * Presentation/Business Logic in the same machine, Data Access Service, Data Access and Database in a remote server.
    Presentation -> BusinessLogic -> Data Access Service (.NET Remoting Proxy) -> DataAccess Layer -> Database

    Note: Presentation could be a web or a desktop app..

    We are planning og migrating the Data Service Proxy Layer from .NET remoting to WCF.

    The main problem is that layer handles generic types and LINQ expressions.

    signatures e.g.:

    void Insert<TEntity>(TEntity entity) where TEntity : class
    void Delete<TEntity>(Expression<Func<TEntity, bool>> expression) where TEntity : class


    Any thoughts?
    is this some sort of cloud computing?

  3. #3

    Default Re: .NET Remoting to WCF

    Quote Originally Posted by salbahis View Post
    is this some sort of cloud computing?

    Currently the system does not fall to the cloud category...

    It relies on .NET Enterprise Remoting, which is exclusive only for .NET platforms. A Cloud service must be able to cater clients across different platform.

    It is also the reason why we want to convert it in WCF. But sadly the Data Service Layer accepts .NET generics which will not apply across other platforms.

  4. #4

    Default Re: .NET Remoting to WCF

    I'm currently learning the internal workings of WCF RIA Services for Silverlight and if we can dissect the DomainContext in the client, there might be an answer there. I'm going in circles actually with this whole new communication thing so not so much of an answer there. I also noticed a support for OData if you create a DomainService, see if that helps for cross platform scenario. I bet you that's yet another way to communicate towards other platform.

  5.    Advertisement

Similar Threads

 
  1. Replies: 114
    Last Post: 01-27-2025, 09:51 PM
  2. whose using linux to access the net?
    By king_coy in forum Networking & Internet
    Replies: 49
    Last Post: 09-14-2006, 07:12 AM
  3. To all ARCtech Solutions Inc Clients & Istorya.net- Thank You! :-D
    By muzikfreakah in forum Computer Hardware
    Replies: 61
    Last Post: 08-16-2006, 09:44 AM
  4. I need Advice to all Istoria.net members!
    By King in forum Business, Finance & Economics Discussions
    Replies: 26
    Last Post: 01-23-2006, 07:34 PM
  5. contributions to istorya.net
    By toyomansi in forum Support Center
    Replies: 2
    Last Post: 01-04-2006, 01:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top