HighTechTalks DotNet Forums  

How to separet buissines logic from client logic

Dotnet Framework (Component Services) microsoft.public.dotnet.framework.component_services


Discuss How to separet buissines logic from client logic in the Dotnet Framework (Component Services) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Werner
 
Posts: n/a

Default How to separet buissines logic from client logic - 06-03-2007 , 12:21 PM






Hello,

I'm writing a 3-tier application, based on enterprise services. In In the
middle tier I have an dll that holds the buissines logic and a dll that
holds the interfaces for the buissines objects and the client tier to access
the middle tier.
As I need some typed datasets in the buissines logic and the client too.
Therefore I moved the typed data sets in the interface dll. But there is my
problem. The typed dataset has a connection function with friend modifier. I
can't access these function from my buissines logic. What can I do? What is
the right way to seperate client tier from buissines tier?

TIA
Werner



Reply With Quote
  #2  
Old   
Michael Nemtsev
 
Posts: n/a

Default Re: How to separet buissines logic from client logic - 06-05-2007 , 05:22 AM






Hello Werner,

W> The typed dataset has a connection function with friend
W> modifier. I can't access these function from my buissines logic.

What are the dependent assemblies?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

W> Hello,
W>
W> I'm writing a 3-tier application, based on enterprise services. In In
W> the
W> middle tier I have an dll that holds the buissines logic and a dll
W> that
W> holds the interfaces for the buissines objects and the client tier to
W> access
W> the middle tier.
W> As I need some typed datasets in the buissines logic and the client
W> too.
W> Therefore I moved the typed data sets in the interface dll. But there
W> is my
W> problem. The typed dataset has a connection function with friend
W> modifier. I
W> can't access these function from my buissines logic. What can I do?
W> What is
W> the right way to seperate client tier from buissines tier?
W> TIA
W> Werner



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.