<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - Putting .NET application on Cloud, like MS Office, Adobe Creative Cloud, and charge for its usage?</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Putting .NET application on Cloud, like MS Office, Adobe Creative Cloud, and charge for its usage?</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 00:43:25 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 00:43:25 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>3</c9:totalResults>
	<c9:pageCount>-3</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Putting .NET application on Cloud, like MS Office, Adobe Creative Cloud, and charge for its usage?</title>
		<description><![CDATA[<p>I was wondering if anybody has documented how best to put a .NET commercial application on the Cloud and being able to charge for its usage.&nbsp;&nbsp; I assume that porting MS Office to the Cloud has brought a lot of good lessons the Microsoft is willing to share.&nbsp;&nbsp; This warrants a book or two.</p><p>I am not taking about web application here, but rather applications with complexe and real-time user-interfaces and that require fast user response like CAD application or very elaborate video games with full 3D user-interfaces.&nbsp;&nbsp; It's the type of application that are best&nbsp;executed on the user machine with some parts on the Cloud so as not to allow users to pirate the software.</p><p>Let's suppose that the application is built around XNA.&nbsp;&nbsp; Can we easily put that applicaton on the Cloud and charge users on a per month basis?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Putting-NET-application-on-Cloud-like-MS-Office-Adobe-Creative-Cloud-and-charge-for-its-usage/8da62ad4037941b4a41ca10b001653ab#8da62ad4037941b4a41ca10b001653ab</link>
		<pubDate>Fri, 16 Nov 2012 01:21:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Putting-NET-application-on-Cloud-like-MS-Office-Adobe-Creative-Cloud-and-charge-for-its-usage/8da62ad4037941b4a41ca10b001653ab#8da62ad4037941b4a41ca10b001653ab</guid>
		<dc:creator>Colbert Philippe</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cp10000/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Putting .NET application on Cloud, like MS Office, Adobe Creative Cloud, and charge for its usage?</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Putting-NET-application-on-Cloud-like-MS-Office-Adobe-Creative-Cloud-and-charge-for-its-usage#c8da62ad4037941b4a41ca10b001653ab">cp10000</a>: I don't think there are any restrictions on charging for usage, but there is no built-in mechanism that I know of.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Putting-NET-application-on-Cloud-like-MS-Office-Adobe-Creative-Cloud-and-charge-for-its-usage/876088e1d2254c50a941a10b00f0a4ee#876088e1d2254c50a941a10b00f0a4ee</link>
		<pubDate>Fri, 16 Nov 2012 14:36:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Putting-NET-application-on-Cloud-like-MS-Office-Adobe-Creative-Cloud-and-charge-for-its-usage/876088e1d2254c50a941a10b00f0a4ee#876088e1d2254c50a941a10b00f0a4ee</guid>
		<dc:creator>Scott</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/spivonious/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Putting .NET application on Cloud, like MS Office, Adobe Creative Cloud, and charge for its usage?</title>
		<description><![CDATA[<p>If you use a Windows Azure Hosted VM, it's exactly the same as putting it on any other infrastructure. You write a .NET app that interacts with the world via TcpClients (or similar) and other applications connect to your external Windows Azure IP address or domain name.</p><p>You can design the protocol between the two - there are no restrictions as to what packets you broadcast out or receive in - so long as it's legal.</p><p>There is no restrictions as to what you can charge other people to use your application; however managing your clients, safely processing payments and so on are all down to you. Microsoft won't (by default) provide you with a way of taking payments from customers.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Putting-NET-application-on-Cloud-like-MS-Office-Adobe-Creative-Cloud-and-charge-for-its-usage/25857cbf18a147888022a10b00fc56a1#25857cbf18a147888022a10b00fc56a1</link>
		<pubDate>Fri, 16 Nov 2012 15:18:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Putting-NET-application-on-Cloud-like-MS-Office-Adobe-Creative-Cloud-and-charge-for-its-usage/25857cbf18a147888022a10b00fc56a1#25857cbf18a147888022a10b00fc56a1</guid>
		<dc:creator>evildictaitor</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/evildictaitor/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>