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

C#

 
GeneralRe: What is the name of this control Pin
harold aptroot1-Apr-10 9:14
harold aptroot1-Apr-10 9:14 
GeneralRe: What is the name of this control Pin
Myzrael1-Apr-10 9:22
Myzrael1-Apr-10 9:22 
GeneralRe: What is the name of this control Pin
Luc Pattyn1-Apr-10 9:23
sitebuilderLuc Pattyn1-Apr-10 9:23 
GeneralRe: What is the name of this control Pin
Richard Andrew x641-Apr-10 12:08
professionalRichard Andrew x641-Apr-10 12:08 
GeneralRe: What is the name of this control Pin
AspDotNetDev1-Apr-10 15:21
protectorAspDotNetDev1-Apr-10 15:21 
AnswerRe: What is the name of this control Pin
kevinnicol1-Apr-10 9:55
kevinnicol1-Apr-10 9:55 
QuestionLINQ to SQL Pin
Darrall1-Apr-10 7:40
Darrall1-Apr-10 7:40 
AnswerRe: LINQ to SQL Pin
Dan Mos1-Apr-10 8:01
Dan Mos1-Apr-10 8:01 
Choose the ConnectionType (OleDb, SQL, SQLCompact....)
Then choose the server or type it (if express edition then defult it is
something like .\SQLEXPRESS), then choose the DB, Test the Connection clikc
OK or Add foollowed by some Next(s).


Then in order to use LINQ to SQL you need to "add new file" to your project,
choose LINQ to SQL DBML follow and follow the setps.


NOTE: IN Visual Studio Express(C# lets say) you can't do it.
At least not in the 2008 version. You add the DBML. You need to manually
create the DataContext/Mapping.

But a much better source will be Gingle.
Search for videos of LINQ to SQL.
GeneralRe: LINQ to SQL Pin
Darrall1-Apr-10 8:09
Darrall1-Apr-10 8:09 
GeneralRe: LINQ to SQL Pin
Dan Mos1-Apr-10 11:18
Dan Mos1-Apr-10 11:18 
GeneralRe: LINQ to SQL Pin
Darrall1-Apr-10 11:54
Darrall1-Apr-10 11:54 
QuestionConsole app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
bbranded1-Apr-10 6:38
bbranded1-Apr-10 6:38 
AnswerRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? [modified] Pin
PIEBALDconsult1-Apr-10 6:45
mvePIEBALDconsult1-Apr-10 6:45 
GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? [modified] Pin
bbranded1-Apr-10 7:20
bbranded1-Apr-10 7:20 
GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
Daniel Grunwald1-Apr-10 7:35
Daniel Grunwald1-Apr-10 7:35 
GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
bbranded1-Apr-10 7:42
bbranded1-Apr-10 7:42 
AnswerRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
PIEBALDconsult1-Apr-10 13:39
mvePIEBALDconsult1-Apr-10 13:39 
QuestionRe: Calling an event to a class in a different namespace Pin
roman_s1-Apr-10 5:50
roman_s1-Apr-10 5:50 
AnswerRe: Calling an event to a class in a different namespace Pin
Ghydo1-Apr-10 6:20
Ghydo1-Apr-10 6:20 
AnswerRe: Calling an event to a class in a different namespace Pin
Not Active1-Apr-10 6:37
mentorNot Active1-Apr-10 6:37 
QuestionError loading XML data Pin
billy_iii1-Apr-10 3:23
billy_iii1-Apr-10 3:23 
AnswerRe: Error loading XML data Pin
Garry J Evans1-Apr-10 6:19
Garry J Evans1-Apr-10 6:19 
GeneralRe: Error loading XML data Pin
billy_iii6-Apr-10 1:43
billy_iii6-Apr-10 1:43 
GeneralRe: Error loading XML data Pin
Garry J Evans6-Apr-10 2:54
Garry J Evans6-Apr-10 2:54 
QuestionDo I need to Dispose LINQ To SQL Data Context ? Pin
Nadia Monalisa1-Apr-10 1:35
Nadia Monalisa1-Apr-10 1:35 

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.