HaGever

Stories submitted by HaGever

Visual C# 2005 Keyboard Shortcut Reference Poster(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 3 months ago

If you prefer not to take your hands off the keyboard when working in Visual Studio, then you will appreciate this post. You can download and print for your convenience color posters of shortcuts......... read more...

add a comment |category: |Views: 9

tags: another

Custom object and ToString() (gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 5 months ago

It is known that in the C # any object can be shown in the form of string by the method ToString () but what to do if you need to make such an operation with custom object? That is one solution.... read more...

add a comment |category: |Views: 3

tags: another

Writing log message to file via Message Queue (gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 5 months ago

A simple project how to write log message to file via Message Queue. read more...

add a comment |category: |Views: 37

tags: another

Convert any possible type to T in .Net 2005 (gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 6 months ago

Convert any possible type to T in .Net 2005 read more...

add a comment |category: |Views: 4

tags: another