Robert's Blog
Software Engineer. .NET Developer. Amateur Photographer. Drum & Bass DJ. Welcome to my blog!
Timpul chiar e relativ?
In seara asta ma simt putin mai filosofic. Inainte sa ma culc mi-a venit in minte un documentar de pe Discovery Science despre creierul uman. Acolo spunea ca in situatii extreme creierul face ca timpul sa se dilateze. Cum face asta? Nu are niciun sistem cuantic care manipuleaza materialul spatiu-timp...
2010 in review
The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads Fresher than ever. Crunchy numbers A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 2,800 times in...
Working with ICollection/List/IEnumerable that contain custom classes
Again, about my Twitter Client. I’ve made a custom class show the tweet and then a ICollection for the public property of the Tweets in the TwitterViewModel. Problem: Each I time I get new tweets I have to empty the Collection. I tried to use the Contains method every time...
Force WPF to update UI
I’ve recently posted a Twitter Client to codeplex.com and I’ve been frustrated that I can’t seem to manually update when the tweet was posted. So I’ve started thinking a came up with this solution. <p>First create a Model that is derived from INotifyPropertyChanged and create the specific members: public event...
Silveright 3D VS WPF 3D
These days I’ve been messing around with Visual Studio 2010 Express for Windows Phone and I’ve noticed that the animation in the Phone List Application are pretty awesome so I’ve looked deeper into the bowels of the app and found out that it’s made using Projections. Basically it projects something...