Click here to Skip to main content
15,888,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with ADO :problem with inserting row in the same time Pin
Honeyboy_2019-Jul-11 6:54
Honeyboy_2019-Jul-11 6:54 
GeneralRe: problem with ADO :problem with inserting row in the same time Pin
Herman<T>.Instance19-Jul-11 7:50
Herman<T>.Instance19-Jul-11 7:50 
AnswerRe: problem with ADO :problem with inserting row in the same time Pin
Morton song19-Jul-11 17:30
Morton song19-Jul-11 17:30 
QuestionDataGridView , get Date from MySql Pin
igalep13217-Jul-11 7:03
igalep13217-Jul-11 7:03 
AnswerRe: DataGridView , get Date from MySql Pin
BobJanova17-Jul-11 22:29
BobJanova17-Jul-11 22:29 
Questionhow to get MAC address from Windows-mobile using C# code ? Pin
goldsoft16-Jul-11 22:38
goldsoft16-Jul-11 22:38 
AnswerRe: how to get MAC address from Windows-mobile using C# code ? Pin
thatraja16-Jul-11 23:47
professionalthatraja16-Jul-11 23:47 
QuestionLinq To SQL - My Thoughts Pin
Matt U.15-Jul-11 11:06
Matt U.15-Jul-11 11:06 
AnswerRe: Linq To SQL - My Thoughts Pin
SledgeHammer0115-Jul-11 13:37
SledgeHammer0115-Jul-11 13:37 
GeneralRe: Linq To SQL - My Thoughts Pin
Yoyosch18-Jul-11 4:37
Yoyosch18-Jul-11 4:37 
AnswerRe: Linq To SQL - My Thoughts Pin
PIEBALDconsult15-Jul-11 14:42
mvePIEBALDconsult15-Jul-11 14:42 
GeneralRe: Linq To SQL - My Thoughts Pin
Matt U.15-Jul-11 16:24
Matt U.15-Jul-11 16:24 
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 

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.