Sign in
Jimmy Tønners Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Architecture
ASP.NET
Configuration
MEF
PIAB
Powershell
PRISM
RIA
SaaS
Security
Silverlight
Sql Compact
Tools
Unit Test
Visual Studio
WCF
WF
WPF
WPF/E
Archive
Archives
February 2011
(1)
June 2010
(1)
April 2010
(2)
March 2010
(3)
February 2010
(1)
April 2009
(1)
June 2008
(3)
February 2008
(1)
June 2007
(2)
May 2007
(1)
April 2007
(4)
March 2007
(6)
February 2007
(2)
January 2007
(2)
December 2006
(4)
November 2006
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jimmy Tønners Blog
SaaS Vocabulary
Posted
over 6 years ago
by
jimmytønners
0
Comments
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. ...
Jimmy Tønners Blog
XmlSerialization snippet
Posted
over 6 years ago
by
jimmytønners
3
Comments
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...
Jimmy Tønners Blog
WF in IIS Hosted WCF Service
Posted
over 6 years ago
by
jimmytønners
1
Comments
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...
Jimmy Tønners Blog
Externalize your Communication Protocol Details with WCF
Posted
over 6 years ago
by
jimmytønners
0
Comments
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...
Jimmy Tønners Blog
Guidance Automation Extensions Feb. CTP
Posted
over 6 years ago
by
jimmytønners
0
Comments
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...
Jimmy Tønners Blog
SaaS in our Danish Microsoft Innovation Centre
Posted
over 6 years ago
by
jimmytønners
1
Comments
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...
Page 1 of 1 (6 items)