473,396 Members | 1,975 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

.NET 2.0 datalayer/business layer

I'm looking to create a project that just has our business layers and
datalayers in it so more then one project can use it. My question is I want
to use TypeDatasets, is the creationd of typedDataSets the same as it was in
03 and were can I find some information on datasets in 05?
Apr 26 '06 #1
1 1056
CMM
They're creation is virtually unchanged as far as I can tell. They're
functionality is also just as good with added speed benefits (they're
indexed now and inserting items and searching is a lot faster.... and they
serialize (across physicial n-tiers via Remoting) as true binary rather than
some xml/binary hybrid).

They also now sport a tighly-coupled Data Access feature that harkens back
to VB.Classic ADO RecordSet days. in the form of the TableAdapter which
offers a more robust wrapper around DataAdapters. However, I highly
recommend against using TableAdapters. While it seems to encourage "logical"
tier principals, it actually violates n-tier principals. You can't place the
TableAdapters in a separate Dll. The consumer of the Dataset have access to
the TableAdapters. The TableAdapters have to exist on both the server and
client.... so on and so forth. They're nice but ILL-CONCEIVED.

See here for a nice synopsis.
http://aspnet.4guysfromrolla.com/articles/020806-1.aspx
and here: http://msdn2.microsoft.com/en-US/lib...zs(VS.80).aspx

--
-C. Moya
www.cmoya.com
"CSharpguy" <CS*******@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.com...
I'm looking to create a project that just has our business layers and
datalayers in it so more then one project can use it. My question is I
want
to use TypeDatasets, is the creationd of typedDataSets the same as it was
in
03 and were can I find some information on datasets in 05?

Apr 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

25
by: Stuart Hilditch | last post by:
Hi all, I am hoping that someone with some experience developing nTier apps can give me some advice here. I am writing an nTier web app that began with a Data Access Layer (DAL), Business...
16
by: MS newsgroup | last post by:
I don't have clear reasons why we need business logic layer and data logic layer instead of having only data logic layer. Are there any good reasons for that?
4
by: pratham | last post by:
Hi! I'm making a database application and i heard from a friend that it is more proffecional and easy to do this with bussines objects. Can anyone tell me where i can find more info on bussines...
1
by: Nemisis | last post by:
hi guys, Currently converting an old classic asp system to a OOP asp.net application. We are building the new application using a 3 tier arcitecture and i was wondering about the following. ...
2
by: Ranginald | last post by:
Hi, I am confused about the business layer vs. the dal layer and I could use some help..... I. If the DAL layer has all the methods to work with the db with a typed data sey (e.g....
6
by: Dhananjay | last post by:
hello everyone i have got a problem i want to design business layer, data access layer , presentation layer for asp.net using C#.net , can anyone help me to solve this problem. i want some...
8
by: morleyc | last post by:
Hi, until recently i was quite happy to add data sources from mssql database in visual studio and drag the datasets directly onto the form this creating a directly editable form which worked well....
8
by: Charles Law | last post by:
This is a sort of pattern question, but relating to how components are coupled in a three-tier system. I have a presentation layer, business layer and data access layer, the first is the EXE,...
12
by: BillE | last post by:
I'm trying to decide if it is better to use typed datasets or business objects, so I would appreciate any thoughts from someone with more experience. When I use a business object to populate a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.