|
|
Stories recently tagged with 'ExtensionMethods'
|
|
submitted by
fquednau
11 days, 23 hours ago
realfiction.net — Several blog posts have come up on extension methods that have in common a check for null on the extension target. This now allows to call methods on null references. I would like to hear opinions if this is good or bad or a non-issue... read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
Patterns, ExtensionMethods, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 13 hours ago, submitted by
yoavsion
1 month ago
sharpregion.com — Sometimes we need to find all classes or interfaces that derive a certain Type. There are several possible scenarios for this kind of search - For instance, if we are trying to load a plug-in assembly at runtime and wish to initialize all the classes that implement the IPluginBase interface. Using the suggested DerivedHelper makes it a lot easier. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
Utility, sharpregion, Reflection, C#, ExtensionMethods | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month ago, submitted by
yoavsion
1 month, 2 days ago
sharpregion.com — Comparing enum values can sometime leave your code a little messy and inaccessible. Using this small EnumHelper extension methods class, your code should be left a little more readable and fluent. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Utility, sharpregion, Flags, C#, ExtensionMethods | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
HoolieMan
1 month, 21 days ago
blog.spontaneouspublicity.com — Here are a couple of extension methods for working with WebControls and Tables that I have found really helpful lately. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
ExtensionMethods, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ajdotnet
1 month, 25 days ago
ajdotnet.wordpress.com — Fluent interfaces provide a compelling concept that has been used in isolated spots. With LINQ it is also backed up with functional programming concepts and in turn becomes a more broadly usable concept. Extension methods can be used to implement fluent interfaces in more general cases. read more...
add a comment
|
category: Linq | Views: 0
|
|
tags:
ExtensionMethods, C#, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 12 days ago, submitted by
JamesNK
3 months, 12 days ago
james.newtonking.com — Why I went from an extension method hater to an extension method lover. I look at three benefits of extension methods over static methods: More intuitive to read, more intuitive to write and easier to discover. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
ExtensionMethods, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|