Groups | Blog | Home
all groups > dotnet distributed apps > july 2005 >

dotnet distributed apps : Following Question in C# and Assembly


Silent Ocean
7/26/2005 11:07:52 PM
Hi All

I have following questions regarding C# Assembly and Threading.

Let me know the precise answer or lead me to the proper materials.

1. Is memory leakeage possible in .Net Manager Code ?
2. Is memory leakage possible in .Net Unmanaged Code ?
3. How can I find the what % of memory is being used by DLL at run time ?
4. What is difference between Sunchronous processing and Async
processing in .Net ? How can I achieve it ?
5. Can any one lead me towards Multithreading GUI development in Winforms ?
6. Difference between Delegate and Event ?
7. Is there any specific Design Patterns specifically for WinForms ?

Awaiting reply

Thanks

Klaus H. Probst
7/26/2005 11:54:28 PM

[quoted text, click to view]

OK

[quoted text, click to view]

Sure.

[quoted text, click to view]

Sure.

[quoted text, click to view]

Run a profiler.

[quoted text, click to view]

Synchronous means it's not asynchronous, and viceversa. Your questions are
too broad and general.

[quoted text, click to view]
?

http://www.windowsforms.net/Default.aspx?tabindex=3&tabid=40

[quoted text, click to view]

An event is a multicast delegate.

[quoted text, click to view]

http://www.windowsforms.net/Articles/default.aspx?PageID=1&Cat=Design+Patterns&ModuleFilter=131&tabindex=3

[quoted text, click to view]

If you want to know something specific, go ahead and ask it, or better yet
give Google a try. "Difference between delegate and event" has been asked ad
nauseam since 2000, and "multithreading in windows forms" is about the most
discussed topic in smart client development.

--
Klaus H. Probst, MVP
http://www.simulplex.net/


Silent Ocean
7/27/2005 6:09:38 AM
[quoted text, click to view]


Can you send the sample code for it and how can it happen ?


[quoted text, click to view]
How to use Profiler, and where can I find it.

I am asking asunchroous and synchronous in terms of threading. What is
synchronous threading and synchronous threading. I would really
appreciate your further help...


Thanks

Silent Ocean

[quoted text, click to view]
AddThis Social Bookmark Button