Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3998998
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:35:58+00:00 2026-05-20T07:35:58+00:00

I am using a WCF service between the Client side UI (Silverlight 3.0) and

  • 0

I am using a WCF service between the Client side UI (Silverlight 3.0) and the Data Layer. We are using NHibernate for Database Access. So please tell me if my below understanding is correct or not:

  • UI calls WCF for a Save Method (for eg).
  • The WCF has a Save method in it which actually encapsulates a Save method from the Data
    Access Object.
  • The Data Access Object method of Save in turn encapsulates a default Save Method of
    NHibernate which actually saves some Business Object/s into the Database.

Also can someone tell me that how do we pass objects from WCF to the UI (Silverlight 3.0) layer and vice versa. I have read that we use DTO for that. But how does a DTO work? Do they correspond to the ‘Data Contracts’ in the WCF? If not then is the DTO declared on WCF (server) side and Client side code as well?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:35:59+00:00Added an answer on May 20, 2026 at 7:35 am

    No, not quite….

    • UI calls the client-side proxy method Save
    • the WCF runtime takes that call and all parameters being passed in, and serializes them into a message (typically a XML serialized message)
    • the WCF runtime sends the serialized message over some kind of a transport media (whatever it is)
    • on the server side, the WCF runtime takes the incoming message
    • the message is deserialized, the appropriate class and method to handle it are identified
    • typically: a new instance of a service class is instantiated to handle the request
    • the WCF runtime unpacks the parameters and calls that appropriate message on the service class

    • same steps – basically backwards – are done for response

    Important point: the only thing between the client and the server is a serialized message (which could be sent by e-mail or pigeon courier) – there’s no other connection – no “remote object call” or anything like that at all

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently implementing a Silverlight application using WCF for the communication between client and
We are using a WCF service layer to return images from a repository. Some
I load data into my grid using a WCF service. When a user clicks
I am building a Web service using WCF as a way to provide access
When using a Silverlight-enabled WCF service, where is the best place to instantiate the
My WCF service involves the sending of a dataset (in csv format) data between
I have a Data Access Layer, a Service Layer, and a Presentation Layer. The
Having successfully got a WCF service and client to talk to one another using
HI, Am using wcf service with silverlight and my datacontract class is exposed in
I've got an app which is using a WCF service. Now I'd like to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.