Posts
  • Deviations

    Event Handlers returning Values

    • 3 Comments
    By default most event handlers return void, however, it is possible for handlers to return values. In a project you can have two events, a Save event that save data to the database and a Submit event that would send my data to another department. The...
  • Deviations

    Silverlight and "Cover Flow" – Part I

    • 1 Comments
    The "Cover Flow" graphical user interface gained high popularity since iTunes adopted it in 2006. Although it has become a little “overused” it is still a very attractive three-dimensional GUI for browsing through files and digital media libraries via...
  • Deviations

    Solving the Morris Puzzle with F#

    • 1 Comments
    It’s been 11 years since I attended a class which presented both the functional and logic programming paradigms in a single semester, materializing in a Prolog and a Caml Light projects. That class shook the grounds on top of which I had been building...
  • Deviations

    What if you don’t want your workflows to just handle the exception and move on?

    • 0 Comments
    Workflows are very cool! You can just drag some activities onto your IDE, rearrange them as needed and in no time you have a fully functional sequence diagram workflow or a state machine workflow. Starting with .NET Framework 3.5, you can also implement...
  • Deviations

    How to rename AD Group Name in Site Collection

    • 1 Comments
    If you have ever tried to change an AD Group Name, you would have seen that the old name will still appear in the Site Collection. Probably you will try to solve the problem in the SSP Profiles, or using “stsadm migrateuser”, but after some time you...
Page 1 of 1 (5 items)