I am moving away from DotNetNuke and whant to ask a few developer questions. Why is ther none of stored procedures in Umbraco? How come it is so fast when no stored procedures is used at all?
But still umbraco is so fast?? How did umbraco go around replacing the stored procedures. Where in the vast source code can I view an example on the last db layer before data is entered into the db?
Migrating from DotNetNuke to Umbraco question?
I am moving away from DotNetNuke and whant to ask a few developer questions. Why is ther none of stored procedures in Umbraco? How come it is so fast when no stored procedures is used at all?
It is simple.
I remember when umb 2.5 and 3.0 had stored procedures. It ws impossible to support mySql that way.
When you have to deal with multi database support (mySql, sql CE, or other) you must rely on plain sql providers without stored procs.
But still umbraco is so fast?? How did umbraco go around replacing the stored procedures. Where in the vast source code can I view an example on the last db layer before data is entered into the db?
is working on a reply...