Code Mastery Event

I participated in Code Mastery event yesterday.  The event was put on by my company Magenic as an all day free community training event.  It was all about CSLA.  The author if this widely used framework, Rocky Lhotka himself was in attendance.  He presented on two topics.  Yours truly spoke on CSLA and XAML technologies.  …

Continue reading ‘Code Mastery Event’ »

What I learned at the Build Conference

I returned from Build conference Friday night.  It was a really exciting conference in my opinion with a lot of new ideas revealed.  Microsoft had kept a very tight lid on upcoming changes for many months, and none really knew what was going to be announced at the event.  There were a number of speculations, …

Continue reading ‘What I learned at the Build Conference’ »

Update to EF Code First Extras Project

Today I issued an update to my Code Plex project that will contain a number of extras for Entity Framework Code First based applications.  You can find the project here. I added repository project to the solution, containing base repository classes.  I had time analyze the problem some more and decided to make a few …

Continue reading ‘Update to EF Code First Extras Project’ »

Silverlight’s KeyUp Event and Backspace

Surprisingly enough, I never ran into this issue, event though I worked with Silverlight for three years now.  The specific issue is that some keyboard events are not echoed in KeyUp events.  For example, if you subscribe to KeyUp in a textbox and you hit Backspace key, KeyUp event does not fire.  This is quite …

Continue reading ‘Silverlight’s KeyUp Event and Backspace’ »