|
|
Stories recently tagged with 'IEnumerable'
|
|
submitted by
dcarr
2 months ago
domaindotnet.com — Example: (try this with gacutil.exe)
** ASSEMBLIES BY NAME WITH > 1 REGISTERED = 664 ***
Group ‘Microsoft’ Assemblies=466 Percent=70.18% Public Keys Used=5
Group ‘DevExpress’ Assemblies=73 Percent=10.99% Public Keys Used=2
Group ‘System’ Assemblies=71 Percent=10.69% Public Keys Used=4
Group ‘Policy’ Assemblies=14 Percent=2.11% Public Keys Used=2
Group ‘FSharp’ Assemblies=11 Percent=1.66% Public Keys Used=1
Group ‘VLinq’ Assemblies=10 Percent=1.51% Public Keys Used=1
Group ‘policy’ Assemblies=6 Percent=0.9% Public Keys Used=2
Group ‘PresentationFramework’ Assemblies=5 Percent=0.75% Public Keys Used=1
Group ‘mscorcfg’ Assemblies=2 Percent=0.3% Public Keys Used=1
Group ‘WebDev’ Assemblies=2 Percent=0.3% Public Keys Used=1
Group ‘VSTADTEProvider’ Assemblies=2 Percent=0.3% Public Keys Used=1
Group ‘VsWebSite’ Assemblies=2 Percent=0.3% Public Keys Used=1 read more...
add a comment
|
category: Linq | Views: 13
|
|
tags:
IEnumerable, Unmanaged, unsafe, LINQ, GAC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dcarr
2 months, 2 days ago
blog.domaindotnet.com — This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find the page again. Be careful however...Our last post cranked through your registry. This post gets you the GAC. Here is what is done with a holistic post later:
* All files we can find (if you specify them)
* The Gac (all of it and even the other two ‘sub-gacs’ if you want
* Environmental Stuff (Path variable, etc. but we actually parse them and produce another tree and it fits our code)
* A lot more (think all things inside you box)
You can even join all this data if you can find the right keys. We joined our registry to our file system ‘where the registry key value as a path’ (where is was a valid path) didn’t exist. Earth-shattering? No. Faster then any virus checker we’ve tried? ABSOLUTELY. Relevant to virus checkers? No not really actually…. read more...
2 comments
|
category: Linq | Views: 17
|
|
tags:
LINQ, GAC, To, IEnumerable, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
RredCat
3 months, 24 days ago
rredcat.blogspot.com — Describe problem.
When we wish to implement the mechanism Drag&Drop of Children for our control in WPF, particularly that our control contains children in its logical tree (in other case attached and inherit properties work incorrect sometimes). Let that control template contains some other controls inherit from ItemControl. We wish add some children to this inherit from ItemControl controls. What can we do? read more...
|
|
tags:
ObservableCollection, ItemControl, ItemsSource, WPF, IEnumerable | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 25 days ago, submitted by
CharlieCalvert
6 months, 25 days ago
blogs.msdn.com — The IEnumerable<T> interface is a key part of LINQ to Objects and binds many of its different features together into a whole. This series of posts explains IEnumerable<T> and the role it plays in LINQ to Objects. If you hear people talking about IEnumerable<T>, and sometimes wished you better understood its significance, then you should find this text helpful. read more...
add a comment
|
category: Linq | Views: 26
|
|
tags:
IEnumerable, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 9 months ago, submitted by
JamesCurran
1 year, 9 months ago
honestillusion.com — Allow developers to use foreach to iterator over a collection, in the case where the first or last item in the collection needed to be handled differently. read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
JamesCurran, IEnumerable, C#, Generics | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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