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

C#

 
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 
AnswerRe: Linq To SQL - My Thoughts Pin
Keith Barrow16-Jul-11 23:02
professionalKeith Barrow16-Jul-11 23:02 
LINQ to SQL isn't "dead" dead, it is still being supported (and looks likely to remain so for a while) but no new features are being added. Microsoft is focusing on the Enitiy Framework, so that is worth a squizz and having used LINQ to SQL will help you

It is worth looking at the ADO stuff directly, but only so:
a) You understand the underlying technologies
b) You realise exactly how much the various LINQ database stuff is giving you.

Straight ADO was an (u)necessary pain. It is needed to get the data in and out (and therefore necessary). But then you had to work with the results sets, and they didn't play well in OO land.[^] so you had to write your own ORM or live with the fact you were working with relation data and forego a proper object model, without built-in support this was un unecessary pain.

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 

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.