Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Design issue

Design issue

Scheduled Pinned Locked Moved WPF
csharphelpwcfdesignmcp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tauseef A
    wrote on last edited by
    #1

    hi guys i have to start a new project (silverlight based), but i am unable to find a standard and latest   design structure, should i use L2s or EF, i want to follow to n-tier architecture ,there are many sample applications i have seen but there WCF services are   included in the web application   why ?but i want my WCF services in the separate project , am i thinking in a right way ? please any help , thanks , regards.

    Tauseef A Khan MCP Dotnet framework 2.0.

    M 1 Reply Last reply
    0
    • T Tauseef A

      hi guys i have to start a new project (silverlight based), but i am unable to find a standard and latest   design structure, should i use L2s or EF, i want to follow to n-tier architecture ,there are many sample applications i have seen but there WCF services are   included in the web application   why ?but i want my WCF services in the separate project , am i thinking in a right way ? please any help , thanks , regards.

      Tauseef A Khan MCP Dotnet framework 2.0.

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      Silverlight is strictly client-side technology. WCF and other web services are server side. You don't have to host your web services in the same web application that hosts the Silverlight application. In fact, Silverlight apps don't need to be hosted in web applications at all. For n-tier, how you connect your client and server tiers is up to you. You have some options built-in: Accessing Web Services in Silverlight[^] For EF you get even more help built-in: WCF RIA Services[^] Even though WCF RIA Services is still beta, the Visual Studio 2008/Silverlight 3 version has a go-live license. I use it in production applications and it works great - saves a ton of plumbing code usually needed for typical n-tier/CRUD type stuff.

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups