<?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>Comment Feed for Channel 9 - CloudTalk: Architecting Software for the Cloud</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud/rss"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/1a45/45e52ee6-2af5-4482-8041-9ee7012a1a45/MDCCTechtalk10052011KNC_100_ch9.jpg</url>
		<title>Channel 9 - CloudTalk: Architecting Software for the Cloud</title>
		<link></link>
	</image>
	<description> by Mike Ehrenberg The emergence of cloud technology represents a significant generational shift in software architecture. Mike will share insights in what customers seek in a move to cloud-delivered software, and how delighting those customers impacts the architecture, design and development of cloud-based business applications.&amp;nbsp;&amp;nbsp;&amp;nbsp;About Mike EhrenbergMike Ehrenberg is a Microsoft Technical Fellow with over thirty years of experience in the software industry. He is the chief architect for Microsoft&#39;s Dynamics ERP and CRM applications, responsible for roadmap strategy and planning.</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 20:16:08 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 20:16:08 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: CloudTalk: Architecting Software for the Cloud</title>
		<description>
			<![CDATA[Things you Need Know the Most Expensive http&#58;&#47;&#47;www.supplyfabric.com in Autumn<p>posted by china fabric wholesale</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634424097650000000</link>
		<pubDate>Tue, 31 May 2011 03:36:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634424097650000000</guid>
		<dc:creator>china fabric wholesale</dc:creator>
	</item>
	<item>
		<title>Re: CloudTalk: Architecting Software for the Cloud</title>
		<description>
			<![CDATA[ <p>Great talk about how cloud computing changes software development requiring a &quot;think different&quot; paradigm.</p><p>posted by George_Curelet_Balan</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634425476160000000</link>
		<pubDate>Wed, 01 Jun 2011 17:53:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634425476160000000</guid>
		<dc:creator>George_Curelet_Balan</dc:creator>
	</item>
	<item>
		<title>Re: CloudTalk: Architecting Software for the Cloud</title>
		<description>
			<![CDATA[ <p>Most Interesting points @&nbsp;minutes: 29:06, 35:20, 42:00, 46:40, 51:10, 53:50, 57:50, 1:02:53</p><p>27:20 Cloud challenge nr 1: Scale<br>&nbsp; lots of users, data, always busy: how to think different about scalability<br>&nbsp;&nbsp;&nbsp; Scale up is not the solution. Scale out is.<br>29:06 a. Scale the services: First scale out option: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; partition the app in:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; as set of async loosely coupled services<br>&nbsp;&nbsp;&nbsp;&nbsp; 31:15 example of message coupled sell &amp; inventory services</p><p>35:20&nbsp;The message based design pattern allows possible release of part of the software. Cloud changes the way we think about software.</p><p>36:20 b. scale data. SQL Azure Federations supports &quot;sharding&quot; cloud scale data</p><p>partioned across multiple physical tables<br>&nbsp; partition diff tables by region<br>&nbsp;&nbsp;&nbsp; very hard problem</p><p>39:30 c. State maintanance in scale scenario<br>&nbsp;big challenge to keep cloud elastic &#43; solutions (minimize &amp; isolate state in the service)<br>&nbsp;AppFabric cache services to the rescue</p><p>42:00 Performance becomes explicit in the cloud<br>&nbsp; because of charging model for cloud usage (storage, round-trips, etc.)</p><p>46:40 cost of operation affects sys design<br>&nbsp;&nbsp; cost of SQL Azure storage is higher than windows blob storage</p><p>47:10 service success is determined by its manageability<br>&nbsp;&quot;One Microsoft&quot; cloud experience with different MS enterprise products</p><p>50:20 provide service visibility to the customer (up-time, scheduled events, etc.)</p><p>51:10 Cloud error reporting and propagation adds new complexity<br>&nbsp;need for platform services &amp; APIs for error reporting</p><p>52:40 cost effective manageability of service</p><p>53:50 new reality: combination of cloud &amp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private devices (on-premises due to regulatory, merging, etc.)</p><p>55:30 Identity</p><p>56:10 Equivalent of liveID in the enterprise envir (online ID, bussiness equivalent available in the cloud, similar to AD)</p><p>57:50 connect scenarios from cloud to premises<br>&nbsp;&nbsp; azure service bus, CRM eventing model</p><p>58:25 Customization for Cloud Systems<br>&nbsp;declarative model-driven customization</p><p>1:02:53 Other Cloud Considerations<br>&nbsp;&nbsp; focus on simplicity<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; should be rich but easy to startup, customize &amp; upgrade<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remove features</p><p>&nbsp;&nbsp; Privacy &amp; data security<br>&nbsp;&nbsp;&nbsp;&nbsp; raised to new levels</p><p>&nbsp;&nbsp; Component failure<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; assume failure due to huge nr of nodes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; recover state info in case of failure</p><p>1:09:30 on-premises customers benefit from cloud investment</p><p>1:11:23 The cloud enables new scenarios<br>&nbsp;shared data<br>&nbsp;&nbsp; payroll regulation<br>&nbsp;connections<br>&nbsp;&nbsp;connected big supply chains<br>&nbsp;&nbsp;&nbsp; limit number of interfaces if everyone talks with a cloud hub<br>&nbsp;new analytics, reveals otherwise invisible trends<br>&nbsp;&nbsp;across massive data in the cloud<br>&nbsp;&nbsp;&nbsp; example: determine flu trends via queries<br>&nbsp;&nbsp;<br>1:18:10 Q&amp;A</p><p>1:22:38 how MS deals with competitors?</p><p>&nbsp;</p><p>posted by George_Curelet_Balan</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634425494680000000</link>
		<pubDate>Wed, 01 Jun 2011 18:24:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634425494680000000</guid>
		<dc:creator>George_Curelet_Balan</dc:creator>
	</item>
	<item>
		<title>Re: CloudTalk: Architecting Software for the Cloud</title>
		<description>
			<![CDATA[09 Winter, the World of Tasteful http&#58;&#47;&#47;www.wangelfaucet.com&#47;category&#47;glass-shelf.html &#33;<p>posted by glass shelf</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634430149490000000</link>
		<pubDate>Tue, 07 Jun 2011 03:42:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634430149490000000</guid>
		<dc:creator>glass shelf</dc:creator>
	</item>
	<item>
		<title>Re: CloudTalk: Architecting Software for the Cloud</title>
		<description>
			<![CDATA[How to Defuse It&#63; http&#58;&#47;&#47;www.chinaskfbearing.com&#47;fag-bearing.html can Help You Make It&#33;<p>posted by FAG bearings</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634431928400000000</link>
		<pubDate>Thu, 09 Jun 2011 05:07:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634431928400000000</guid>
		<dc:creator>FAG bearings</dc:creator>
	</item>
	<item>
		<title>Re: CloudTalk: Architecting Software for the Cloud</title>
		<description>
			<![CDATA[Really&#63;&#33; Serena Van Der Woodsen Wear http&#58;&#47;&#47;www.wangelfaucet.com&#47;category&#47;glass-shelf.html in Band&#33;<p>posted by glass shelf</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634447530190000000</link>
		<pubDate>Mon, 27 Jun 2011 06:30:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/CloudTalk-Architecting-Software-for-the-Cloud#c634447530190000000</guid>
		<dc:creator>glass shelf</dc:creator>
	</item>
</channel>
</rss>