<?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 - Accruent’s Next Generation Real Estate Management Tool</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/209584_100x75.jpg</url>
		<title>Channel 9 - Accruent’s Next Generation Real Estate Management Tool</title>
		<link></link>
	</image>
	<description>
For real estate managers at large retail chains the expiration of a store lease triggers a complex evaluation of the store. How is that store performing relative to other locations? Are there competitors close by? Have the demographics of the neighborhood
 changed significantly since the store opened? Does the merchandise of the store fit the clientele? How many potential customers live within a five minute drive of the store? To answer these questions they need data from many different sources (census data,
 sales data, geographic data, etc.), but even more importantly they need a tool that helps them stitch together the data and visualize it in a way that makes it intuitive work to with and actionable. In this video we take a look at how the folks atAccruent
 are tackling this problem by overlaying WPF 3D visualizations on maps provided by Windows Live’s Virtual Earth Services. We also look at how their tool manages the evaluation process using Microsoft Office Sharepoint Services and Windows Workflow Foundation
 and integrates with Outlook and the other Office 2007 applications to provide a seamless experience.

Get more info about the technologies used in this video&amp;nbsp;here. 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 00:31:10 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 00:31:10 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Accruent’s Next Generation Real Estate Management Tool</title>
		<description>
			<![CDATA[Thanks Poobah!<br>
<br>
It was great share this with the Channel 9 Team!&nbsp; If anyone wants more information about our solution or experiences, please drop us a line and we'd be happy to discuss it with you!<br>
<br>
Cheers<br>
Steve <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-11.gif' alt='Cool' /><br>
<br>
<a href="mailto:stevenw@&lt;nospam&gt;accruent.com">stevenw@&lt;nospam&gt;accruent.com</a><p>posted by Steve-rr</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632882741930000000</link>
		<pubDate>Wed, 12 Jul 2006 04:09:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632882741930000000</guid>
		<dc:creator>Steve-rr</dc:creator>
	</item>
	<item>
		<title>Re: Accruent’s Next Generation Real Estate Management Tool</title>
		<description>
			<![CDATA[Really good video, shows a lot of protential for future apps.<br>
<p>posted by Rowan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883113380000000</link>
		<pubDate>Wed, 12 Jul 2006 14:28:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883113380000000</guid>
		<dc:creator>Rowan</dc:creator>
	</item>
	<item>
		<title>Re: Accruent’s Next Generation Real Estate Management Tool</title>
		<description>
			<![CDATA[Thanks, I'm here at the WWPC and Sanjay just said in his Keynote this demo could be found on Channel9.<p>posted by eagle</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883113420000000</link>
		<pubDate>Wed, 12 Jul 2006 14:29:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883113420000000</guid>
		<dc:creator>eagle</dc:creator>
	</item>
	<item>
		<title>Re: Accruent’s Next Generation Real Estate Management Tool</title>
		<description>
			<![CDATA[Hi Steve,<br>
<br>
thats' a really cool and amazing visualization solution based on WPF. I'm also&nbsp;experimenting with WPF and VirtualEarth to achieve some results like your application does it. But I'm still new in wpf.&nbsp;<br>
<br>
In my&nbsp;application I build a map, that contains particular tiles from Virtual Earth.&nbsp;This map&nbsp;is placed in 3D space. For the moment it's only a plane and not a sphere.&nbsp;<br>
<br>
Waht I'm really intersted&nbsp;in is what VisualTree (XAML)&nbsp;modell did you choosed to&nbsp;implement&nbsp;texturing with&nbsp;VirtualEarth tiles.&nbsp;<br>
For the moment I do this&nbsp;on this way:<br>
<br>
&nbsp;&nbsp;ViewPort3D<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MV3D ( ModelVisual3D&nbsp; my scene)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MV3D ...&nbsp;n&nbsp;(it's my map and other 3D Objects)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M3DG(Model3DGroup)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /\<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp; \<br>
M3DG&nbsp; M3DG ... n (tiles of the map, for example 8x8 tiles)<br>
&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
G3DM&nbsp;&nbsp; G3DM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(GeometryModel3D - each of them consists<br>
&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2Triangles =&gt; rectangle)<br>
Material&nbsp;Material&nbsp; (ImageBrush with VirtualEarth image)<br>
<br>
I hope you can understand my Visual Tree&nbsp;model <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />. <br>
After a VirtualEarth tile was downloaded, a GeometryModel3D will be textured with it -&gt; Material with ImageBrush. &nbsp;&nbsp;&nbsp;<br>
<br>
So, but this way seems to be a very inconvinient for the performance.&nbsp;You do this with a sphere and it seems to run very fast. I know it's very hardware dependend, but&nbsp;it would be very interessting for me to learn on which way you do&nbsp;this?<br>
<br>
I'm impressed of your work with WPF!&nbsp;<br>
<br>
<p>posted by AlexFlint</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883184380000000</link>
		<pubDate>Wed, 12 Jul 2006 16:27:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883184380000000</guid>
		<dc:creator>AlexFlint</dc:creator>
	</item>
	<item>
		<title>Re: Accruent’s Next Generation Real Estate Management Tool</title>
		<description>
			<![CDATA[This is all amazing technology, but as a application developer (web based mainly). How am I suposed to inform my client, to best administer their site or store or business, that they need to buy the latest version of windows, or switch from Mac to PC.
 How can we be expected to expect clients to switch to a 'Microsoft Vision', regardless of how good it looks, it isn't soo simple as 'Let's do it', generally speaking, the client wouldn't have the money to do that, and if they do, it's almost a sure bet their
 THAT big they can't afford to switch their internals around to completely new software systems.<br>
<br>
In the end, this just ends up being more of a frustration of what I could have but could probably never use...<br>
<p>posted by stevo_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883808840000000</link>
		<pubDate>Thu, 13 Jul 2006 09:48:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632883808840000000</guid>
		<dc:creator>stevo_</dc:creator>
	</item>
	<item>
		<title>Re: Accruent’s Next Generation Real Estate Management Tool</title>
		<description>
			<![CDATA[
<p>This is the second video of my Channel9 show called &quot;Windows Vista Show-and-Tell&quot;.&nbsp;&nbsp;Along with these videos I'm hoping to provide as much information as possible about the technologies that were used to build the apps and how those technologies were stitched
 together, thus the information below.&nbsp; Feel free to give me some comments on how this information is presented and if there is other information about the apps that you would like to see.<br>
<br>
<img src="/photos/accruentarch.jpg"> <br>
<br>
<strong>Windows Presentation Foundation (WPF)</strong></p>
<p>The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your computer.
 The functionality extends to the support for Tablet and other forms of input, a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data driven UI and visualization, as well as the integration points for weaving the application
 experience into the Windows shell. </p>
<p>MSDN <br>
<a href="http://msdn.microsoft.com/winfx/technologies/presentation/default.aspx">http://msdn.microsoft.com/winfx/technologies/presentation/default.aspx</a>&nbsp;
</p>
<p>Components for Developing .NET Framework 3.0 Applications <a href="http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#developWinFXApps">
http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#developWinFXApps</a>&nbsp;
</p>
<p>Blogs<br>
<a href="http://blogs.msdn.com/tims/articles/475132.aspx">http://blogs.msdn.com/tims/articles/475132.aspx</a>&nbsp;
</p>
<p>Community Sites<br>
<a href="http://www.xamlshare.com/">http://www.xamlshare.com/</a> <br>
<a href="http://www.longhornblogs.com/">http://www.longhornblogs.com/</a> </p>
<p>Channel 9 Videos<br>
<a href="/Showforum.aspx?forumid=14&amp;tagid=2"><a href="http://channel9.msdn.com/Showforum.aspx?forumid=14&amp;tagid=2">http&#58;&#47;&#47;channel9.msdn.com&#47;Showforum.aspx&#63;forumid&#61;14&#38;tagid&#61;2</a></a>
</p>
<p>Screencasts <br>
<a href="/ShowForum.aspx?ForumID=38&amp;TagID=2"><a href="http://channel9.msdn.com/ShowForum.aspx?ForumID=38&amp;TagID=2">http&#58;&#47;&#47;channel9.msdn.com&#47;ShowForum.aspx&#63;ForumID&#61;38&#38;TagID&#61;2</a></a>
</p>
<p>Top 10 UI Advances in WPF<br>
<a href="http://msdn.microsoft.com/msdnmag/issues/06/01/WindowsPresentationFoundation/default.aspx">http://msdn.microsoft.com/msdnmag/issues/06/01/WindowsPresentationFoundation/default.aspx</a>&nbsp;
</p>
<p><br>
<strong>Windows Workflow Foundation (WF)</strong></p>
<p>Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. It consists of a Microsoft .NET Framework version 3.0 (formerly WinFX) namespace, an in-process workflow engine, and designers
 for Visual Studio 2005. Windows Workflow Foundation is available (currently in beta) for both client and server versions of Windows. Windows Workflow Foundation includes support for both system workflow and human workflow across a wide range of scenarios including:
 workflow within line of business applications, user interface page-flow, document-centric workflow, human workflow, composite workflow for service oriented applications, business rule driven workflow and workflow for systems management.</p>
<p>MSDN&nbsp; <br>
<a href="http://msdn.microsoft.com/winfx/technologies/workflow/default.aspx">http://msdn.microsoft.com/winfx/technologies/workflow/default.aspx</a>
</p>
<p>Components for Developing .NET Framework 3.0 Applications <a href="http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#developWinFXApps">
http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#developWinFXApps</a>&nbsp;&nbsp;
</p>
<p>Go-Live License for .NET Framework 3.0 Runtime Components V3.0 Beta 2&nbsp; <a href="http://msdn.microsoft.com/winfx/downloads/products/golive/">
http://msdn.microsoft.com/winfx/downloads/products/golive/</a>&nbsp;&nbsp; </p>
<p>Blogs&nbsp; <br>
<a href="http://wf.netfx3.com/roller/default.aspx">http://wf.netfx3.com/roller/default.aspx</a>&nbsp;
</p>
<p>Communities&nbsp; <br>
<a href="http://wf.netfx3.com/">http://wf.netfx3.com/</a>&nbsp; </p>
<p><br>
<strong>Windows Communication Foundation (WCF)</strong></p>
<p>Windows Communication Foundation (formerly code-named &quot;Indigo&quot;) is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around the Web services architecture. Advanced Web services
 support in Windows Communication Foundation provides secure, reliable, and transacted messaging along with interoperability. The service-oriented programming model of Windows Communication Foundation is built on the Microsoft .NET Framework and simplifies
 development of connected systems. Windows Communication Foundation unifies a broad array of distributed systems capabilities in a composable and extensible architecture, spanning transports, security systems, messaging patterns, encodings, network topologies,
 and hosting models.</p>
<p>MSDN<br>
<a href="http://msdn.microsoft.com/winfx/technologies/communication/">http://msdn.microsoft.com/winfx/technologies/communication/</a></p>
<p>Components for Developing .NET Framework 3.0 Applications <a href="http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#developWinFXApps">
http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#developWinFXApps</a>&nbsp;
</p>
<p>Blogs<br>
<a href="https://blogs.msdn.com/craigmcmurtry/">https://blogs.msdn.com/craigmcmurtry/</a><br>
<a href="http://www.gazitt.com/Blog/">http://www.gazitt.com/Blog/</a><br>
<a href="http://blogs.msdn.com/richardt/default.aspx">http://blogs.msdn.com/richardt/default.aspx</a></p>
<p>Go-Live License for .NET Framework 3.0 Runtime Components V3.0 Beta 2&nbsp; <a href="http://msdn.microsoft.com/winfx/downloads/products/golive/">
http://msdn.microsoft.com/winfx/downloads/products/golive/</a>&nbsp;&nbsp; </p>
<p>Community Sites<br>
<a href="http://wcf.netfx3.com/">http://wcf.netfx3.com/</a></p>
<p>&nbsp;</p>
<p><strong>Microsoft Office Sharepoint Services 2007 (MOSS)</strong></p>
<p>Microsoft Office SharePoint Server 2007 builds upon the Microsoft Windows SharePoint Services (version 3) infrastructure to provide a true enterprise portal platform.&nbsp; MOSS 2007 features enhancements and new functionality in six major areas: Individual Impact,
 Enterprise Content Lifecycle, Collaboration, Knowledge Discovery and Insight, Information Worker Solutions, and Fundamentals.&nbsp; New technologies to support these areas include the Business Data Catalog, Document Management functionality, Web Content Management
 functionality, Excel Services, Infopath Forms Services, and enhancements to Search, User Profiles, Audience Targeting, and Single Sign-on.&nbsp; For more information see these resources:</p>
<p>MSDN<br>
<a href="http://msdn.microsoft.com/office/server/moss/">http://msdn.microsoft.com/office/server/moss/</a>&nbsp;
</p>
<p>SDK<br>
<a href="http://msdn2.microsoft.com/en-us/library/ms550992.aspx">http://msdn2.microsoft.com/en-us/library/ms550992.aspx</a>
</p>
<p>Team blog<br>
<a href="http://blogs.msdn.com/sharepoint/">http://blogs.msdn.com/sharepoint/</a>
</p>
<p>Community<br>
<a href="http://www.microsoft.com/sharepoint/community.mspx">http://www.microsoft.com/sharepoint/community.mspx</a>
</p>
<p><br>
<strong>2007 Microsoft Office System</strong></p>
<p>The Microsoft Office system has evolved from a suite of personal productivity products to a more comprehensive and integrated system. Building on the familiar tools that many people already know, the Microsoft Office system includes programs, servers, services,
 and solutions designed to work together to help address a broad array of business problems.&nbsp; Developers can now more easily build robust business solutions to streamline processes and connect people to information and to one another.</p>
<p>MSDN<br>
<a href="http://msdn.microsoft.com/office/">http://msdn.microsoft.com/office/</a>
</p>
<p>Beta 2<br>
<a href="http://www.microsoft.com/office/preview/beta/getthebeta.mspx">http://www.microsoft.com/office/preview/beta/getthebeta.mspx</a>
</p>
<p>Blogs<br>
<a href="http://msdn.microsoft.com/office/community/blog/">http://msdn.microsoft.com/office/community/blog/</a>
</p>
<p>Community<br>
<a href="http://msdn.microsoft.com/office/community/default.aspx">http://msdn.microsoft.com/office/community/default.aspx</a>
<br>
</p>
<p><strong><br>
Visual Studio Tools for Office &quot;Cyprus&quot;<br>
<br>
</strong>The next version of Visual Studio Tools for Office is designed to help developers take better advantage of those new capabilities in the 2007 Microsoft Office release, as well as to provide additional infrastructure to ensure that Microsoft .NET Framework-based
 solutions in Office run more reliably, efficiently and securely.&nbsp; Highlights of the June CTP include support for the new Office Open XML file formats, support for the new UI ( “ribbon”) extensibility model, support for the new application-level customizable
 task pane, and add-in projects for the 2007 Microsoft Office System clients: Access, Excel, SharePoint Designer, InfoPath, Outlook, PowerPoint, Project, Publisher, Visio, and Word.&nbsp; For more information, see these resources:</p>
<p>MSDN<br>
<a href="http://msdn.microsoft.com/office/tool/vsto/default.aspx">http://msdn.microsoft.com/office/tool/vsto/default.aspx</a></p>
<p>June CTP<br>
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=68978824-ca55-4208-a55e-5c4858183b31&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=68978824-ca55-4208-a55e-5c4858183b31&amp;displaylang=en</a></p>
<p>Team blog<br>
<a href="http://blogs.msdn.com/vsto2/<a href="http://blogs.msdn.com/andreww&quot;>http://blogs.msdn.com/vsto2/">http&#58;&#47;&#47;blogs.msdn.com&#47;andreww&#34;&#62;http&#58;&#47;&#47;blogs.msdn.com&#47;vsto2&#47;</a><br>
</a><a title="http://blogs.msdn.com/andreww" href="http://blogs.msdn.com/andreww">http://blogs.msdn.com/andreww</a><br>
<a title="http://blogs.msdn.com/johnrdurant" href="http://blogs.msdn.com/johnrdurant">http://blogs.msdn.com/johnrdurant</a></p>
<p>Community<br>
<a href="http://msdn.microsoft.com/office/tool/vsto/community/">http://msdn.microsoft.com/office/tool/vsto/community/</a></p>
<p><br>
<strong>Microsoft Virtual Earth</strong></p>
<p>Virtual Earth provides the power behind Windows Live Local, an online mapping service that enables users to search, discover, explore, plan, and share information about specific locations. By using traditional road maps, labeled aerial photo views, low-angle
 high-resolution aerial photos, and proximity searching capabilities, Virtual Earth provides unique opportunities for developers to incorporate both location and local search features into their Web applications.</p>
<p>MSDN<br>
<a href="http://dev.live.com/virtualearth/default.aspx?app=virtual_earth">http://dev.live.com/virtualearth/default.aspx?app=virtual_earth</a></p>
<p>SDK<br>
<a href="http://go.microsoft.com/?linkid=4334835">http://go.microsoft.com/?linkid=4334835</a><br>
<a href="http://dev.live.com/virtualearth/sdk/">http://dev.live.com/virtualearth/sdk/</a></p>
<p>Blogs<br>
<a href="http://blogs.msdn.com/cthota/">http://blogs.msdn.com/cthota/</a><br>
<a href="http://virtualearth.spaces.msn.com/PersonalSpace.aspx">http://virtualearth.spaces.msn.com/PersonalSpace.aspx</a></p>
<p>Communities<br>
<a href="http://www.viavirtualearth.com/VVE/Dashboard/Default.ashx">http://www.viavirtualearth.com/VVE/Dashboard/Default.ashx</a>
</p>
<p>posted by Poobah</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632899618380000000</link>
		<pubDate>Mon, 31 Jul 2006 16:57:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Windows+Vista+Show-and-Tell/Accruents-Next-Generation-Real-Estate-Management-Tool#c632899618380000000</guid>
		<dc:creator>Poobah</dc:creator>
	</item>
</channel>
</rss>