15,946,342 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Dr. Song Li (Top 4 by date)
Dr. Song Li
2-Feb-12 22:40pm
View
I posted a bug at the address. CodeProject has helped me to resolve the problem.
Dr. Song Li
31-Jan-12 10:01am
View
Actually I did not upload any file yet.
What I have done:
I deleted the original article and re-did the process and used a shortened article path, but I still see the same problem.
Dr. Song Li
5-Jun-11 18:58pm
View
Hopefully, ORMs do not only give me issues, but some advantages that makes me want to use them. I am struggling ...
Dr. Song Li
5-Jun-11 18:55pm
View
Thanks ... Just a quick question. When you state the advantages, are you comparing with data accesses using in-line SQL (or mostly use in-line SQL, and when ORM causing some issues, use stored procedure as a substitute)?
I am trying to get a comparison between ORM solution and the 100% stored procedure solution. Any comments? Well, I personally favor the 100% stored procedure solution, because it does provide better security, faster speed (in certain cases, the level of speed difference can be significent!), easier transaction and isolation level control. Most importantly, you are controlling the SQL commands issued to the database engine. You can take advantage of any possible features that the database engine provides to you. Because you are commanding what the database engine what/how/when to do, you have better confidence on the behavior on your code, which results into few bugs and less burden of testing (including unit testing).
But I definitely do not want to be so self judged. I really want to get a convincing reason to use ORMs, so I do not miss any good things come with them.
Any comments? Thanks ...