Click here to Skip to main content
15,881,139 members
Home / Discussions / C#
   

C#

 
AnswerRe: Difference between String and StringBuilder? Pin
OriginalGriff30-Dec-17 4:29
mveOriginalGriff30-Dec-17 4:29 
AnswerRe: Difference between String and StringBuilder? Pin
Gerry Schmitz30-Dec-17 6:10
mveGerry Schmitz30-Dec-17 6:10 
QuestionHow to access a datagrid control (on a parent window) from a child window in wpf c# Pin
Hervend29-Dec-17 7:23
Hervend29-Dec-17 7:23 
AnswerRe: How to access a datagrid control (on a parent window) from a child window in wpf c# Pin
Dave Kreskowiak29-Dec-17 8:59
mveDave Kreskowiak29-Dec-17 8:59 
AnswerRe: How to access a datagrid control (on a parent window) from a child window in wpf c# Pin
Mycroft Holmes29-Dec-17 11:46
professionalMycroft Holmes29-Dec-17 11:46 
AnswerRe: How to access a datagrid control (on a parent window) from a child window in wpf c# Pin
Gerry Schmitz30-Dec-17 6:04
mveGerry Schmitz30-Dec-17 6:04 
GeneralRe: How to access a datagrid control (on a parent window) from a child window in wpf c# Pin
Hervend30-Dec-17 6:31
Hervend30-Dec-17 6:31 
QuestionWhat's the deal with Span<T> & Memory<T>? Pin
swampwiz28-Dec-17 22:06
swampwiz28-Dec-17 22:06 
I was reading this article:

C# - All About Span: Exploring a New .NET Mainstay[^]

It seems that these new template classes allow for the instantiation of something that would be on new heap (and therefore at the mercy of the all-powerful system garbage collector), but instead could be done on some existing mamory, including that created on the stack - which of course would allow the programmer to have some control over when the memory is released.

Or perhaps I am way off and too far into my Samuel Adams Winter Lager sessioning to properly grok this ...
AnswerRe: What's the deal with Span<T> & Memory<T>? Pin
Pete O'Hanlon28-Dec-17 23:40
mvePete O'Hanlon28-Dec-17 23:40 
QuestionC# Pin
Member 1359870428-Dec-17 20:16
Member 1359870428-Dec-17 20:16 
AnswerRe: C# Pin
Chris Quinn28-Dec-17 20:35
Chris Quinn28-Dec-17 20:35 
AnswerRe: C# Pin
OriginalGriff28-Dec-17 21:37
mveOriginalGriff28-Dec-17 21:37 
AnswerRe: C# Pin
Dave Kreskowiak29-Dec-17 2:33
mveDave Kreskowiak29-Dec-17 2:33 
GeneralRe: C# Pin
OriginalGriff29-Dec-17 4:03
mveOriginalGriff29-Dec-17 4:03 
GeneralRe: C# Pin
Dave Kreskowiak29-Dec-17 4:13
mveDave Kreskowiak29-Dec-17 4:13 
Questionappend message in sql server Pin
Member 1320094428-Dec-17 6:43
Member 1320094428-Dec-17 6:43 
AnswerRe: append message in sql server Pin
Dave Kreskowiak28-Dec-17 7:22
mveDave Kreskowiak28-Dec-17 7:22 
GeneralRe: append message in sql server Pin
Member 1320094431-Dec-17 18:16
Member 1320094431-Dec-17 18:16 
GeneralRe: append message in sql server Pin
Dave Kreskowiak1-Jan-18 6:04
mveDave Kreskowiak1-Jan-18 6:04 
QuestionC# Ado.net Pin
komal patil28-Dec-17 5:49
komal patil28-Dec-17 5:49 
AnswerRe: C# Ado.net Pin
OriginalGriff28-Dec-17 5:53
mveOriginalGriff28-Dec-17 5:53 
AnswerRe: C# Ado.net Pin
PIEBALDconsult28-Dec-17 11:43
mvePIEBALDconsult28-Dec-17 11:43 
QuestionMessageBoxManager .dll using Pin
ormonds27-Dec-17 20:59
ormonds27-Dec-17 20:59 
AnswerRe: MessageBoxManager .dll using Pin
Pete O'Hanlon27-Dec-17 22:02
mvePete O'Hanlon27-Dec-17 22:02 
AnswerRe: MessageBoxManager .dll using Pin
ormonds28-Dec-17 9:56
ormonds28-Dec-17 9:56 

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.