Paul C
Paul C

Reputation: 4776

Is the documentation for EntitySpaces still available anywhere?

EntitySpaces

EntitySpaces is an object-relational mapping tool, whose architecture can be used when writing an ASP.NET, .NET Framework or .NET Compact Framework application.

On September 21, 2012, EntitySpaces announced they would dissolve on December 31, 2012 and their products would transition to open source.

Does anybody know if any of the supporting documentation is available anywhere else? As of open source transition these links are all down now;

Developer Documentation site

The EntitySpaces API Reference

Getting Started PDF

Even the link to the announcement;

EntitySpaces to shutdown and move to another server

Upvotes: 4

Views: 2988

Answers (3)

Pixeo
Pixeo

Reputation: 61

http://esdocs.pixeo.be/ (For anyone who just wants a link to the documentation)

Upvotes: 5

Mike Griffin
Mike Griffin

Reputation: 56

Go to the EntitySpaces home page, download the product, it's totally free, installs everything, even the profiler, full source, and the documentation, just see the EntitySpaces 2012 menu after installation.

PS: Use the direct download link under the donwnload button otherwise Download.com tries to get you to install annoying toolbars and such.

Upvotes: 4

Lance
Lance

Reputation: 41

Mr. Blend,

You can find everything on GitHub.

https://github.com/EntitySpaces/EntitySpaces-CompleteSource

Lance

Upvotes: 4

Related Questions