Top "Indexer" questions

Extension Methods for Indexers, would they be good?

Extension Methods for Indexers, would they be good ? I was playing around with some code that re-hydrates POCO's. The code …

c# methods data-access-layer indexer
wpf bind to indexer

<TextBlock Text="{Binding Path=[0]} /> or <TextBlock Text="{Binding Path=[myKey]} /> works fine. But is there a …

.net wpf xaml data-binding indexer
C#: public method{get{} set{}} question

I'm not entirely sure if I have all the terminology correct so forgive me if I'm wrong. I was wondering …

c# .net indexer