Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
Sunday, December 22, 2013
Caller Information in C# 5.0
›
Getting Caller Information using Caller Info attributes is initially introduced with .NET Framework 4.5. It can be real handy if you want t...
Wednesday, December 18, 2013
Visual C# Technical Guru - November 2013
›
Became the Visual C# Technical Guru for the month of November, 2013. And this is my Hat-trick Gold Medal. Dear C#, Thank you so much for ke...
Action, Func<TResult> and Predicate<T> Delegate
›
I am pretty you all must have seen these delegates when writing code. IntelliSense shows methods that accepts Actions, Func<TResult> ...
Wednesday, December 11, 2013
INotifyPropertyChanged Without Hardcoding the Property Name
›
If you are doing WPF or Silverlight using MVVM pattern, I am pretty sure your ViewModel is implementing INotifyPropertyChanged . Basically ...
‹
›
Home
View web version