Well, we don't really generate business rules but we do offer the ability to generate a fully hierarchical data model from your database schema which is connected from top to bottom and bottom to top.
As to how much faster is development here's what I say. Suppose you have 200 tables in your database. I could walk into your shop right now and generate your entire EntitySpaces system in less than 20 minutes, that includes installing MyGeneration and EntitySpaces. Now, you're ready to write your app. You have very good transaction support, strongly typed entities, a very cool intellisense driven DynamicQuery API, good binding support, and a ton of other features at your disposal. You then write code like this:
Employees emp = new Employees();
emp.FirstName = "Mike";
emp.Save();
No SqlClient, no messy complicated code. And if when you change your database schema, just regenerate in 5 minutes and recompile, it's that simple.
So, you take all this time savings and pour it into your UI or other areas, you create a much better app in record time. I'm biased of course, but I cannot imagin a faster way to work. EntitySpaces removes all of the grunt work and makes your project fun. Then, when your next project comes along no need to invent another architecture, just use ES again. If a client comes to you and says "We use Oracle can you do that". You say "Yes" because your ES code wont change, same API, same everything.
EntitySpaces |
Twitter |
BLOG | Please honor our Software License