<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Billings .NET Users Group</title>
	
	<link>http://billingsusersgroup.com</link>
	<description />
	<lastBuildDate>Fri, 03 Feb 2012 06:34:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/billingsdotnet" /><feedburner:info uri="billingsdotnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>February Meeting – Introduction to Windows 8</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/iOrNR67A2Zg/</link>
		<comments>http://billingsusersgroup.com/2012/02/02/february-meeting-introduction-to-windows-8/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 06:34:03 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=236</guid>
		<description><![CDATA[This month’s presentation will cover some introductory concepts coming in Window 8 and .net 4.5. Windows 8 was debuted last September at the MSBuild conference, and the consumer preview will be available towards the end of February. Windows 8 represents a major paradigm shift for Windows both in the desktop experience, and in how applications [...]]]></description>
			<content:encoded><![CDATA[<p>This month’s presentation will cover some introductory concepts coming in Window 8 and .net 4.5. Windows 8 was debuted last September at the MSBuild conference, and the consumer preview will be available towards the end of February. Windows 8 represents a major paradigm shift for Windows both in the desktop experience, and in how applications will be created and delivered. At this session we will cover concepts such as:</p>
<ul>
<li>What is a metro app?</li>
<li>What is the driving force behind a metro app?  Why would I create a metro app?  Why wouldn’t I create a metro app?</li>
<li>What is  WinRT?</li>
<li>What is the new await and async keywords coming in .net 4.5.  How do they improve asynchronous programming?</li>
<li>Demos of Windows 8 devices</li>
</ul>
<p>The presenter for this talk will be Larry Miller of Computers Unlimited.  Larry attended the MSBuild conference last September where many of these topics were introduced.</p>
<p>Recommended Audience:</p>
<ul>
<li>.Net developers wanting a sneak peak at what is coming for both Windows 8 and .net 4.5</li>
<li>Individuals curious about what Windows 8 is, why it was created, and why you would want it</li>
</ul>
<p>All examples will be done using Visual Studio 11 and .net 4.5. This is due to this being the only environment that supports Metro development. So if you wish to follow along, you will need to download and install Visual Studio 11 from Microsoft.</p>
<p>If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/maps?daddr=2419+Montana+Avenue,+Billings,+MT+59101-2336&amp;ll=45.783222,-108.500826&amp;spn=0.011028,0.022638&amp;cid=0,0,9861277950921597521&amp;fb=1&amp;gl=us&amp;geocode=16686055607805670243,45.783206,-108.500829&amp;z=16">McCormick Conference Center, 2419 Montana Ave</a> (Please use the side entrance).</p>
<p><strong>Date:</strong> Thursday February 9th, 5:30pm</p>
<p><strong>Speaker:</strong> Larry Miller</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/iOrNR67A2Zg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2012/02/02/february-meeting-introduction-to-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2012/02/02/february-meeting-introduction-to-windows-8/</feedburner:origLink></item>
		<item>
		<title>January Meeting – MSBuild</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/Hf5DY3fSNQc/</link>
		<comments>http://billingsusersgroup.com/2012/01/06/january-meeting-msbuild/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 04:42:20 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=221</guid>
		<description><![CDATA[This month&#8217;s presentation highlights Microsoft&#8217;s Build Platform known as MSBuild. MSBuild, introduced with Visual Studio 2005, is an XML-Based Scripting Language similar to Apache&#8217;s Ant (or its .NET equivalent NAnt) that is used throughout the Visual Studio ecosystem including Team Foundation Server. MSBuild also has support in continuous integration suites such as CruiseControl.NET and limited [...]]]></description>
			<content:encoded><![CDATA[<p>This month&#8217;s presentation highlights Microsoft&#8217;s Build Platform known as MSBuild. MSBuild, introduced with Visual Studio 2005, is an XML-Based Scripting Language similar to Apache&#8217;s Ant (or its .NET equivalent NAnt) that is used throughout the Visual Studio ecosystem including Team Foundation Server. MSBuild also has support in continuous integration suites such as CruiseControl.NET and limited Mono Support.  Join us as Ace Olszowka (Computers Unlimited) presents an introduction to MSBuild scripting covering the basics of the language, including simple batching and interoperability with the .NET Framework via Custom Task Programming.</p>
<p>Recommended Audience:</p>
<ul>
<li>.NET Developers wanting to understand VS Build System Under the Hood</li>
<li>Build Maters/Developers Interested in Scripting their build system.</li>
<li>Those looking to learn another Scripting Language that comes as a free rider with most .NET Framework installations.</li>
</ul>
<p>It is recommended that you bring a laptop to follow along in the fun as we&#8217;ll have interactive demos. Requirements include installation of the .NET Framework (preferably 4.0, but I&#8217;ll strive to make the examples 2.0 compatible). Visual Studio is recommended because of its excellent XML code completion capabilities, but any text editor that can edit XML files can be used.</p>
<p>If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/maps?daddr=2419+Montana+Avenue,+Billings,+MT+59101-2336&amp;ll=45.783222,-108.500826&amp;spn=0.011028,0.022638&amp;cid=0,0,9861277950921597521&amp;fb=1&amp;gl=us&amp;geocode=16686055607805670243,45.783206,-108.500829&amp;z=16">McCormick Conference Center, 2419 Montana Ave</a> (Please use the side entrance).</p>
<p><strong>Date:</strong> Thursday January 12th, 5:30pm</p>
<p><strong>Speaker:</strong> Ace Olszowka</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/Hf5DY3fSNQc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2012/01/06/january-meeting-msbuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2012/01/06/january-meeting-msbuild/</feedburner:origLink></item>
		<item>
		<title>December Meeting – All about SQL 2012 and Azure</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/_K6VLdcHExI/</link>
		<comments>http://billingsusersgroup.com/2011/12/05/december-meeting-all-about-sql-2012-and-azure/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 15:18:14 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=211</guid>
		<description><![CDATA[SQL 2012 (formerly code named Denali) introduces hundreds of enhancements to provide better performance, reduced storage, easier security, and many more features. It is widely known that the Cloud can ease your data storage problems, but it also contains a wealth of information that you can use with your proprietary data. If you plan to [...]]]></description>
			<content:encoded><![CDATA[<p>SQL 2012 (formerly code named Denali) introduces hundreds of enhancements to provide better performance, reduced storage, easier security, and many more features.</p>
<p>It is widely known that the Cloud can ease your data storage problems, but it also contains a wealth of information that you can use with your proprietary data.</p>
<p>If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/maps?daddr=2419+Montana+Avenue,+Billings,+MT+59101-2336&amp;ll=45.783222,-108.500826&amp;spn=0.011028,0.022638&amp;cid=0,0,9861277950921597521&amp;fb=1&amp;gl=us&amp;geocode=16686055607805670243,45.783206,-108.500829&amp;z=16">McCormick Conference Center, 2419 Montana Ave</a> (Please use the side entrance).</p>
<p><strong>Date:</strong> Thursday December 8th, 5:30pm</p>
<p><strong>Speaker:</strong> Andrew Baker</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/_K6VLdcHExI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/12/05/december-meeting-all-about-sql-2012-and-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/12/05/december-meeting-all-about-sql-2012-and-azure/</feedburner:origLink></item>
		<item>
		<title>November Meeting – Introduction to Parallel Programming</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/Vghdkp_3JVA/</link>
		<comments>http://billingsusersgroup.com/2011/11/04/november-meeting-introduction-to-parallel-programming/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 15:25:12 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=200</guid>
		<description><![CDATA[Parallel Programming is a great way to write programs that scale as processors add more cores. In the past these types of programs were very hard to write, requiring programmers to explicitly manage threads and locks. Microsoft&#8217;s Parallel Task Library provides many powerful abstractions that allow you to write your programs at a higher level. [...]]]></description>
			<content:encoded><![CDATA[<p>Parallel Programming is a great way to write programs that scale as processors add more cores. In the past these types of programs were very hard to write, requiring programmers to explicitly manage threads and locks. Microsoft&#8217;s Parallel Task Library provides many powerful abstractions that allow you to write your programs at a higher level.</p>
<p>We will examine the fundamentals of Parallel Programming, including the difference between Parallel and Concurrent or Asynchronous Programming, expected speedup from parallelism (Amndahl&#8217;s Law), and common parallel patterns and techniques.</p>
<p>Lastly we will look at some real world examples of Parallelism, and discuss tips and ideas for incorporating parallelism in to existing code.</p>
<p>If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/maps?daddr=2419+Montana+Avenue,+Billings,+MT+59101-2336&amp;ll=45.783222,-108.500826&amp;spn=0.011028,0.022638&amp;cid=0,0,9861277950921597521&amp;fb=1&amp;gl=us&amp;geocode=16686055607805670243,45.783206,-108.500829&amp;z=16">McCormick Conference Center, 2419 Montana Ave</a> (Please use the side entrance).</p>
<p><strong>Date:</strong> Thursday November 10th, 5:30pm</p>
<p><strong>Speaker:</strong> John Atwood</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/Vghdkp_3JVA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/11/04/november-meeting-introduction-to-parallel-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/11/04/november-meeting-introduction-to-parallel-programming/</feedburner:origLink></item>
		<item>
		<title>October Meeting – Bleeding Edge Web</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/YYG-nGvmtG0/</link>
		<comments>http://billingsusersgroup.com/2011/10/14/october-meeting-bleeding-edge-web/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 04:27:00 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=190</guid>
		<description><![CDATA[It wasn&#8217;t long ago that a desktop application was the de facto way to get your software in front of users. Then you got to repeat the process to reach users on different platforms. The rise of smart phones added even more platforms to develop for. Why do we go through all this trouble to [...]]]></description>
			<content:encoded><![CDATA[<p>It wasn&#8217;t long ago that a desktop application was the de facto way to get your software in front of users. Then you got to repeat the process to reach users on different platforms. The rise of smart phones added even more platforms to develop for. Why do we go through all this trouble to reach users? There is a better way  - the web!</p>
<p>Built into every modern browser (yes, even IE) are powerful capabilities that allow you write your application once and instantly reach every user, on every platform, and on nearly any device. This month we&#8217;ll be taking a look at some of the features of HTML5 that allow you to build the next generation applications that simply run in your browser!</p>
<p>We&#8217;ll be playing a hilarious, real-time multiplayer game as part of the presentation. If you have a laptop please bring it along to join in the fun!</p>
<p>If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/maps?daddr=2419+Montana+Avenue,+Billings,+MT+59101-2336&amp;ll=45.783222,-108.500826&amp;spn=0.011028,0.022638&amp;cid=0,0,9861277950921597521&amp;fb=1&amp;gl=us&amp;geocode=16686055607805670243,45.783206,-108.500829&amp;z=16">McCormick Conference Center, 2419 Montana Ave</a> (Please use the side entrance).</p>
<p><strong>Date:</strong> Thursday October 20th, 6:00pm</p>
<p><strong>Speaker:</strong> <a title="Code Like Bozo" href="http://codelikebozo.com/">Justin Bozonier</a> (<a href="https://twitter.com/darkxanthos">@darkxanthos</a>) &amp; <a title="busticated" href="http://busticated.org/">Matt Mirande</a> (<a href="https://twitter.com/b_sted">@b_sted</a>)</p>
<h4>Update (10/21/2011)</h4>
<p>Slides from the presentation can be found <a title="The Science Behind LOLJam" href="https://docs.google.com/present/edit?id=0AZtO6P_1G7acZGR4cTNnbW1fMGM3d2M4c2hy&amp;hl=en_US">here</a>.</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/YYG-nGvmtG0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/10/14/october-meeting-bleeding-edge-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/10/14/october-meeting-bleeding-edge-web/</feedburner:origLink></item>
		<item>
		<title>September Meeting – All About Search</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/U_G4hyageZk/</link>
		<comments>http://billingsusersgroup.com/2011/09/12/september-meeting-all-about-search/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 14:47:57 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=185</guid>
		<description><![CDATA[How do users find content in your application? Do they have to know exactly what they&#8217;re looking for in order to find it? Adding full-text searching to your application is easier than you might think, and that is the topic of this month&#8217;s meeting. We&#8217;ll take a look at the basics of indexing and searching [...]]]></description>
			<content:encoded><![CDATA[<p>How do users find content in your application? Do they have to know exactly what they&#8217;re looking for in order to find it? Adding full-text searching to your application is easier than you might think, and that is the topic of this month&#8217;s meeting. We&#8217;ll take a look at the basics of indexing and searching content, and look at a few different technology choices you can implement.</p>
<p>If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/maps?daddr=2419+Montana+Avenue,+Billings,+MT+59101-2336&amp;ll=45.783222,-108.500826&amp;spn=0.011028,0.022638&amp;cid=0,0,9861277950921597521&amp;fb=1&amp;gl=us&amp;geocode=16686055607805670243,45.783206,-108.500829&amp;z=16">McCormick Conference Center, 2419 Montana Ave</a> (Please use the side entrance).</p>
<p><strong>Date:</strong> Thursday September 15th, 5:30pm</p>
<p><strong>Speaker:</strong> John Clayton</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/U_G4hyageZk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/09/12/september-meeting-all-about-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/09/12/september-meeting-all-about-search/</feedburner:origLink></item>
		<item>
		<title>August Meeting – Fluent APIs</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/x-rxDGFZH0Q/</link>
		<comments>http://billingsusersgroup.com/2011/08/10/august-meeting-fluent-apis/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 02:58:16 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=172</guid>
		<description><![CDATA[Learn to create fluent APIs.  I have been searching for techniques for creating fluent APIs over the last couple years. We will review some successful fluent APIs. Learn popular techniques for creating your own fluent APIs. Learn when fluent APIs are appropriate and what makes a good API. If you plan to attend please leave [...]]]></description>
			<content:encoded><![CDATA[<p>Learn to create fluent APIs.  I have been searching for techniques for creating fluent APIs over the last couple years. We will review some successful fluent APIs. Learn popular techniques for creating your own fluent APIs. Learn when fluent APIs are appropriate and what makes a good API.</p>
<p>If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/maps?daddr=2419+Montana+Avenue,+Billings,+MT+59101-2336&amp;ll=45.783222,-108.500826&amp;spn=0.011028,0.022638&amp;cid=0,0,9861277950921597521&amp;fb=1&amp;gl=us&amp;geocode=16686055607805670243,45.783206,-108.500829&amp;z=16">McCormick Conference Center, 2419 Montana Ave.</a></p>
<p><strong>Date:</strong> Thursday August 18th, 5:30pm</p>
<p><strong>Speaker:</strong> Adam Dockter</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/x-rxDGFZH0Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/08/10/august-meeting-fluent-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/08/10/august-meeting-fluent-apis/</feedburner:origLink></item>
		<item>
		<title>July Meeting – An Introduction to F#</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/qEDlWB3jRxw/</link>
		<comments>http://billingsusersgroup.com/2011/07/08/july-meeting-an-introduction-to-f/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 14:28:57 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/?p=163</guid>
		<description><![CDATA[This month we will have a gentle introduction to F# for object oriented programmers. Starting with a basic overview of functional programming, continuing to highlight some of the differences between object oriented, and finally functional approaches to solving problems. We will look at cases where functional programming techniques are potentially simpler than or more productive [...]]]></description>
			<content:encoded><![CDATA[<p>This month we will have a gentle introduction to F# for object oriented programmers. Starting with a basic overview of functional programming, continuing to highlight some of the differences between object oriented, and finally functional approaches to solving problems. We will look at cases where functional programming techniques are potentially simpler than or more productive than object oriented approaches.</p>
<p>Specifically we will be looking at:<br />
- F# scripting, and REPL based development<br />
- Basic functional data structures and patterns<br />
- Some examples of asynchronous programming in F#</p>
<p>We will have pizza and refreshments at the meeting. If you plan to attend please leave a comment or drop a note on the <a title="Contact" href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/?ie=UTF8&amp;ll=45.796172,-108.525363&amp;spn=0,0.013937&amp;t=h&amp;z=17&amp;layer=c&amp;cbll=45.796092,-108.52536&amp;panoid=eiNLse0-OYoNHw7-YrpS3A&amp;cbp=12,106.93,,0,-0.22">College of Education, Room 122, MSU Billings</a> (<a href="http://cdn1.billingsusersgroup.com/wp-content/uploads/2011/03/Map.pdf">Map</a>)</p>
<p><strong>Date:</strong> Thursday July 14th, 5:30pm</p>
<p><strong>Speaker:</strong> John Atwood</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/qEDlWB3jRxw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/07/08/july-meeting-an-introduction-to-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/07/08/july-meeting-an-introduction-to-f/</feedburner:origLink></item>
		<item>
		<title>June Meeting – We’ve Got Robots</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/JQow9-d1L8U/</link>
		<comments>http://billingsusersgroup.com/2011/06/02/june-meeting-weve-got-robots/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 03:51:37 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/2011/06/02/june-meeting-weve-got-robots/</guid>
		<description><![CDATA[Yeah, I said robots. Want a fun, intellectual, challenging evening? This month we’re going to be building and programming robots using the LEGO Mindstorms robotics kits and Microsoft Robotics Studio. Since this is an interactive meeting this month, if you have one, please bring a laptop with the Robotics Studio installed. We will have pizza [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I said robots.</p>
<p>Want a fun, intellectual, challenging evening? This month we’re going to be building and programming robots using the LEGO Mindstorms robotics kits and Microsoft Robotics Studio.</p>
<p>Since this is an interactive meeting this month, if you have one, please bring a laptop with the <a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=c185a802-5bbe-4f28-b448-aefe63a7eff7">Robotics Studio</a> installed.</p>
<p>We will have pizza and refreshments at the meeting. If you plan to attend please leave a comment or drop a note on the <a href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/?ie=UTF8&amp;ll=45.796172,-108.525363&amp;spn=0,0.013937&amp;t=h&amp;z=17&amp;layer=c&amp;cbll=45.796092,-108.52536&amp;panoid=eiNLse0-OYoNHw7-YrpS3A&amp;cbp=12,106.93,,0,-0.22">College of Education, Room 122, MSU Billings</a> (<a href="http://cdn1.billingsusersgroup.com/wp-content/uploads/2011/03/Map.pdf">Map</a>)</p>
<p><strong>Date:</strong> Thursday June 9, 5:30pm</p>
<p><strong>Speaker:</strong> Regina Cain</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/JQow9-d1L8U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/06/02/june-meeting-weve-got-robots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/06/02/june-meeting-weve-got-robots/</feedburner:origLink></item>
		<item>
		<title>May Meeting – Getting Started with Windows Phone 7</title>
		<link>http://feedproxy.google.com/~r/billingsdotnet/~3/CUk-tG7H29w/</link>
		<comments>http://billingsusersgroup.com/2011/05/16/may-meeting-getting-started-with-windows-phone-7/#comments</comments>
		<pubDate>Mon, 16 May 2011 15:19:12 +0000</pubDate>
		<dc:creator>John Clayton</dc:creator>
				<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://billingsusersgroup.com/2011/05/16/may-meeting-getting-started-with-windows-phone-7/</guid>
		<description><![CDATA[Learn how to setup your development environment and create simple phone applications using both Silverlight and XNA. Explore some of the native windows phone libraries for screen navigation, providing a custom application tile and more! We will have pizza and refreshments at the meeting, and have a fresh supply of prizes. If you plan to [...]]]></description>
			<content:encoded><![CDATA[<p>Learn how to setup your development environment and create simple phone applications using both Silverlight and XNA. Explore some of the native windows phone libraries for screen navigation, providing a custom application tile and more!</p>
<p>We will have pizza and refreshments at the meeting, and have a fresh supply of prizes. If you plan to attend please leave a comment or drop a note on the <a href="http://billingsusersgroup.com/contact/">contact form</a>.</p>
<p><strong>Location:</strong> <a href="http://maps.google.com/?ie=UTF8&amp;ll=45.796172,-108.525363&amp;spn=0,0.013937&amp;t=h&amp;z=17&amp;layer=c&amp;cbll=45.796092,-108.52536&amp;panoid=eiNLse0-OYoNHw7-YrpS3A&amp;cbp=12,106.93,,0,-0.22">College of Education, Room 122, MSU Billings</a> (<a href="http://cdn1.billingsusersgroup.com/wp-content/uploads/2011/03/Map.pdf">Map</a>)</p>
<p><strong>Date:</strong> Thursday May 19, 5:30pm</p>
<p><strong>Speaker:</strong> Adam Dockter</p>
<img src="http://feeds.feedburner.com/~r/billingsdotnet/~4/CUk-tG7H29w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://billingsusersgroup.com/2011/05/16/may-meeting-getting-started-with-windows-phone-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://billingsusersgroup.com/2011/05/16/may-meeting-getting-started-with-windows-phone-7/</feedburner:origLink></item>
	</channel>
</rss><!-- Served from: billingsusersgroup.com @ 2012-02-02 23:53:31 by W3 Total Cache -->

