diff --git a/CSharp/Search/JobListingBot/App_Start/WebApiConfig.cs b/CSharp/demo-Search/JobListingBot/App_Start/WebApiConfig.cs similarity index 100% rename from CSharp/Search/JobListingBot/App_Start/WebApiConfig.cs rename to CSharp/demo-Search/JobListingBot/App_Start/WebApiConfig.cs diff --git a/CSharp/Search/JobListingBot/Controllers/MessagesController.cs b/CSharp/demo-Search/JobListingBot/Controllers/MessagesController.cs similarity index 100% rename from CSharp/Search/JobListingBot/Controllers/MessagesController.cs rename to CSharp/demo-Search/JobListingBot/Controllers/MessagesController.cs diff --git a/CSharp/Search/JobListingBot/Dialogs/IntroDialog.cs b/CSharp/demo-Search/JobListingBot/Dialogs/IntroDialog.cs similarity index 100% rename from CSharp/Search/JobListingBot/Dialogs/IntroDialog.cs rename to CSharp/demo-Search/JobListingBot/Dialogs/IntroDialog.cs diff --git a/CSharp/Search/JobListingBot/Dialogs/JobsDialog.cs b/CSharp/demo-Search/JobListingBot/Dialogs/JobsDialog.cs similarity index 100% rename from CSharp/Search/JobListingBot/Dialogs/JobsDialog.cs rename to CSharp/demo-Search/JobListingBot/Dialogs/JobsDialog.cs diff --git a/CSharp/Search/JobListingBot/Global.asax b/CSharp/demo-Search/JobListingBot/Global.asax similarity index 100% rename from CSharp/Search/JobListingBot/Global.asax rename to CSharp/demo-Search/JobListingBot/Global.asax diff --git a/CSharp/Search/JobListingBot/Global.asax.cs b/CSharp/demo-Search/JobListingBot/Global.asax.cs similarity index 100% rename from CSharp/Search/JobListingBot/Global.asax.cs rename to CSharp/demo-Search/JobListingBot/Global.asax.cs diff --git a/CSharp/Search/JobListingBot/JobListingBot.csproj b/CSharp/demo-Search/JobListingBot/JobListingBot.csproj similarity index 100% rename from CSharp/Search/JobListingBot/JobListingBot.csproj rename to CSharp/demo-Search/JobListingBot/JobListingBot.csproj diff --git a/CSharp/Search/JobListingBot/JobsMapper.cs b/CSharp/demo-Search/JobListingBot/JobsMapper.cs similarity index 100% rename from CSharp/Search/JobListingBot/JobsMapper.cs rename to CSharp/demo-Search/JobListingBot/JobsMapper.cs diff --git a/CSharp/Search/JobListingBot/Properties/AssemblyInfo.cs b/CSharp/demo-Search/JobListingBot/Properties/AssemblyInfo.cs similarity index 100% rename from CSharp/Search/JobListingBot/Properties/AssemblyInfo.cs rename to CSharp/demo-Search/JobListingBot/Properties/AssemblyInfo.cs diff --git a/CSharp/Search/JobListingBot/Web.Debug.config b/CSharp/demo-Search/JobListingBot/Web.Debug.config similarity index 100% rename from CSharp/Search/JobListingBot/Web.Debug.config rename to CSharp/demo-Search/JobListingBot/Web.Debug.config diff --git a/CSharp/Search/JobListingBot/Web.Release.config b/CSharp/demo-Search/JobListingBot/Web.Release.config similarity index 100% rename from CSharp/Search/JobListingBot/Web.Release.config rename to CSharp/demo-Search/JobListingBot/Web.Release.config diff --git a/CSharp/Search/JobListingBot/Web.config b/CSharp/demo-Search/JobListingBot/Web.config similarity index 100% rename from CSharp/Search/JobListingBot/Web.config rename to CSharp/demo-Search/JobListingBot/Web.config diff --git a/CSharp/Search/JobListingBot/azuredeploy.json b/CSharp/demo-Search/JobListingBot/azuredeploy.json similarity index 100% rename from CSharp/Search/JobListingBot/azuredeploy.json rename to CSharp/demo-Search/JobListingBot/azuredeploy.json diff --git a/CSharp/Search/JobListingBot/default.htm b/CSharp/demo-Search/JobListingBot/default.htm similarity index 100% rename from CSharp/Search/JobListingBot/default.htm rename to CSharp/demo-Search/JobListingBot/default.htm diff --git a/CSharp/Search/JobListingBot/packages.config b/CSharp/demo-Search/JobListingBot/packages.config similarity index 100% rename from CSharp/Search/JobListingBot/packages.config rename to CSharp/demo-Search/JobListingBot/packages.config diff --git a/CSharp/Search/README.md b/CSharp/demo-Search/README.md similarity index 100% rename from CSharp/Search/README.md rename to CSharp/demo-Search/README.md diff --git a/CSharp/Search/RealEstateBot/App_Start/WebApiConfig.cs b/CSharp/demo-Search/RealEstateBot/App_Start/WebApiConfig.cs similarity index 100% rename from CSharp/Search/RealEstateBot/App_Start/WebApiConfig.cs rename to CSharp/demo-Search/RealEstateBot/App_Start/WebApiConfig.cs diff --git a/CSharp/Search/RealEstateBot/Controllers/MessagesController.cs b/CSharp/demo-Search/RealEstateBot/Controllers/MessagesController.cs similarity index 100% rename from CSharp/Search/RealEstateBot/Controllers/MessagesController.cs rename to CSharp/demo-Search/RealEstateBot/Controllers/MessagesController.cs diff --git a/CSharp/Search/RealEstateBot/Dialogs/IntroDialog.cs b/CSharp/demo-Search/RealEstateBot/Dialogs/IntroDialog.cs similarity index 100% rename from CSharp/Search/RealEstateBot/Dialogs/IntroDialog.cs rename to CSharp/demo-Search/RealEstateBot/Dialogs/IntroDialog.cs diff --git a/CSharp/Search/RealEstateBot/Dialogs/RealEstateSearchDialog.cs b/CSharp/demo-Search/RealEstateBot/Dialogs/RealEstateSearchDialog.cs similarity index 100% rename from CSharp/Search/RealEstateBot/Dialogs/RealEstateSearchDialog.cs rename to CSharp/demo-Search/RealEstateBot/Dialogs/RealEstateSearchDialog.cs diff --git a/CSharp/Search/RealEstateBot/Global.asax b/CSharp/demo-Search/RealEstateBot/Global.asax similarity index 100% rename from CSharp/Search/RealEstateBot/Global.asax rename to CSharp/demo-Search/RealEstateBot/Global.asax diff --git a/CSharp/Search/RealEstateBot/Global.asax.cs b/CSharp/demo-Search/RealEstateBot/Global.asax.cs similarity index 100% rename from CSharp/Search/RealEstateBot/Global.asax.cs rename to CSharp/demo-Search/RealEstateBot/Global.asax.cs diff --git a/CSharp/Search/RealEstateBot/Properties/AssemblyInfo.cs b/CSharp/demo-Search/RealEstateBot/Properties/AssemblyInfo.cs similarity index 100% rename from CSharp/Search/RealEstateBot/Properties/AssemblyInfo.cs rename to CSharp/demo-Search/RealEstateBot/Properties/AssemblyInfo.cs diff --git a/CSharp/Search/RealEstateBot/RealEstateBot.csproj b/CSharp/demo-Search/RealEstateBot/RealEstateBot.csproj similarity index 100% rename from CSharp/Search/RealEstateBot/RealEstateBot.csproj rename to CSharp/demo-Search/RealEstateBot/RealEstateBot.csproj diff --git a/CSharp/Search/RealEstateBot/RealEstateMapper.cs b/CSharp/demo-Search/RealEstateBot/RealEstateMapper.cs similarity index 100% rename from CSharp/Search/RealEstateBot/RealEstateMapper.cs rename to CSharp/demo-Search/RealEstateBot/RealEstateMapper.cs diff --git a/CSharp/Search/RealEstateBot/Web.Debug.config b/CSharp/demo-Search/RealEstateBot/Web.Debug.config similarity index 100% rename from CSharp/Search/RealEstateBot/Web.Debug.config rename to CSharp/demo-Search/RealEstateBot/Web.Debug.config diff --git a/CSharp/Search/RealEstateBot/Web.Release.config b/CSharp/demo-Search/RealEstateBot/Web.Release.config similarity index 100% rename from CSharp/Search/RealEstateBot/Web.Release.config rename to CSharp/demo-Search/RealEstateBot/Web.Release.config diff --git a/CSharp/Search/RealEstateBot/Web.config b/CSharp/demo-Search/RealEstateBot/Web.config similarity index 100% rename from CSharp/Search/RealEstateBot/Web.config rename to CSharp/demo-Search/RealEstateBot/Web.config diff --git a/CSharp/Search/RealEstateBot/azuredeploy.json b/CSharp/demo-Search/RealEstateBot/azuredeploy.json similarity index 100% rename from CSharp/Search/RealEstateBot/azuredeploy.json rename to CSharp/demo-Search/RealEstateBot/azuredeploy.json diff --git a/CSharp/Search/RealEstateBot/default.htm b/CSharp/demo-Search/RealEstateBot/default.htm similarity index 100% rename from CSharp/Search/RealEstateBot/default.htm rename to CSharp/demo-Search/RealEstateBot/default.htm diff --git a/CSharp/Search/RealEstateBot/packages.config b/CSharp/demo-Search/RealEstateBot/packages.config similarity index 100% rename from CSharp/Search/RealEstateBot/packages.config rename to CSharp/demo-Search/RealEstateBot/packages.config diff --git a/CSharp/Search/Search.Azure/Properties/AssemblyInfo.cs b/CSharp/demo-Search/Search.Azure/Properties/AssemblyInfo.cs similarity index 100% rename from CSharp/Search/Search.Azure/Properties/AssemblyInfo.cs rename to CSharp/demo-Search/Search.Azure/Properties/AssemblyInfo.cs diff --git a/CSharp/Search/Search.Azure/Search.Azure.csproj b/CSharp/demo-Search/Search.Azure/Search.Azure.csproj similarity index 100% rename from CSharp/Search/Search.Azure/Search.Azure.csproj rename to CSharp/demo-Search/Search.Azure/Search.Azure.csproj diff --git a/CSharp/Search/Search.Azure/Services/AzureSearchClient.cs b/CSharp/demo-Search/Search.Azure/Services/AzureSearchClient.cs similarity index 100% rename from CSharp/Search/Search.Azure/Services/AzureSearchClient.cs rename to CSharp/demo-Search/Search.Azure/Services/AzureSearchClient.cs diff --git a/CSharp/Search/Search.Azure/Services/IMapper.cs b/CSharp/demo-Search/Search.Azure/Services/IMapper.cs similarity index 100% rename from CSharp/Search/Search.Azure/Services/IMapper.cs rename to CSharp/demo-Search/Search.Azure/Services/IMapper.cs diff --git a/CSharp/Search/Search.Azure/packages.config b/CSharp/demo-Search/Search.Azure/packages.config similarity index 100% rename from CSharp/Search/Search.Azure/packages.config rename to CSharp/demo-Search/Search.Azure/packages.config diff --git a/CSharp/Search/Search.Contracts/Models/GenericFacet.cs b/CSharp/demo-Search/Search.Contracts/Models/GenericFacet.cs similarity index 100% rename from CSharp/Search/Search.Contracts/Models/GenericFacet.cs rename to CSharp/demo-Search/Search.Contracts/Models/GenericFacet.cs diff --git a/CSharp/Search/Search.Contracts/Models/GenericSearchResult.cs b/CSharp/demo-Search/Search.Contracts/Models/GenericSearchResult.cs similarity index 100% rename from CSharp/Search/Search.Contracts/Models/GenericSearchResult.cs rename to CSharp/demo-Search/Search.Contracts/Models/GenericSearchResult.cs diff --git a/CSharp/Search/Search.Contracts/Models/SearchHit.cs b/CSharp/demo-Search/Search.Contracts/Models/SearchHit.cs similarity index 100% rename from CSharp/Search/Search.Contracts/Models/SearchHit.cs rename to CSharp/demo-Search/Search.Contracts/Models/SearchHit.cs diff --git a/CSharp/Search/Search.Contracts/Models/SearchQueryBuilder.cs b/CSharp/demo-Search/Search.Contracts/Models/SearchQueryBuilder.cs similarity index 100% rename from CSharp/Search/Search.Contracts/Models/SearchQueryBuilder.cs rename to CSharp/demo-Search/Search.Contracts/Models/SearchQueryBuilder.cs diff --git a/CSharp/Search/Search.Contracts/Properties/AssemblyInfo.cs b/CSharp/demo-Search/Search.Contracts/Properties/AssemblyInfo.cs similarity index 100% rename from CSharp/Search/Search.Contracts/Properties/AssemblyInfo.cs rename to CSharp/demo-Search/Search.Contracts/Properties/AssemblyInfo.cs diff --git a/CSharp/Search/Search.Contracts/Search.Contracts.csproj b/CSharp/demo-Search/Search.Contracts/Search.Contracts.csproj similarity index 100% rename from CSharp/Search/Search.Contracts/Search.Contracts.csproj rename to CSharp/demo-Search/Search.Contracts/Search.Contracts.csproj diff --git a/CSharp/Search/Search.Contracts/Services/ISearchClient.cs b/CSharp/demo-Search/Search.Contracts/Services/ISearchClient.cs similarity index 100% rename from CSharp/Search/Search.Contracts/Services/ISearchClient.cs rename to CSharp/demo-Search/Search.Contracts/Services/ISearchClient.cs diff --git a/CSharp/Search/Search.Dialogs/CancelablePromptChoice.cs b/CSharp/demo-Search/Search.Dialogs/CancelablePromptChoice.cs similarity index 100% rename from CSharp/Search/Search.Dialogs/CancelablePromptChoice.cs rename to CSharp/demo-Search/Search.Dialogs/CancelablePromptChoice.cs diff --git a/CSharp/Search/Search.Dialogs/CancelablePromptOptions.cs b/CSharp/demo-Search/Search.Dialogs/CancelablePromptOptions.cs similarity index 100% rename from CSharp/Search/Search.Dialogs/CancelablePromptOptions.cs rename to CSharp/demo-Search/Search.Dialogs/CancelablePromptOptions.cs diff --git a/CSharp/Search/Search.Dialogs/Properties/AssemblyInfo.cs b/CSharp/demo-Search/Search.Dialogs/Properties/AssemblyInfo.cs similarity index 100% rename from CSharp/Search/Search.Dialogs/Properties/AssemblyInfo.cs rename to CSharp/demo-Search/Search.Dialogs/Properties/AssemblyInfo.cs diff --git a/CSharp/Search/Search.Dialogs/Search.Dialogs.csproj b/CSharp/demo-Search/Search.Dialogs/Search.Dialogs.csproj similarity index 100% rename from CSharp/Search/Search.Dialogs/Search.Dialogs.csproj rename to CSharp/demo-Search/Search.Dialogs/Search.Dialogs.csproj diff --git a/CSharp/Search/Search.Dialogs/SearchDialog.cs b/CSharp/demo-Search/Search.Dialogs/SearchDialog.cs similarity index 100% rename from CSharp/Search/Search.Dialogs/SearchDialog.cs rename to CSharp/demo-Search/Search.Dialogs/SearchDialog.cs diff --git a/CSharp/Search/Search.Dialogs/SearchHitStyler.cs b/CSharp/demo-Search/Search.Dialogs/SearchHitStyler.cs similarity index 100% rename from CSharp/Search/Search.Dialogs/SearchHitStyler.cs rename to CSharp/demo-Search/Search.Dialogs/SearchHitStyler.cs diff --git a/CSharp/Search/Search.Dialogs/SearchRefineDialog.cs b/CSharp/demo-Search/Search.Dialogs/SearchRefineDialog.cs similarity index 100% rename from CSharp/Search/Search.Dialogs/SearchRefineDialog.cs rename to CSharp/demo-Search/Search.Dialogs/SearchRefineDialog.cs diff --git a/CSharp/Search/Search.Dialogs/SearchSelectRefinerDialog.cs b/CSharp/demo-Search/Search.Dialogs/SearchSelectRefinerDialog.cs similarity index 100% rename from CSharp/Search/Search.Dialogs/SearchSelectRefinerDialog.cs rename to CSharp/demo-Search/Search.Dialogs/SearchSelectRefinerDialog.cs diff --git a/CSharp/Search/Search.Dialogs/app.config b/CSharp/demo-Search/Search.Dialogs/app.config similarity index 100% rename from CSharp/Search/Search.Dialogs/app.config rename to CSharp/demo-Search/Search.Dialogs/app.config diff --git a/CSharp/Search/Search.Dialogs/packages.config b/CSharp/demo-Search/Search.Dialogs/packages.config similarity index 100% rename from CSharp/Search/Search.Dialogs/packages.config rename to CSharp/demo-Search/Search.Dialogs/packages.config diff --git a/CSharp/Search/SearchPoweredBots.sln b/CSharp/demo-Search/SearchPoweredBots.sln similarity index 100% rename from CSharp/Search/SearchPoweredBots.sln rename to CSharp/demo-Search/SearchPoweredBots.sln diff --git a/CSharp/Search/images/joblisting-refine-emulator.png b/CSharp/demo-Search/images/joblisting-refine-emulator.png similarity index 100% rename from CSharp/Search/images/joblisting-refine-emulator.png rename to CSharp/demo-Search/images/joblisting-refine-emulator.png diff --git a/CSharp/Search/images/joblisting-refine-facebook.png b/CSharp/demo-Search/images/joblisting-refine-facebook.png similarity index 100% rename from CSharp/Search/images/joblisting-refine-facebook.png rename to CSharp/demo-Search/images/joblisting-refine-facebook.png diff --git a/CSharp/Search/images/joblisting-refine-skype.png b/CSharp/demo-Search/images/joblisting-refine-skype.png similarity index 100% rename from CSharp/Search/images/joblisting-refine-skype.png rename to CSharp/demo-Search/images/joblisting-refine-skype.png diff --git a/CSharp/Search/images/realstate-keywords-emulator.png b/CSharp/demo-Search/images/realstate-keywords-emulator.png similarity index 100% rename from CSharp/Search/images/realstate-keywords-emulator.png rename to CSharp/demo-Search/images/realstate-keywords-emulator.png diff --git a/CSharp/Search/images/realstate-keywords-facebook.png b/CSharp/demo-Search/images/realstate-keywords-facebook.png similarity index 100% rename from CSharp/Search/images/realstate-keywords-facebook.png rename to CSharp/demo-Search/images/realstate-keywords-facebook.png diff --git a/CSharp/Search/images/realstate-keywords-skype.png b/CSharp/demo-Search/images/realstate-keywords-skype.png similarity index 100% rename from CSharp/Search/images/realstate-keywords-skype.png rename to CSharp/demo-Search/images/realstate-keywords-skype.png diff --git a/CSharp/Search/images/realstate-pick-emulator.png b/CSharp/demo-Search/images/realstate-pick-emulator.png similarity index 100% rename from CSharp/Search/images/realstate-pick-emulator.png rename to CSharp/demo-Search/images/realstate-pick-emulator.png diff --git a/CSharp/Search/images/realstate-pick-facebook.png b/CSharp/demo-Search/images/realstate-pick-facebook.png similarity index 100% rename from CSharp/Search/images/realstate-pick-facebook.png rename to CSharp/demo-Search/images/realstate-pick-facebook.png diff --git a/CSharp/Search/images/realstate-pick-skype.png b/CSharp/demo-Search/images/realstate-pick-skype.png similarity index 100% rename from CSharp/Search/images/realstate-pick-skype.png rename to CSharp/demo-Search/images/realstate-pick-skype.png diff --git a/CSharp/Search/images/realstate-refine-emulator.png b/CSharp/demo-Search/images/realstate-refine-emulator.png similarity index 100% rename from CSharp/Search/images/realstate-refine-emulator.png rename to CSharp/demo-Search/images/realstate-refine-emulator.png diff --git a/CSharp/Search/images/realstate-refine-facebook.png b/CSharp/demo-Search/images/realstate-refine-facebook.png similarity index 100% rename from CSharp/Search/images/realstate-refine-facebook.png rename to CSharp/demo-Search/images/realstate-refine-facebook.png diff --git a/CSharp/Search/images/realstate-refine-skype.png b/CSharp/demo-Search/images/realstate-refine-skype.png similarity index 100% rename from CSharp/Search/images/realstate-refine-skype.png rename to CSharp/demo-Search/images/realstate-refine-skype.png