Click here to Skip to main content
15,887,776 members
Home / Discussions / C#
   

C#

 
AnswerRe: dataGridView and columns.add Pin
Henry Minute25-Sep-09 9:36
Henry Minute25-Sep-09 9:36 
QuestionUnsafe code compile in clr Pin
Abdul Rahman Hamidy25-Sep-09 6:18
Abdul Rahman Hamidy25-Sep-09 6:18 
AnswerRe: Unsafe code compile in clr Pin
harold aptroot25-Sep-09 6:42
harold aptroot25-Sep-09 6:42 
AnswerRe: Unsafe code compile in clr Pin
PIEBALDconsult25-Sep-09 8:28
mvePIEBALDconsult25-Sep-09 8:28 
GeneralRe: Unsafe code compile in clr Pin
Abdul Rahman Hamidy25-Sep-09 18:06
Abdul Rahman Hamidy25-Sep-09 18:06 
GeneralRe: Unsafe code compile in clr Pin
PIEBALDconsult25-Sep-09 18:27
mvePIEBALDconsult25-Sep-09 18:27 
GeneralRe: Unsafe code compile in clr Pin
Abdul Rahman Hamidy25-Sep-09 18:56
Abdul Rahman Hamidy25-Sep-09 18:56 
GeneralRe: Unsafe code compile in clr Pin
PIEBALDconsult26-Sep-09 4:25
mvePIEBALDconsult26-Sep-09 4:25 
My understanding is...

If it's written in C#/CLR it's managed.
Unsafe doesn't mean unmanaged.
In an unsafe context you can write managed code that can access unmanaged things.


Abdul Rahman Hamidy wrote:
when using the application is fast. specially in loops


Yes, I hear that you can use unmanaged code to do that, but I expect it's better to write a DLL in C/C++ and then use an unsafe context to access that DLL.


But I could be wrong.
QuestionRelease of resources - System.Collections,Generic.List<t></t> Pin
abosch200025-Sep-09 5:32
abosch200025-Sep-09 5:32 
AnswerRe: Release of resources - System.Collections,Generic.List Pin
Not Active25-Sep-09 5:47
mentorNot Active25-Sep-09 5:47 
AnswerRe: Release of resources - System.Collections,Generic.List Pin
Keith Barrow25-Sep-09 6:11
professionalKeith Barrow25-Sep-09 6:11 
QuestionPROJECT WORK [modified] Pin
aravindjayan25-Sep-09 5:21
aravindjayan25-Sep-09 5:21 
AnswerRe: PROJECT WOEK Pin
harold aptroot25-Sep-09 5:26
harold aptroot25-Sep-09 5:26 
GeneralRe: PROJECT WOEK Pin
harold aptroot25-Sep-09 5:51
harold aptroot25-Sep-09 5:51 
GeneralRe: PROJECT WOEK Pin
Kevin Marois25-Sep-09 5:59
professionalKevin Marois25-Sep-09 5:59 
GeneralRe: PROJECT WOEK Pin
harold aptroot25-Sep-09 6:02
harold aptroot25-Sep-09 6:02 
GeneralRe: PROJECT WOEK Pin
Kevin Marois25-Sep-09 6:06
professionalKevin Marois25-Sep-09 6:06 
GeneralRe: PROJECT WOEK Pin
musefan25-Sep-09 6:31
musefan25-Sep-09 6:31 
GeneralRe: PROJECT WOEK Pin
Kevin Marois25-Sep-09 6:51
professionalKevin Marois25-Sep-09 6:51 
GeneralRe: PROJECT WOEK Pin
harold aptroot25-Sep-09 6:33
harold aptroot25-Sep-09 6:33 
GeneralRe: PROJECT WOEK Pin
Kevin Marois25-Sep-09 6:51
professionalKevin Marois25-Sep-09 6:51 
GeneralRe: PROJECT WOEK Pin
OriginalGriff25-Sep-09 8:21
mveOriginalGriff25-Sep-09 8:21 
GeneralRe: PROJECT WOEK Pin
Keith Barrow25-Sep-09 6:55
professionalKeith Barrow25-Sep-09 6:55 
AnswerRe: PROJECT WOEK Pin
Not Active25-Sep-09 5:28
mentorNot Active25-Sep-09 5:28 
GeneralRe: PROJECT WORK Pin
musefan25-Sep-09 6:34
musefan25-Sep-09 6:34 

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.