• Top Posts

  • Flickr Photos

    Sir Trevor Macdonald at city hall London

    100_3949

    100_3945

    More Photos
  • Bookmarks

  • Archives

REST in WCF

While reading Joe Stagner’s blog I came across a very interesting screencast series about using RESTful services using WCF, after going throw few of them I realized how easy it was to put a RESTful service infront of your existing API, The list of screencasts from Rob Bagby can be found on his blog or [...]

Silverlight 2, WPF and .net client profile

I attended the MS event “Rich Internet Applications with Visual Studio 2008 Service Pack 1″ presented by Mike Taulty , I was quite impressed with new features of Silverlight 2 and WPF. My understanding was that WPF could only be used in windows desktop applications, but it turns out that it can be compiled to be [...]

Enabling Sharepoint Intellisense in Visual Studio 2008

Styling Sharepoint sites depends heavily on creating and editing XML files that need to follow sharepoint schema.
the first thing to note is if WSS (Windows Sharepoint Services) are installed on the same machine as you Visual Studio on not, Microsoft suggests to develop Sharepoint application on a windows server 2003, so that debugging and [...]