-
Hi Scott, Thank you for non EntitySpaces biased answer. I have a requirement to create admin web UI for a small database(5-7 tables) and I should make a decision, will we buy the latest version of EntitySpaces( we have 2007) or will use "standard" ASP.NET Dynamic Data Web Site. Your answer is not in favor of EntitySpaces.
-
Does anyone has experience with both EntitySpaces Administrative Template Suite and Microsoft ASP.NET Dynamic Data Web Site? Can you compare the products? Which one should I choose for a new project? What are pro’s and con’s?
-
See reply in http://community.entityspaces.net/forums/permalink/11948/11946/ShowThread.aspx#11946
-
For a new project, will you recommend EntitySpaces vs Microsoft Entity Framework? If yes, could you provide reasons please?
-
Hi David, David.Parsons: there are two EntitySpaces installers.... You should run the EntitySpaces 1.3 installer. I am running Release 2007.0.0913.0. Do you mean that to use MyGeneration 1.3.x I have to install Release 2007.1.*, which has separate EntitySpaces 1.3 installer? If it is correct, this info should be added to blog post http://www.entityspaces
-
I've installed a new version of MyGeneration(1.3). It didn't have EntitySpaces templates, that I've copied manually from old C:\Program Files\MyGeneration\Templates. But when I try to generate EntitySpaces classes, it gives an error: "The type or namespace name 'EntitySpaces' could not be found" . OS Version: Microsoft Windows NT 5.2.3790 Service Pack
-
Thanks, Mike and David. Mike.Griffin: We use ADO.NET providers, After reading the phrase " EntitySpaces does not use OLEDB.", it was not clear for me, what do you use. It will be good to add the clarification to "Getting Started" http://www.entityspaces.net/documentation/getstarted.pdf . and provide link to http://msdn2.microsoft.com/en-us/library/ms254500
-
The connectionString is the connection string for your database. Be careful if you copy the In the "Getting Started" http://www.entityspaces.net/documentation/getstarted.pdf . it is said: "The connectionString is the connection string for your database. ... EntitySpaces does not use OLEDB " What are the differences with OLEDB connection string ? In
-
I am writing Installer class that will be called as custom action from Web Setup Project. I want to modify "Initial Catalog" and "Data Source" based on user provided values. Has anyone done similar task? Is it a good idea to use esConfigSettings class and ConfigurationSection .Save function? Or it is simpler to read web.config as XML DOM, replace connectionString
-
David and Mike, Thank you for your replies. Sorry that I haven't find these posts before starting the thread.