Error!
Success!

By tag: Dictionary

showing:  of
0
kicks

How to pass Dictionary as a parameter to an ActionResult  (Unpublished)

I'm using jQuery to make an Ajax call using an Http Post in ASP.NET MVC. I would like to be able to pass a Dictionary of values. I finally figured out the best solution is to pass JSON via the Http Post and use a custom ModelBinder to convert the JSON to a Dictionary. One thing I did in my solution ...


Kicked By:
Drop Kicked By:
0
kicks

Complex Keys In Generic Dictionary  (Unpublished)

How to work with complex keys in generic dictionary


Kicked By:
Drop Kicked By:
0
kicks

PolyDictionary  (Unpublished)

Put multiple types in a single dictionary without losing type safety


Kicked By:
Drop Kicked By:
0
kicks

IndexedDictionary. Access a dictionary using item index  (Unpublished)

.NET Dictionary object can hold a collection of keys and values. It allows you to iterate through these values using enumeration and you can also retrieve a value by using it's associated key. But what if you want to create a collection of items and access them both using their associated key or nu...


Kicked By:
Drop Kicked By: