<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Samples &#8211; Prologika</title>
	<atom:link href="https://prologika.com/download-category/code-samples/feed/" rel="self" type="application/rss+xml" />
	<link>https://prologika.com</link>
	<description>Business Intelligence Consulting and Training in Atlanta</description>
	<lastBuildDate>Sun, 11 Sep 2016 20:17:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Sparkline Custom Visual (CLI)</title>
		<link>https://prologika.com/download/sparkline-custom-visual-cli/</link>
					<comments>https://prologika.com/download/sparkline-custom-visual-cli/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Sun, 11 Sep 2016 20:17:48 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4528</guid>

					<description><![CDATA[The Sparkline custom visual code migrated to the new Power BI custom visual dev toolset. I used Visual Studio Code for the migration.]]></description>
										<content:encoded><![CDATA[<p>The Sparkline custom visual code migrated to the new <a href="https://github.com/Microsoft/PowerBI-visuals-tools">Power BI custom visual dev toolset</a>. I used Visual Studio Code for the migration.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ADOMD Connection Pooling</title>
		<link>https://prologika.com/download/adomd-connection-pooling/</link>
					<comments>https://prologika.com/download/adomd-connection-pooling/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Wed, 01 Jun 2016 21:50:26 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4207</guid>

					<description><![CDATA[A .NET class that demonstrates connection pooling for ADOMD connections.]]></description>
										<content:encoded><![CDATA[<p>A .NET class that demonstrates connection pooling for ADOMD connections.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Power BI Embedded Dashboards Without Authentication UI</title>
		<link>https://prologika.com/download/power-bi-embedded-dashboards-without-authentication-ui/</link>
					<comments>https://prologika.com/download/power-bi-embedded-dashboards-without-authentication-ui/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:29:48 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4018</guid>

					<description><![CDATA[Based on the Microsoft sample application (Integrate-a-tile-into-an-app), this sample shows to avoid the authentication UI to avoid double login. For more information, read my &#8220;Power BI Embedded Dashboards Without Authentication [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Based on the Microsoft <a href="https://github.com/PowerBI/Integrate-a-tile-into-an-app">sample application</a> (Integrate-a-tile-into-an-app), this sample shows to avoid the authentication UI to avoid double login. For more information, read my &#8220;Power BI Embedded Dashboards Without Authentication UI&#8221; blog.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MapReduce Example with HDInsight Server for Windows</title>
		<link>https://prologika.com/download/mapreduce-example-with-hdinsight-server-for-windows/</link>
					<comments>https://prologika.com/download/mapreduce-example-with-hdinsight-server-for-windows/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:29:36 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4016</guid>

					<description><![CDATA[Filed under: Hadoop A code sample that demonstrates writing a MapReduce job in C# and executing it using HDInsight Server for Windows]]></description>
										<content:encoded><![CDATA[<p>Filed under: Hadoop</p>
<p>A code sample that demonstrates writing a MapReduce job in C# and executing it using HDInsight Server for Windows</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Partition Generator for Multidimensional Cubes</title>
		<link>https://prologika.com/download/partition-generator-for-multidimensional-cubes/</link>
					<comments>https://prologika.com/download/partition-generator-for-multidimensional-cubes/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:25:55 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4014</guid>

					<description><![CDATA[Generates a partition definition file for multidimensional cubes. Optionally, generates partitions on the server in online mode. Supports SSAS 2005 and above.]]></description>
										<content:encoded><![CDATA[<p>Generates a partition definition file for multidimensional cubes. Optionally, generates partitions on the server in online mode. Supports SSAS 2005 and above.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Data Driven Subscription</title>
		<link>https://prologika.com/download/data-driven-subscription-3/</link>
					<comments>https://prologika.com/download/data-driven-subscription-3/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:25:01 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4012</guid>

					<description><![CDATA[Demonstrates how to use User!UserID with SSRS data-driven subscriptions.]]></description>
										<content:encoded><![CDATA[<p>Demonstrates how to use User!UserID with SSRS data-driven subscriptions.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Data Driven Subscription</title>
		<link>https://prologika.com/download/data-driven-subscription-2/</link>
					<comments>https://prologika.com/download/data-driven-subscription-2/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:23:24 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4010</guid>

					<description><![CDATA[Demonstrates how to use User!UserID with data-driven subscriptions.]]></description>
										<content:encoded><![CDATA[<p>Demonstrates how to use User!UserID with data-driven subscriptions.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Data Driven Subscription</title>
		<link>https://prologika.com/download/data-driven-subscription/</link>
					<comments>https://prologika.com/download/data-driven-subscription/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:22:35 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4008</guid>

					<description><![CDATA[Demonstrates how to use User!UserID with data-driven subscriptions.]]></description>
										<content:encoded><![CDATA[<p>Demonstrates how to use User!UserID with data-driven subscriptions.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Group Synchronization</title>
		<link>https://prologika.com/download/group-synchronization/</link>
					<comments>https://prologika.com/download/group-synchronization/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:21:16 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4006</guid>

					<description><![CDATA[Filed under: SQL Server 2008 R2 Demonstrates the R2 DomainScope feature that can be used to synchronize groups.]]></description>
										<content:encoded><![CDATA[<p>Filed under: SQL Server 2008 R2</p>
<p>Demonstrates the R2 DomainScope feature that can be used to synchronize groups.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OData Integration Demo</title>
		<link>https://prologika.com/download/odata-integration-demo/</link>
					<comments>https://prologika.com/download/odata-integration-demo/#respond</comments>
		
		<dc:creator><![CDATA[Prologika - Teo Lachev]]></dc:creator>
		<pubDate>Thu, 26 May 2016 07:20:15 +0000</pubDate>
				<guid isPermaLink="false">https://prologika.com/?post_type=wpdmpro&#038;p=4004</guid>

					<description><![CDATA[Filed under: SQL Server 2008 R2 This report demonstrates how to use the XML Data Provider to obtain data from the Northwind OData service and a report exported as a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Filed under: SQL Server 2008 R2</p>
<p>This report demonstrates how to use the XML Data Provider to obtain data from the Northwind OData service and a report exported as a data feed.</p>
]]></content:encoded>
					
					<wfw:commentRss></wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
