Windows Vista Forums

Question on proper location of class in WCF App
  1. #1


    Bill Gower Guest

    Question on proper location of class in WCF App

    I have a class called LWUser which contains the properties and methods that
    represent a user of the system. This class sits in the Business Services
    solutions on the server. I also have a class called LWUserUI which sits on
    the client side in the Client solution. I am going to create a third class,
    LoggedInUser, a singleton class, which holds information such as security
    access, user info for the current logged in user. I am going to use a
    singleton class as there can only be one user logged in and I need this
    information throughout the app. Where should the class, LoggedInUser sit,
    in the the UI solution on the client side or in the Business Services
    solution on the server side?

    Bill




      My System SpecsSystem Spec

  2. #2


    John Saunders [MVP] Guest

    Re: Question on proper location of class in WCF App

    "Bill Gower" <billgower@xxxxxx> wrote in message
    news:%23vMQ9oJ%23HHA.4736@xxxxxx

    >I have a class called LWUser which contains the properties and methods that
    >represent a user of the system. This class sits in the Business Services
    >solutions on the server. I also have a class called LWUserUI which sits on
    >the client side in the Client solution. I am going to create a third
    >class, LoggedInUser, a singleton class, which holds information such as
    >security access, user info for the current logged in user. I am going to
    >use a singleton class as there can only be one user logged in and I need
    >this information throughout the app. Where should the class, LoggedInUser
    >sit, in the the UI solution on the client side or in the Business Services
    >solution on the server side?
    Where does the concept of "logged-in" sit? Is it an aspect of the LWUser
    class or of the LWUserUI class? The LoggedInUser class should sit nearest
    where it gets its data from.

    On the other hand, if "LoggedInUser" is a unique concept that isn't
    dependant on either the businesss services layer or on the UI, then perhaps
    it should be its own service.
    --
    --------------------------------------------------------------------------------
    John Saunders | MVP - Windows Server System - Connected System Developer

      My System SpecsSystem Spec

Question on proper location of class in WCF App problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
PLEASE help me with this homework question in my Vista class? gretchen shoe General Discussion 1 14 Mar 2010
Moving from class C to class B ip address scheme, any tips(DC/DNS) markm75g Server General 1 14 Feb 2010
When a class is both an inherited class of another, and alsoimplements an interface method Curious .NET General 1 14 Aug 2009
Question about Class Destruction Terrance .NET General 4 10 Apr 2008
Question from .net beginner regarding rebuilding custom class library jz3 .NET General 3 13 Mar 2008