Golo

Stories submitted by Golo

How to add a custom syntax highlighter to SHFB(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 3 years, 10 months ago

This article shows how to add a custom syntax highlighter to the Sandcastle Help File Builder. As example the currently not supported Python language is used. read more...

add a comment |category: |Views: 9

tags: another

Yahoo! - how stupid can one get?(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 3 years, 11 months ago

This article asks the question how stupid one can get - related to Yahoo! and the latest events. read more...

add a comment |category: |Views: 18

tags: another

Fluent interfaces(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes what fluent interfaces are and how you can use them in C#. read more...

add a comment |category: |Views: 11

tags: another

codeparser.net 2.0 Beta 1 available(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

Finally, codeparser.net 2.0 beta 1 is available for public review ... :-) read more...

add a comment |category: |Views: 9

tags: another

InternalsVisibleTo and strong names(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes how to solve the chicken-egg problem when you have an InternalVisiblesTo attribute and want to specify strong names. read more...

add a comment |category: |Views: 24

tags: another

codeparser.net 2.0 introduces so-called content transformers(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes the new content transformer of codeparser.net 2.0 that replace the so-called expression replacements of codeparser 1.x. read more...

add a comment |category: |Views: 9

tags: another

Update on the status of codeparser.net 2.0(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes the new configuration model of the upcoming version 2.0 of codeparser.net, including code samples. read more...

add a comment |category: |Views: 8

tags: another

Why static and abstract exclude each other(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article explains why there are no static interfaces, and why static and virtual / static and abstract exclude each other ... read more...

add a comment |category: |Views: 2

tags: another

FxCop seems to ignore SuppressMessageAttributes(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes what to do when FxCop seems to ignore SuppressMessageAttributes in your code. read more...

add a comment |category: |Views: 8

tags: another

A different approach for raising events(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes different approaches how to raise events in C#. read more...

1 comment |category: |Views: 3

tags: another

Do not use the MethodImpl attribute(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article explains why you should NOT use the MethodImpl attribute to enable synchronization of methods. read more...

1 comment |category: |Views: 214

tags: another

Defining events: Field vs property syntax(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article discusses the different ways how you can define events in C#: Field syntax vs property syntax read more...

add a comment |category: |Views: 10

tags: another

Why are event raising methods marked as protected virtual?(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article discusses why the OnXYZ methods should be marked as protected virtual. read more...

1 comment |category: |Views: 4

tags: another

Lexware Assembly Reference Tool(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes a tool that solves the problem of not being able to refer to different assemblies depending on the current configuration (Debug or Release). read more...

add a comment |category: |Views: 15

tags: another

What's the use of the FlagsAttribute on enums?(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article discusses the use of the FlagsAttribute that you can use on enums. read more...

1 comment |category: |Views: 6

tags: another

guide to C# Live! 2008 Winter Edition(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

The announcement for guide to C# Live! 2008 Winter Edition ... read more...

add a comment |category: |Views: 0

tags: another