What is you favorite interview style
posted by bashmohandes(3000) 5 years, 6 months ago 0
The site is up now
Reply
Mono is committed to support C# 3.0
posted by bashmohandes(3000) 5 years, 4 months ago 0
hey guys, WPF and the whole .net 3.0 is not part of C# 3.0 and vise versa, I think Miguel means that Mono will support new language syntax stuff like Lmbda expressions and LINQ stuff
Observer Pattern in C# = Events & delegates
posted by bashmohandes(3000) 5 years, 2 months ago 0
When I wrote the article I was trying to make it easy for the people coming from the Java background why the Events & Delegate concept is more suitable than the observer model.