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

C#

 
AnswerRe: Linq To SQL - My Thoughts Pin
dasblinkenlight16-Jul-11 15:27
dasblinkenlight16-Jul-11 15:27 
Although Entity Framework has replaced Linq2Sql in Microsoft's technology stack, the philosophy behind the APIs remains the same. Whatever you've learned about Linq2Sql will help you in EF.

My observation is that ORMs are a lot more flexible on the data query side than on the data manipulation side. I tried Hibernate/nHibernate, Linq2Sql and EF, and in all cases the data retrieval was impeccable. Writing data back, however, was a different story: all frameworks are great when you modify your data in memory and then write it back, but you must jump through the hoops to implement mass inserts (e.g. table-to-table copies), updates, or deletes. Here is a good link that explains the issue and provides a work-around for Linq2Sql[^]. Good luck!
AnswerRe: Linq To SQL - My Thoughts Pin
Keith Barrow16-Jul-11 23:02
professionalKeith Barrow16-Jul-11 23:02 
QuestionService Exits with No Fanfare [SOLVED - I think] Pin
Richard Andrew x6415-Jul-11 6:15
professionalRichard Andrew x6415-Jul-11 6:15 
AnswerRe: Service Exits with No Fanfare Pin
BobJanova15-Jul-11 6:34
BobJanova15-Jul-11 6:34 
GeneralRe: Service Exits with No Fanfare Pin
Richard Andrew x6415-Jul-11 6:41
professionalRichard Andrew x6415-Jul-11 6:41 
AnswerRe: Service Exits with No Fanfare Pin
Ennis Ray Lynch, Jr.15-Jul-11 7:45
Ennis Ray Lynch, Jr.15-Jul-11 7:45 
GeneralRe: Service Exits with No Fanfare Pin
Richard Andrew x6415-Jul-11 7:50
professionalRichard Andrew x6415-Jul-11 7:50 
AnswerRe: Service Exits with No Fanfare Pin
PIEBALDconsult15-Jul-11 7:48
mvePIEBALDconsult15-Jul-11 7:48 
GeneralRe: Service Exits with No Fanfare Pin
Richard Andrew x6415-Jul-11 7:51
professionalRichard Andrew x6415-Jul-11 7:51 
AnswerRe: Service Exits with No Fanfare Pin
Shameel15-Jul-11 8:03
professionalShameel15-Jul-11 8:03 
GeneralRe: Service Exits with No Fanfare Pin
Richard Andrew x6415-Jul-11 8:08
professionalRichard Andrew x6415-Jul-11 8:08 
GeneralRe: Service Exits with No Fanfare Pin
Shameel15-Jul-11 8:16
professionalShameel15-Jul-11 8:16 
GeneralRe: Service Exits with No Fanfare Pin
Richard Andrew x6415-Jul-11 8:20
professionalRichard Andrew x6415-Jul-11 8:20 
GeneralRe: Service Exits with No Fanfare Pin
Shameel15-Jul-11 8:32
professionalShameel15-Jul-11 8:32 
GeneralRe: Service Exits with No Fanfare Pin
Dave Kreskowiak16-Jul-11 11:20
mveDave Kreskowiak16-Jul-11 11:20 
GeneralRe: Service Exits with No Fanfare Pin
Richard Andrew x6416-Jul-11 12:04
professionalRichard Andrew x6416-Jul-11 12:04 
GeneralRe: Service Exits with No Fanfare Pin
Dave Kreskowiak16-Jul-11 17:43
mveDave Kreskowiak16-Jul-11 17:43 
QuestionHelp tracking down power management settings (... was Looking for help in converting REG_BINARY to readable values) Pin
turbosupramk315-Jul-11 3:05
turbosupramk315-Jul-11 3:05 
AnswerRe: Looking for help in converting REG_BINARY to readable values Pin
Richard MacCutchan15-Jul-11 4:47
mveRichard MacCutchan15-Jul-11 4:47 
GeneralRe: Looking for help in converting REG_BINARY to readable values Pin
turbosupramk315-Jul-11 4:59
turbosupramk315-Jul-11 4:59 
GeneralRe: Looking for help in converting REG_BINARY to readable values Pin
Mark Salsbery15-Jul-11 6:03
Mark Salsbery15-Jul-11 6:03 
GeneralRe: Looking for help in converting REG_BINARY to readable values Pin
turbosupramk320-Jul-11 7:29
turbosupramk320-Jul-11 7:29 
GeneralRe: Looking for help in converting REG_BINARY to readable values Pin
turbosupramk321-Jul-11 5:12
turbosupramk321-Jul-11 5:12 
QuestionRegular Expression to check for Oracle reserved words and special characters & sql injection attacks Pin
Member 297299215-Jul-11 1:21
Member 297299215-Jul-11 1:21 
AnswerRe: Regular Expression to check for Oracle reserved words and special characters & sql injection attacks Pin
BobJanova15-Jul-11 2:26
BobJanova15-Jul-11 2:26 

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.