Where namespace have ObjectSpace?

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

Where namespace have ObjectSpace? I need to write application using
ObjectSpace, but I cannot find it on VS.NET 2005.
 
LOL, this is a good one.
Are you aware that there is no ObjectSpaces at all?
You might have to wait for another year or two or three for DLinq to
materialize.
 
Oh, no release with VS 2005?


Miha Markic said:
LOL, this is a good one.
Are you aware that there is no ObjectSpaces at all?
You might have to wait for another year or two or three for DLinq to
materialize.
--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

ABC said:
Where namespace have ObjectSpace? I need to write application using
ObjectSpace, but I cannot find it on VS.NET 2005.
 
No. DLinq is the materialization and evolution of ObjectSpaces and *should*
appear in next Visual Studio version.
You'll find some links here:
http://cs.rthand.com/blogs/blog_with_righthand/archive/2005/09/14/116.aspx

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

ABC said:
Oh, no release with VS 2005?


Miha Markic said:
LOL, this is a good one.
Are you aware that there is no ObjectSpaces at all?
You might have to wait for another year or two or three for DLinq to
materialize.
--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

ABC said:
Where namespace have ObjectSpace? I need to write application using
ObjectSpace, but I cannot find it on VS.NET 2005.
 
ABC said:
Where namespace have ObjectSpace? I need to write application using
ObjectSpace, but I cannot find it on VS.NET 2005.

Objectspaces was cancelled some time ago. If you need an O/R mapper,
see signature.

Frans

--
 
ObjectSpaces was cut out long time back. Check out llblgenpro if you need an
ORM today.
 
Back
Top