Gustavo Guerra

Results 54 comments of Gustavo Guerra

That is really odd, did you debug to try to figure out what's the cause?

Would be nice to be able to replace the WorldBank provider which is very specific with something like this that would generalize to other data sources, and I think a...

Usually you databind to an intermediate viewmodel, as rarely the data is right in the format you want to display it in, but I do agree that when prototyping, being...

Actually, this would be much more useful in the Json provider than in the Csv provider.

Yes, CSV is actually the easier one to implement. I was just trying out prototyping it for the JsonProvider, and it's a bit more tricky

Ah crap, WPF has ICustomTypeDescriptor, Silverlight has ICustomTypeProvider, and Windows Store has neither, so this won't work in the portable version

It's just passing all the information hierarchically from compile time to runtime, so we don't have to implement everything twice. Maybe it would be best just to make the JsonValue...

Actually, the CSV is the most C# friendly right now. In code you get Item1 and Item2 with the right types, and can use {Binding Item1} and {Binding Item2}. It's...

Yes, JsonProvider still doesn't work with WPF binding and other similar reflection based systems

@isaacabraham want to take to shot into changing Csv provider into a generated tp? It would play nicer with your Azure tp