Golo

Stories kicked 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

Lazy instantiation one-liner with the coalesce operator(realfiction.net)

submitted by fquednaufquednau(404) 4 years ago

The one-liner for lazy instantiation of instance fields using the coalesce-operator read more...

2 comments |category: |Views: 344

tags: another

Variable Scoping in Anonymous Delegates in C#(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years ago

On a few occasions anonymous methods still throw me for a conceptual loop. Anonymous methods work like closures and so variable scoping can be extended into these anonymous methods from the calling method scope which is pretty damn useful and the basis for what makes Lambda expressions work in the first place. read more...

add a comment |category: |Views: 17

tags: another

Extension Method Hack To Get Around NullReferenceException’s(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years, 1 month ago

Today I came across an interesting extension method pattern that I didn’t know how the runtime would react. Because I was calling a method from an object that was obviously null. Check it out it is pretty cool. read more...

add a comment |category: |Views: 43

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

ReSharper 4.0, I love you but it may be time we break up (devlicio.us)

submitted by simonechsimonech(10.1k) 4 years, 1 month ago

What's happening with R# 4? Every build has more issues than the previous one... read more...

2 comments |category: |Views: 13

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

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

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