|
|
Stories recently tagged with 'Delegate'
|
|
published 9 months, 25 days ago, submitted by
manovich
9 months, 26 days ago
dotnettipoftheday.org — Small example of how to use Action delegate to perform some action on all elements of a collection. read more...
9 comments
|
category: C# | Views: 34
|
|
tags:
List, foreach, C#, Delegate | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 12 days ago, submitted by
spirit1
10 months, 13 days ago
weblogs.sqlteam.com — Subscribed events are one of the most common reasons of memory leaks in .Net. This means that if you have an object that has an event and there are other object that are subscribed to that event, the original object won't be properly disposed until all events are unsubscribed since an event is a strong reference.
read more...
2 comments
|
category: C# | Views: 40
|
|
tags:
MemoryLeak, Patterns, Delegate, C#, .net2.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 17 days ago, submitted by
jsmith
11 months, 18 days ago
randypatterson.com — The very flexible generic collection List<T> contains several methods that take a predicate as it's parameter. Coupled with Anonymous Methods this provides powerfully concise code for filtering, searching and sorting your collections. read more...
1 comment
|
category: C# | Views: 49
|
|
tags:
Delegate, Sugar, syntactic, Predicates, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
jeremyjarrell
1 year, 5 months ago
jeremyjarrell.com — Did you know that by using the Action delegate we can define a single operation which will automatically be applied to every member of an array?
This is a great way to make your code cleaner and more elegant, read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Delegate, Ction | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
jeremyjarrell
1 year, 5 months ago
jeremyjarrell.com — Did you know that by using the Action delegate we can define a single operation which will automatically be applied to every member of an array?
This is a great way to make your code cleaner and more elegant, read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Delegate, Ction | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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