Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

SaaS Vocabulary

I have found myself explaining SaaS a few times the past weeks and recently found the WIKI pages: http://en.wikipedia.org/wiki/Software_as_a_Service Also Lars Fløe Nielsen from SiteCode has a series of good posts on SaaS from the ISV perspective. And
Posted by jimmytr | 0 Comments
Filed under:

XmlSerialization snippet

I keep writing this code - now I can find it on my blog in the future :-) public static class StringXmlSerializer { public static string Serialize<T>(T obj) { XmlSerializer s = new XmlSerializer( typeof (T)); StringBuilder sb = new StringBuilder
Posted by jimmytr | 3 Comments
Filed under:

WF in IIS Hosted WCF Service

Hosting Workflow in WCF is described in the before mentioned article by Jeremy Boyd. In the article it is shown how to create an extension class for Workflow, and add this to the ServiceHost Extension collection. The code presented in the article is something
Posted by jimmytr | 1 Comments
Filed under: ,

Externalize your Communication Protocol Details with WCF

In general the Web Service client proxy generated by “Add Web Reference” in Visual Studio is all you need to start talking to a Web Service. Some of you may need to present a certificate to the remote server you are calling and for this purpose you would
Posted by jimmytr | 0 Comments
Filed under: ,

Guidance Automation Extensions Feb. CTP

The Guidance Automation Extensions have recently been released in a new version. From the GAX web site : The February 2007 CTP of the Guidance Automation Toolkit and Guidance Automation Extensions is a minor update to the previous June 2006 CTP, and includes
Posted by jimmytr | 0 Comments

SaaS in our Danish Microsoft Innovation Centre

I recently took part in a SaaS proof-of-concept session in our Microsoft Innovation Centre. During a 3 weeks engagement we built a semi-cool prototype addressing some of the challenges hosters and ISVs face when entering the SaaS space. My colleague Michel
Posted by jimmytr | 1 Comments
Filed under: ,
 
Page view tracker