A debate on SQL and the value of stored procedures….
- Don’t use stored procedures yet- Must be suffering from NIHS (Not Invented Here Syndrome)
- Last post on the topic — at least for now!
- Coding Horror- Who needs Stored Procedures, anyways-
- Move away from stored procedures or not-
- Stored procedures are bad, m’kay-
Some links on something called “O/R Mapping”, while is something I have done a lot recently, but didn’t know it had a name. I’ll write more about this later, but essentially it means interfacing with your data primarily as business objects with .Save() and .Load() member functions.
- Jimmy Nilsson’s Weblog: O/R Mapping and .NET
- How XPO Works – specifically about one product, but really generic enough to give and example of O/R Mapping
- ASP.NET Forums – Your favorite O/R Mapper?
Other cool developer tools…
- CodeRush for Visual Studio – this looks SO cool
- LLBLGen Pro- The leading O-R mapper – generator
- eXpress Persistent Objects for .NET – oh man, do I covet this thing!