Click here to Skip to main content
15,909,199 members
Home / Discussions / C#
   

C#

 
AnswerRe: automatic updates Pin
selcuks4-Aug-08 21:16
selcuks4-Aug-08 21:16 
Questionabout regex: I couldn't understand why it takes 2-10 minutes? [modified] Pin
enginço4-Aug-08 20:33
enginço4-Aug-08 20:33 
AnswerRe: about regex: I couldn't understand why it takes 2-10 minutes? Pin
PIEBALDconsult5-Aug-08 8:14
mvePIEBALDconsult5-Aug-08 8:14 
GeneralRe: about regex: I couldn't understand why it takes 2-10 minutes? [modified] Pin
enginço5-Aug-08 21:26
enginço5-Aug-08 21:26 
GeneralRe: about regex: I couldn't understand why it takes 2-10 minutes? [modified] Pin
enginço5-Aug-08 23:47
enginço5-Aug-08 23:47 
QuestionGet Row ID in KeyPress event [modified] Pin
M Riaz Bashir4-Aug-08 20:23
M Riaz Bashir4-Aug-08 20:23 
AnswerRe: Get Row ID in KeyPress event Pin
cocoonwls4-Aug-08 22:13
cocoonwls4-Aug-08 22:13 
QuestionWpf or GDI Pin
Mogaambo4-Aug-08 19:46
Mogaambo4-Aug-08 19:46 
AnswerRe: Wpf or GDI Pin
Simon P Stevens4-Aug-08 22:43
Simon P Stevens4-Aug-08 22:43 
QuestionHow to use ISortable Pin
srisravani4-Aug-08 19:37
srisravani4-Aug-08 19:37 
AnswerRe: How to use ISortable Pin
leppie4-Aug-08 20:05
leppie4-Aug-08 20:05 
AnswerRe: How to use ISortable Pin
stancrm4-Aug-08 20:18
stancrm4-Aug-08 20:18 
QuestionGraphicsPath Pin
cocoonwls4-Aug-08 18:32
cocoonwls4-Aug-08 18:32 
AnswerRe: GraphicsPath Pin
cocoonwls4-Aug-08 23:53
cocoonwls4-Aug-08 23:53 
AnswerRe: GraphicsPath Pin
mav.northwind5-Aug-08 1:57
mav.northwind5-Aug-08 1:57 
GeneralRe: GraphicsPath Pin
cocoonwls5-Aug-08 17:17
cocoonwls5-Aug-08 17:17 
QuestionBitshifting question Pin
threemp34-Aug-08 15:10
threemp34-Aug-08 15:10 
AnswerRe: Bitshifting question Pin
Mark Salsbery4-Aug-08 15:26
Mark Salsbery4-Aug-08 15:26 
GeneralI need to explain to our VP why trying to do everything in Stored Procedures is a bad idea [modified] Pin
Togakangaroo4-Aug-08 13:55
Togakangaroo4-Aug-08 13:55 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
PIEBALDconsult4-Aug-08 17:15
mvePIEBALDconsult4-Aug-08 17:15 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
N a v a n e e t h4-Aug-08 18:26
N a v a n e e t h4-Aug-08 18:26 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Mycroft Holmes4-Aug-08 20:31
professionalMycroft Holmes4-Aug-08 20:31 
I've got to admit, I'm one of the proc adherants. I put a lot of work into the procedures. With the "one liners" that simply do the CRUD I use procs because I have a code generator that creates the procs and the classes to service them. However most of my work goes into serious crunching of numbers in high volume and for this we need to use procs.

I had not considered the security issues of installed apps (I work for a corporate and you need 53 bits of paper to enter the presence of the production servers) based on procedures. I was aware thae using a framework like nHiberante can give you a DB agnostic application but would not consider using it for my apps.

Restore comes under the same criteria as the production server access! I have lost s a proc but thought it was just me, there you go! Having said that my DAL has a GetTableSQL and an ExecuteSQL so I'm not welded to procs.

Thank you for the food for thought, I will no longer go blindly forward!


Never underestimate the power of human stupidity
RAH

GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
N a v a n e e t h4-Aug-08 18:28
N a v a n e e t h4-Aug-08 18:28 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
Togakangaroo5-Aug-08 2:16
Togakangaroo5-Aug-08 2:16 
GeneralRe: I need to explain to our VP why trying to do everything in Stored Procedures is a bad idea Pin
darkelv4-Aug-08 19:22
darkelv4-Aug-08 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.