Click here to Skip to main content
15,912,205 members
Home / Discussions / C#
   

C#

 
Joke(OT) Re: Thread Timing Issues (Debug/Release) Pin
mav.northwind3-Feb-06 21:43
mav.northwind3-Feb-06 21:43 
GeneralRe: (OT) Re: Thread Timing Issues (Debug/Release) Pin
Dave Kreskowiak4-Feb-06 7:06
mveDave Kreskowiak4-Feb-06 7:06 
QuestionShowing a Form quickly Pin
ranzask3-Feb-06 12:20
ranzask3-Feb-06 12:20 
AnswerRe: Showing a Form quickly Pin
Dave Kreskowiak3-Feb-06 13:35
mveDave Kreskowiak3-Feb-06 13:35 
GeneralRe: Showing a Form quickly Pin
ranzask3-Feb-06 14:19
ranzask3-Feb-06 14:19 
GeneralRe: Showing a Form quickly Pin
Dave Kreskowiak3-Feb-06 15:49
mveDave Kreskowiak3-Feb-06 15:49 
Question.xsd Pin
fmardani3-Feb-06 12:02
fmardani3-Feb-06 12:02 
Question.xsd files Pin
fmardani3-Feb-06 10:36
fmardani3-Feb-06 10:36 
Hello,
I have managed to create an n-tier application which is structured as follows:

1) The database holds the data and contains the stored procedures

2) The datalayer calls the database and retrieves the data as DataSets

3) The WebService calls the datalayer and retrieves the data as DataSets

4) The Business layer calls the web service

5) The user interface which is a windows form, gets the data as datasets from the business and presents it in a DataGrid.

My intention is now to use strongly Typed DataSets i.e. .XSD files in the DataLayer and then use that dataset in the front end eventually.

My question is:
Is it possible to have a strongly typed DataSet in this datalayer or do I have to reference the datalayer from the client using add references. Hope you follow what I mean.

Thanks

QuestionFun with setting subproperties through reflection Pin
tantiboh3-Feb-06 10:08
tantiboh3-Feb-06 10:08 
QuestionLisview 2.0 Databinding Pin
machocr3-Feb-06 9:05
machocr3-Feb-06 9:05 
AnswerRe: Lisview 2.0 Databinding Pin
Ravi Bhavnani3-Feb-06 9:37
professionalRavi Bhavnani3-Feb-06 9:37 
GeneralRe: Lisview 2.0 Databinding Pin
machocr3-Feb-06 11:03
machocr3-Feb-06 11:03 
QuestionAquiring publish version number Pin
Nazadus3-Feb-06 9:05
Nazadus3-Feb-06 9:05 
QuestionComparing Data Pin
Kenneth Childs3-Feb-06 8:21
Kenneth Childs3-Feb-06 8:21 
AnswerRe: Comparing Data Pin
Pualee3-Feb-06 8:34
Pualee3-Feb-06 8:34 
GeneralRe: Comparing Data Pin
Kenneth Childs3-Feb-06 8:39
Kenneth Childs3-Feb-06 8:39 
GeneralRe: Comparing Data Pin
Pualee3-Feb-06 8:50
Pualee3-Feb-06 8:50 
Questionproblem when opening a form Pin
melanieab3-Feb-06 8:17
melanieab3-Feb-06 8:17 
AnswerRe: problem when opening a form Pin
S. Senthil Kumar4-Feb-06 20:09
S. Senthil Kumar4-Feb-06 20:09 
QuestionDatabinding with combobox as 'lookup' table Pin
Rajendra Rana3-Feb-06 8:13
Rajendra Rana3-Feb-06 8:13 
Questionhow to create registry objects of Skype (TM) Pin
Sasuko3-Feb-06 8:07
Sasuko3-Feb-06 8:07 
QuestionExcel Borders Problem Pin
FreewareFire3-Feb-06 6:26
FreewareFire3-Feb-06 6:26 
AnswerRe: Excel Borders Problem Pin
Douglas Troy3-Feb-06 6:42
Douglas Troy3-Feb-06 6:42 
QuestionRe: Excel Borders Problem Pin
FreewareFire3-Feb-06 12:51
FreewareFire3-Feb-06 12:51 
AnswerRe: Excel Borders Problem Pin
Member 42856225-Nov-08 1:49
Member 42856225-Nov-08 1:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.