May 2007 - Posts

Reflector for Silverlight applications
21 May 07 07:15 AM | estoychev | 0 Comments   
Curious about Silverlight application's source code? Ernie Booth has created great Silverlight plug-in for Lutz Roeder's Reflector . It's cool to be able to look at the other guy's source code, but what to do when you want to protect your code ? Using Read More...
Filed under:
Silverlight issues: Handling KeyDown and KeyUp events
18 May 07 07:52 AM | estoychev | 0 Comments   
Issues When you attach to KeyDown / KeyUp event you get a JavaScript error AG_E_INIT_ROOTVISUAL (ErrorCode: 2101 ). KeyboardEventArgs.Key is not a standard ASCII code Description In Silverlight 1.1 Alpha keyboard events can only be handled on the root Read More...
Filed under:
Great article about JavaScript for ASP.NET developers
15 May 07 01:16 AM | estoychev | 0 Comments   
K. Scott Allen has written a great article for ASP.NET developers who have no experience in JavaScript programming. It is a well structured article defining the JavaScript basics – What is right/wrong with JavaScript, Object Oriented JavaScript, JavaScript Read More...
Filed under: ,
REMIX’07, Budapest, Hungary 11-12 June
15 May 07 01:05 AM | estoychev | 0 Comments   
Hey, I'm going to participate in the reMIX'07 conference in Budapest and I'm pretty excited about that  . I've never thought I'm going to visit a MIX conference but today when I read PeteL's Blog and understand that he is heading to Budapest I really Read More...
Filed under:
Consuming RSS Feeds using ASP.NET
04 May 07 04:54 AM | estoychev | 0 Comments   
Introduction R eally S imple S yndication (RSS) is a great way to stay in touch with latest news and blogs. RSS delivers its information in simple XML document called " RSS feed ", " RSS channel ", " webfeed " etc. More about RSS format can be learned Read More...
Filed under: ,