<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Perspectives on .NET Programming From Learning Tree International</title>
	<atom:link href="http://dotnet.learningtree.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnet.learningtree.com</link>
	<description>Benefit from the latest .NET news, industry trends and tips</description>
	<lastBuildDate>Tue, 08 May 2012 13:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dotnet.learningtree.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f2f5ccc43d205fdc733a80c9054cb7d4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Perspectives on .NET Programming From Learning Tree International</title>
		<link>http://dotnet.learningtree.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnet.learningtree.com/osd.xml" title="Perspectives on .NET Programming From Learning Tree International" />
	<atom:link rel='hub' href='http://dotnet.learningtree.com/?pushpress=hub'/>
		<item>
		<title>Output Caching and Authenticated Users</title>
		<link>http://dotnet.learningtree.com/2012/05/04/improving-performance-with-output-caching/</link>
		<comments>http://dotnet.learningtree.com/2012/05/04/improving-performance-with-output-caching/#comments</comments>
		<pubDate>Fri, 04 May 2012 13:47:45 +0000</pubDate>
		<dc:creator>Kevin Rattan, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Action Filters]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Authorization and Authentication]]></category>
		<category><![CDATA[output caching]]></category>

		<guid isPermaLink="false">http://dotnetprogramminglearningtree.wordpress.com/?p=1128</guid>
		<description><![CDATA[In a recent post, I looked at using a custom parameter with OutputCache to provide different versions of an ASP.NET MVC view to different clients (mobile/traditional devices, AJAX / no-AJAX clients). The one question left unaddressed, however, was: what if there are some circumstances where you don&#8217;t want to cache at all? Output caching means [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=1128&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/05/04/improving-performance-with-output-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a7a2d8cb7725546219855c07e984a3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">krattanltre</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/05/050412_1347_outputcachi1.jpg" medium="image">
			<media:title type="html">screengrab of remove favorite button</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/05/050412_1347_outputcachi2.jpg" medium="image">
			<media:title type="html">inheritance code sample</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/05/050412_1347_outputcachi3.jpg" medium="image">
			<media:title type="html">OnActionExecuting code sample</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/05/050412_1347_outputcachi4.jpg" medium="image">
			<media:title type="html">Callback code sample</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/05/050412_1347_outputcachi5.jpg" medium="image">
			<media:title type="html">Attribute code sample</media:title>
		</media:content>
	</item>
		<item>
		<title>Improving Performance with Output Caching</title>
		<link>http://dotnet.learningtree.com/2012/04/29/improving-performance-with-output-caching-2/</link>
		<comments>http://dotnet.learningtree.com/2012/04/29/improving-performance-with-output-caching-2/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 17:22:10 +0000</pubDate>
		<dc:creator>Kevin Rattan, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[ASP.NET Web Forms]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mobile jQuery]]></category>

		<guid isPermaLink="false">http://dotnetprogramminglearningtree.wordpress.com/?p=1119</guid>
		<description><![CDATA[I&#8217;ve been spending most of my spare time over the past few weeks refactoring the code for my site, cocktailsrus.com, in the Visual Studio 11 beta–partly to play with the new stuff, but mostly just to replace my original quick-and dirty back end with something more elegant. With the process pretty much complete, the new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=1119&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/04/29/improving-performance-with-output-caching-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a7a2d8cb7725546219855c07e984a3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">krattanltre</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/042912_1721_improvingpe1.jpg" medium="image">
			<media:title type="html">output cache directive</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/042912_1721_improvingpe2.jpg" medium="image">
			<media:title type="html">page within page screengrab</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/042912_1721_improvingpe3.jpg" medium="image">
			<media:title type="html">GetVaryByCustomString code</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/042912_1721_improvingpe4.jpg" medium="image">
			<media:title type="html">VaryByCustom argument</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/042912_1721_improvingpe5.jpg" medium="image">
			<media:title type="html">second page within page screengrab</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/042912_1721_improvingpe6.jpg" medium="image">
			<media:title type="html">Corrected OutputCache attribute</media:title>
		</media:content>
	</item>
		<item>
		<title>Exposing IQueryable/oData Endpoints With Web API</title>
		<link>http://dotnet.learningtree.com/2012/04/03/exposing-iqueryableodata-endpoints-with-web-api/</link>
		<comments>http://dotnet.learningtree.com/2012/04/03/exposing-iqueryableodata-endpoints-with-web-api/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 10:31:18 +0000</pubDate>
		<dc:creator>Kevin Rattan, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[oData]]></category>
		<category><![CDATA[Web API]]></category>

		<guid isPermaLink="false">http://dotnetprogramminglearningtree.wordpress.com/?p=1078</guid>
		<description><![CDATA[This is a follow on from my post on Web API and the Entity Framework. In that post, I showed a couple of approaches to dealing with JSON serialization problems in the Visual Studio 11 beta. Now I want to look at returning IQueryable from Web API methods. IQueryable allows you to do what it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=1078&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/04/03/exposing-iqueryableodata-endpoints-with-web-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a7a2d8cb7725546219855c07e984a3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">krattanltre</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu1.jpg" medium="image">
			<media:title type="html">original version of code</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu2.jpg" medium="image">
			<media:title type="html">output from non-oData request</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu3.jpg" medium="image">
			<media:title type="html">IQueryable version of the code</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu4.jpg" medium="image">
			<media:title type="html">screenshot of oData request and result</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu5.jpg" medium="image">
			<media:title type="html">code without include</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu6.jpg" medium="image">
			<media:title type="html">result of $expand - no include</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu7.jpg" medium="image">
			<media:title type="html">final version of two methods</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu8.jpg" medium="image">
			<media:title type="html">ResultLimit attribute</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu9.jpg" medium="image">
			<media:title type="html">output with limit in place</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu10.jpg" medium="image">
			<media:title type="html">Results on server</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1030_exposingiqu11.jpg" medium="image">
			<media:title type="html">oData paginated query</media:title>
		</media:content>
	</item>
		<item>
		<title>Working With the Entity Framework and the Web API</title>
		<link>http://dotnet.learningtree.com/2012/04/03/working-with-the-entity-framework-and-the-web-api/</link>
		<comments>http://dotnet.learningtree.com/2012/04/03/working-with-the-entity-framework-and-the-web-api/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 10:08:01 +0000</pubDate>
		<dc:creator>Kevin Rattan, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Web API]]></category>

		<guid isPermaLink="false">http://dotnetprogramminglearningtree.wordpress.com/?p=1060</guid>
		<description><![CDATA[In my last post, I talked about the new Web API controllers in MVC and showed how they work with simple data. In the real world, of course, I want them to work with my existing data, which uses Entity Framework. It turns out that this is far from straightforward (at least, in the beta). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=1060&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/04/03/working-with-the-entity-framework-and-the-web-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a7a2d8cb7725546219855c07e984a3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">krattanltre</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith1.jpg" medium="image">
			<media:title type="html">beverageType in designer</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith2.jpg" medium="image">
			<media:title type="html">code to return IEnumerable of BeverageType</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith3.jpg" medium="image">
			<media:title type="html">design view of association</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith4.jpg" medium="image">
			<media:title type="html">code with include</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith5.jpg" medium="image">
			<media:title type="html">code removing lazy loading</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith6.jpg" medium="image">
			<media:title type="html">code first types</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith7.jpg" medium="image">
			<media:title type="html">code first dbcontext</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith8.jpg" medium="image">
			<media:title type="html">turning off proxy creation</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith9.jpg" medium="image">
			<media:title type="html">screen capture error</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith10.jpg" medium="image">
			<media:title type="html">projection using code first poco objects</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith11.jpg" medium="image">
			<media:title type="html">output from projection</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040312_1007_workingwith12.jpg" medium="image">
			<media:title type="html">output in IE</media:title>
		</media:content>
	</item>
		<item>
		<title>Building RESTful Services with Web API</title>
		<link>http://dotnet.learningtree.com/2012/04/02/building-restful-services-with-web-api/</link>
		<comments>http://dotnet.learningtree.com/2012/04/02/building-restful-services-with-web-api/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 18:45:23 +0000</pubDate>
		<dc:creator>Kevin Rattan, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Web API]]></category>

		<guid isPermaLink="false">http://dotnetprogramminglearningtree.wordpress.com/?p=1035</guid>
		<description><![CDATA[One of the features I&#8217;ve most been looking forward to in the Visual Studio 11 beta is the Web API. It&#8217;s been my long-term goal to build an iPhone app to supplement my jQuery mobile view for my personal website, www.cocktailsrus.com (once I learn Objective-C), and a RESTful API is just what I need. In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=1035&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/04/02/building-restful-services-with-web-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a7a2d8cb7725546219855c07e984a3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">krattanltre</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040212_1845_buildingres1.jpg" medium="image">
			<media:title type="html">The controller wizard</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040212_1845_buildingres2.jpg" medium="image">
			<media:title type="html">The empty controller</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040212_1845_buildingres3.jpg" medium="image">
			<media:title type="html">Method returning IEnumerable</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040212_1845_buildingres4.jpg" medium="image">
			<media:title type="html">Output from the RESTful call</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040212_1845_buildingres5.jpg" medium="image">
			<media:title type="html">Get with an argument</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/04/040212_1845_buildingres6.jpg" medium="image">
			<media:title type="html">output from the call</media:title>
		</media:content>
	</item>
		<item>
		<title>Best Practices for Configuring WCF 4.5</title>
		<link>http://dotnet.learningtree.com/2012/03/28/best-practices-for-configuring-wcf-4-5/</link>
		<comments>http://dotnet.learningtree.com/2012/03/28/best-practices-for-configuring-wcf-4-5/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 12:06:54 +0000</pubDate>
		<dc:creator>Peter Vogel, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WCF 4.5]]></category>

		<guid isPermaLink="false">http://dotnet.learningtree.com/?p=1013</guid>
		<description><![CDATA[In my last few posts I looked at the new options that WCF 4.5 provides for managing the most awkward part of WCF: configuring the services. I looked at the new options for configuring IIS hosted services in code, configuring (from code) service libraries that support multiple endpoints, loading your config files from a central [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=1013&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/03/28/best-practices-for-configuring-wcf-4-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d49ab38ea01644c55896e43074a0fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pvogelltre</media:title>
		</media:content>
	</item>
		<item>
		<title>Streamlined Web Loading in the Visual Studio 11 Beta</title>
		<link>http://dotnet.learningtree.com/2012/03/26/streamlined-web-loading-in-the-visual-studio-11-beta/</link>
		<comments>http://dotnet.learningtree.com/2012/03/26/streamlined-web-loading-in-the-visual-studio-11-beta/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 10:19:34 +0000</pubDate>
		<dc:creator>Kevin Rattan, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET 4.5]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[ASP.NET Web Forms]]></category>

		<guid isPermaLink="false">http://dotnetprogramminglearningtree.wordpress.com/?p=976</guid>
		<description><![CDATA[One of the features of Visual Studio 11 that I&#8217;m really looking forward to taking advantage of is CSS and JavaScript minification and bundling. As developers, we like to be able to break our applications into reusable components. That makes development and maintenance much more manageable. Sometimes, however, it can have an impact on performance. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=976&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/03/26/streamlined-web-loading-in-the-visual-studio-11-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a7a2d8cb7725546219855c07e984a3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">krattanltre</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032612_1019_streamlined1.jpg" medium="image" />

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032612_1019_streamlined2.jpg" medium="image">
			<media:title type="html">code in the global asax adding bundles</media:title>
		</media:content>
	</item>
		<item>
		<title>Managing WCF 4.5 Configuration Files in WCF Service Applications</title>
		<link>http://dotnet.learningtree.com/2012/03/24/managing-wcf-4-5-configuration-files-in-wcf-service-applications-and-best-practices/</link>
		<comments>http://dotnet.learningtree.com/2012/03/24/managing-wcf-4-5-configuration-files-in-wcf-service-applications-and-best-practices/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 19:28:38 +0000</pubDate>
		<dc:creator>Peter Vogel, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configuration files]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WCF 4.5]]></category>
		<category><![CDATA[WCF configuration]]></category>

		<guid isPermaLink="false">http://dotnet.learningtree.com/?p=953</guid>
		<description><![CDATA[In the last few posts I&#8217;ve been looking at the new options that WCF 4.5 gives you for configuring your services. The first two posts showed how to configure a Web Service in an ASP.NET application and how to configure a service both as a Web Service and as higher-performance TCP-based service in a Service [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=953&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/03/24/managing-wcf-4-5-configuration-files-in-wcf-service-applications-and-best-practices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d49ab38ea01644c55896e43074a0fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pvogelltre</media:title>
		</media:content>
	</item>
		<item>
		<title>Simplifying Web Development with Page Inspector</title>
		<link>http://dotnet.learningtree.com/2012/03/23/simplifying-web-development-with-page-inspector/</link>
		<comments>http://dotnet.learningtree.com/2012/03/23/simplifying-web-development-with-page-inspector/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 16:39:47 +0000</pubDate>
		<dc:creator>Kevin Rattan, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET 4.5]]></category>
		<category><![CDATA[page inspector]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://dotnetprogramminglearningtree.wordpress.com/?p=933</guid>
		<description><![CDATA[I&#8217;ve been playing around with the Visual Studio 11 beta for a little while now, and my favorite thing so far is Page Inspector. I like tools that make my life easier – and Page Inspector just saved me a lot of poking around inside the underbelly of an application. I have been busy porting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=933&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/03/23/simplifying-web-development-with-page-inspector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a7a2d8cb7725546219855c07e984a3b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">krattanltre</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying1.jpg" medium="image">
			<media:title type="html">screenshot of page inspector</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying2.jpg" medium="image">
			<media:title type="html">the selection icon</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying3.jpg" medium="image">
			<media:title type="html">404 error</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying4.jpg" medium="image">
			<media:title type="html">page discovered via page inspector</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying5.jpg" medium="image">
			<media:title type="html">layout page discovered via page inspector</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying6.jpg" medium="image">
			<media:title type="html">correcting while inspecting</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying7.jpg" medium="image">
			<media:title type="html">warning out of synch</media:title>
		</media:content>

		<media:content url="http://dotnetprogramminglearningtree.files.wordpress.com/2012/03/032312_1639_simplifying8.jpg" medium="image">
			<media:title type="html">corrected page</media:title>
		</media:content>
	</item>
		<item>
		<title>Manage WCF 4.5 Service Configurations from One Location</title>
		<link>http://dotnet.learningtree.com/2012/03/23/manage-wcf-4-5-service-configurations-from-one-location/</link>
		<comments>http://dotnet.learningtree.com/2012/03/23/manage-wcf-4-5-service-configurations-from-one-location/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 11:57:06 +0000</pubDate>
		<dc:creator>Peter Vogel, Learning Tree</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[.NET 4.5]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WCF 4.5]]></category>

		<guid isPermaLink="false">http://dotnet.learningtree.com/?p=909</guid>
		<description><![CDATA[In an earlier post, I showed how you can configure a WCF 4.5 Web Service in an ASP.NET site with a few lines of code in the beta version of the .NET Framework 4.5; in a later post, I showed how you could configure a WCF 4.5 service both as a TCP-based service and a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnet.learningtree.com&#038;blog=21645914&#038;post=909&#038;subd=dotnetprogramminglearningtree&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dotnet.learningtree.com/2012/03/23/manage-wcf-4-5-service-configurations-from-one-location/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d49ab38ea01644c55896e43074a0fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pvogelltre</media:title>
		</media:content>
	</item>
	</channel>
</rss>
