Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
GeneralRe: Saving Data from a dynamically created form Pin
Gerry Schmitz2-Jun-23 4:39
mveGerry Schmitz2-Jun-23 4:39 
QuestionRe: Saving Data from a dynamically created form Pin
Ralf Meier2-Jun-23 4:40
mveRalf Meier2-Jun-23 4:40 
AnswerRe: Saving Data from a dynamically created form Pin
jschell2-Jun-23 11:32
jschell2-Jun-23 11:32 
AnswerRe: Saving Data from a dynamically created form Pin
OriginalGriff2-Jun-23 19:56
mveOriginalGriff2-Jun-23 19:56 
Questionimplementing the system tray for my C# login app Pin
Shylaja D30-May-23 23:49
Shylaja D30-May-23 23:49 
GeneralRe: implementing the system tray for my C# login app Pin
harold aptroot31-May-23 0:13
harold aptroot31-May-23 0:13 
QuestionHello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
Hero2016 Elmaghraby30-May-23 6:39
Hero2016 Elmaghraby30-May-23 6:39 
AnswerRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
OriginalGriff30-May-23 6:42
mveOriginalGriff30-May-23 6:42 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
Richard Deeming30-May-23 21:07
mveRichard Deeming30-May-23 21:07 
AnswerRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
jschell31-May-23 5:34
jschell31-May-23 5:34 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
jeron131-May-23 5:43
jeron131-May-23 5:43 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
OriginalGriff31-May-23 6:24
mveOriginalGriff31-May-23 6:24 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
jschell1-Jun-23 6:11
jschell1-Jun-23 6:11 
GeneralRe: Hello, I have a question. Can I design programs with a graphical interface in C#, Dot Net Core technology, and these programs work on the DOS operating system, such as Norton Ghost Bragg? Thank you. Pin
OriginalGriff1-Jun-23 6:26
mveOriginalGriff1-Jun-23 6:26 
QuestionC# features Pin
Calin Negru25-May-23 7:31
Calin Negru25-May-23 7:31 
AnswerRe: C# features Pin
PIEBALDconsult25-May-23 7:32
mvePIEBALDconsult25-May-23 7:32 
GeneralRe: C# features Pin
Calin Negru25-May-23 10:58
Calin Negru25-May-23 10:58 
AnswerRe: C# features Pin
OriginalGriff25-May-23 18:33
mveOriginalGriff25-May-23 18:33 
GeneralRe: C# features Pin
Calin Negru26-May-23 0:09
Calin Negru26-May-23 0:09 
GeneralRe: C# features Pin
Gerry Schmitz26-May-23 3:27
mveGerry Schmitz26-May-23 3:27 
GeneralRe: C# features Pin
Calin Negru26-May-23 22:11
Calin Negru26-May-23 22:11 
GeneralRe: C# features Pin
Gerry Schmitz27-May-23 2:54
mveGerry Schmitz27-May-23 2:54 
GeneralRe: C# features Pin
jschell27-May-23 9:29
jschell27-May-23 9:29 
Calin Negru wrote:
“link” is for working with databases, etc.


linq (spelling) was not added to deal with databases. It was added as a result of a surge of interest, or at least perceived interest, in functional programming.

Then someone decided it would be a 'good' idea to use linq to access databases.

They were wrong.

They were not also the first ones to think that a generic in language source would somehow be better for database access. Long before that C++ (or maybe java) had an alternative in the language (sort of) for SQL. But it never took off. Probably for the similar reasons as it made simple problems simpler (which was never a complaint) but complex problems either difficult or even impossible to deal with.
GeneralRe: C# features Pin
Gerry Schmitz27-May-23 13:28
mveGerry Schmitz27-May-23 13:28 
GeneralRe: C# features Pin
jschell29-May-23 6:02
jschell29-May-23 6:02 

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.