473,398 Members | 2,380 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,398 software developers and data experts.

ObjectSpaces

ano
Is it true that ObjectSpaces are cancelled?
Mar 23 '06 #1
4 1285
See http://msdn.microsoft.com/data/objectspaces.aspx

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.

"ano" <an*@discussions.microsoft.com> wrote in message
news:EA**********************************@microsof t.com...
Is it true that ObjectSpaces are cancelled?

Mar 23 '06 #2
Besides the link provided by Kevin that mention WinFS, you may want also to
check this page http://msdn.microsoft.com/netframework/future/linq/ (LINQ) :

Quoted :

The LINQ Project is a codename for a set of extensions to the .NET
Framework that encompass language-integrated query, set, and transform
operations. It extends C# and Visual Basic with native language syntax for
queries and provides class libraries to take advantage of these
capabilities.

--
Patrice

"ano" <an*@discussions.microsoft.com> a écrit dans le message de news:
EA**********************************@microsoft.com...
Is it true that ObjectSpaces are cancelled?

Mar 23 '06 #3
ano
Are ObjectSpaces and LINQ the same?
It's seem like Microsoft works on LINQ than ObjectSpaces.

thxs,
ano
"Patrice" wrote:
Besides the link provided by Kevin that mention WinFS, you may want also to
check this page http://msdn.microsoft.com/netframework/future/linq/ (LINQ) :

Quoted :

The LINQ Project is a codename for a set of extensions to the .NET
Framework that encompass language-integrated query, set, and transform
operations. It extends C# and Visual Basic with native language syntax for
queries and provides class libraries to take advantage of these
capabilities.

--
Patrice

"ano" <an*@discussions.microsoft.com> a écrit dans le message de news:
EA**********************************@microsoft.com...
Is it true that ObjectSpaces are cancelled?


Mar 23 '06 #4
No, they are not the same, but they are related. The idea of ObjectSpaces is
a universal way of working with any kind of data. The idea of LINQ is a
universal way of querying any kind of data. The idea of WinFS is a universal
way of storing data.

What Microsoft has done is to realize that data is data. Everything in the
computer world is 1s and 0s. Data is simply combinations of 1s and 0s. The
file system on a computer is a database that stores data in file format, and
is very simple in terms of fetching and organizing data. It uses a
hierarchical folder/file structure, and can store metadata in a rudimentary
way. Its advantage is that (1) it is hierarchical, which is good for
indexing, and (2) It is low-level, talking almost directly to the storage
medium. A database server, such as SQL Server is also a database that stores
data in a variety of ways, mostly tabular. However, there is a hierarchical
system to the database as well. It can store any kind of data in any format.
Its chief drawback is that it must fetch the data through the layer of the
file system. And it must operate through the Operating System. What WinFS is
all about is merging the file system with a database system, to get the
benefits of both, without the limitations of either.

A database can be queried, that is, one can fetch data from it using a query
language (SQL). The idea of LINQ is to make a more extensible SQL, a
language that can query virtually any kind of data structure, for the same
purposes as SQL.

So, various departments of Microsoft have been attacking various aspects of
the same problem from different angles. Microsoft is merely bringing them
all together, which is a good thing.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.

"ano" <an*@discussions.microsoft.com> wrote in message
news:6F**********************************@microsof t.com...
Are ObjectSpaces and LINQ the same?
It's seem like Microsoft works on LINQ than ObjectSpaces.

thxs,
ano
"Patrice" wrote:
Besides the link provided by Kevin that mention WinFS, you may want also
to
check this page http://msdn.microsoft.com/netframework/future/linq/
(LINQ) :

Quoted :

The LINQ Project is a codename for a set of extensions to the .NET
Framework that encompass language-integrated query, set, and transform
operations. It extends C# and Visual Basic with native language syntax
for
queries and provides class libraries to take advantage of these
capabilities.

--
Patrice

"ano" <an*@discussions.microsoft.com> a écrit dans le message de news:
EA**********************************@microsoft.com...
> Is it true that ObjectSpaces are cancelled?


Mar 23 '06 #5

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

Similar topics

8
by: Rob | last post by:
We are starting a new fairly big project based on the typical 3-tier approach (db, business, GUI layer). I have limited experience in that field but from my experience all the stored procedures,...
3
by: Elder Hyde | last post by:
I was reading this interview with Hejlsberg, when suddenly the conversation turned to O/R mapping. Hejlsberg talked as if he had had to design an O/R mapping for .NET (he said ".NET had each one of...
12
by: anna | last post by:
Map, generate, and maintain 50% of your .NET application code, namely your business and data objects. Use these objects in ASP.NET, Windows Forms, console or services applications. Business and...
2
by: Mel | last post by:
Is anyone out there using a C#.NET OR mapping framework in a production environment? I'm thinking of such frameworks as nHibernate, Gentle, etc.. I've looked at quite a few but none of them seem...
3
by: freddy | last post by:
I would like to build an app in c# like installshield, but I do not know how, can anyone point me to the right direction
4
by: rob | last post by:
Dear All, As you know MS has again delayed ObjectSpaces, i.e. it will not become available until Longhorn which is still far away. I am starting a big new project and eventually want to use...
7
by: NOSPAM | last post by:
I am designing a web application in asp.net C#, and I created classes (in ..cs files) working with the .aspx pages. Now, for database part.... wondering which way is better: 1. put database...
8
by: Martin Robins | last post by:
I seem to recall, back in the early promise days of Whidbey, that there was talk (and even an early version) of a set of classes for mapping data between objects and a database being a part of the...
3
by: Tina | last post by:
In 2.0, do business objects have to be manually written classes or is there a wizard that will, for instance, generate the class from a query builder? I seem to remeber that in a demo somewhere but...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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.