<?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>Trent Jones &#187; C#</title>
	<atom:link href="http://www.trentjones.net/index.php/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trentjones.net</link>
	<description>DoSomething();</description>
	<lastBuildDate>Mon, 15 Mar 2010 19:27:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Entity Framework Code Only option</title>
		<link>http://www.trentjones.net/index.php/2009/06/entity-framework-code-only-option/</link>
		<comments>http://www.trentjones.net/index.php/2009/06/entity-framework-code-only-option/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:23:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/?p=149</guid>
		<description><![CDATA[.NET 4.0 and VS 2010 introduce a new feature for the Entity Framework called model first.  In addition, you will now be able to have a code only model. Written with POCOs and a simple class derived from ObjectContext and you are on the way&#8230; http://blogs.msdn.com/efdesign/archive/2009/06/10/code-only.aspx]]></description>
			<content:encoded><![CDATA[<p>.NET 4.0 and VS 2010 introduce a new feature for the Entity Framework called model first.  In addition, you will now be able to have a code only model. Written with POCOs and a simple class derived from ObjectContext and you are on the way&#8230;</p>
<p><a href="http://blogs.msdn.com/efdesign/archive/2009/06/10/code-only.aspx" target="_blank">http://blogs.msdn.com/efdesign/archive/2009/06/10/code-only.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2009/06/entity-framework-code-only-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Stored Procedures with Entity Framework</title>
		<link>http://www.trentjones.net/index.php/2009/05/using-stored-procedures-with-entity-framework/</link>
		<comments>http://www.trentjones.net/index.php/2009/05/using-stored-procedures-with-entity-framework/#comments</comments>
		<pubDate>Tue, 12 May 2009 13:05:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/?p=144</guid>
		<description><![CDATA[Yesterday i was attempting to use a stored procedure with the Entity Framework through the &#8220;function import&#8221; features and couldn&#8217;t get the auto-gen feature to expose the function on the Context.  The stored procedure was returning a scalar value which at this point doesn&#8217;t seem to be supported through auto-gen.  Choosing an Entity, however works [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday i was attempting to use a stored procedure with the Entity Framework through the &#8220;function import&#8221; features and couldn&#8217;t get the auto-gen feature to expose the function on the Context.  The stored procedure was returning a scalar value which at this point doesn&#8217;t seem to be supported through auto-gen.  Choosing an Entity, however works fine. Further digging this morning led me to this article on the ADO.NET team blog explaining the issues with return types and <a href="http://blogs.msdn.com/adonet/default.aspx">stored procedures in Entity Framework</a>.  The article also links to another great <a href="http://blogs.msdn.com/meek/archive/2008/03/26/ado-entity-framework-stored-procedure-customization.aspx">article</a> showing how to return custom types two ways:  one way through the entity framework itself, the other through the use of extension methods.</p>
<p><a href="http://code.msdn.microsoft.com/EFExtensions">ADO.NET Entity Framework Extensions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2009/05/using-stored-procedures-with-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forms Authentication and Session Timeout</title>
		<link>http://www.trentjones.net/index.php/2009/05/forms-authentication-and-session-timeout/</link>
		<comments>http://www.trentjones.net/index.php/2009/05/forms-authentication-and-session-timeout/#comments</comments>
		<pubDate>Wed, 06 May 2009 15:08:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/?p=136</guid>
		<description><![CDATA[Ran into an issue on a website where the Session was timing out yet the forms auth ticket was still valid which was causing errors. Here is one solution: http://dotnethitman.spaces.live.com/blog/cns!E149A8B1E1C25B14!210.entry The GU also mentions some of this in the post and in digging through all the comments. http://weblogs.asp.net/scottgu/archive/2005/11/08/430011.aspx]]></description>
			<content:encoded><![CDATA[<p>Ran into an issue on a website where the Session was timing out yet the forms auth ticket was still valid which was causing errors.  Here is one solution:<br />
<a href=" http://dotnethitman.spaces.live.com/blog/cns!E149A8B1E1C25B14!210.entry"></p>
<p>http://dotnethitman.spaces.live.com/blog/cns!E149A8B1E1C25B14!210.entry</a></p>
<p>The GU also mentions some of this in the post and in digging through all the comments.<br />
<a href="http://weblogs.asp.net/scottgu/archive/2005/11/08/430011.aspx">http://weblogs.asp.net/scottgu/archive/2005/11/08/430011.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2009/05/forms-authentication-and-session-timeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source Code Outliner Power Toy</title>
		<link>http://www.trentjones.net/index.php/2009/02/source-code-outliner-power-toy/</link>
		<comments>http://www.trentjones.net/index.php/2009/02/source-code-outliner-power-toy/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:23:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/?p=95</guid>
		<description><![CDATA[This is one of my favorite plug-ins for Visual Studio.  In my opinion it works better than the Alpha drop down at the top of the window.  For those of you that organize your source code this tool will be perfect. http://www.codeplex.com/SourceCodeOutliner]]></description>
			<content:encoded><![CDATA[<p>This is one of my favorite plug-ins for Visual Studio.  In my opinion it works better than the Alpha drop down at the top of the window.  For those of you that organize your source code this tool will be perfect.</p>
<p><a href="http://www.codeplex.com/SourceCodeOutliner" target="_blank">http://www.codeplex.com/SourceCodeOutliner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2009/02/source-code-outliner-power-toy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Property Manager AddIn for private members</title>
		<link>http://www.trentjones.net/index.php/2009/02/property-manager-addin-for-private-members/</link>
		<comments>http://www.trentjones.net/index.php/2009/02/property-manager-addin-for-private-members/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 03:01:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio Add-in]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/blog/?p=72</guid>
		<description><![CDATA[Ya, i know, you can type &#8220;prop&#8221; + tab-&#62;tab but i like this better. It will create the public properties for a highlighted list of private members to the clipboard. You can then choose where to paste the results in your code. For a complete description: http://www.csharper.net/blog/property_manager_addin_for_visual_studio_2005.aspx To download the VS 2008 Compatible version: http://www.csharper.net/blog/visual_studio_2008_add_in_compatibility.aspx]]></description>
			<content:encoded><![CDATA[<p>Ya, i know, you can type &#8220;prop&#8221; + tab-&gt;tab but i like this better.  It will create the public properties for a highlighted list of private members to the clipboard.  You can then choose where to paste the results in your code.</p>
<p>For a complete description:<br />
<a href="http://www.csharper.net/blog/property_manager_addin_for_visual_studio_2005.aspx">http://www.csharper.net/blog/property_manager_addin_for_visual_studio_2005.aspx</a></p>
<p>To download the VS 2008 Compatible version:<br />
<a href="http://www.csharper.net/blog/visual_studio_2008_add_in_compatibility.aspx">http://www.csharper.net/blog/visual_studio_2008_add_in_compatibility.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2009/02/property-manager-addin-for-private-members/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin based development in .NET</title>
		<link>http://www.trentjones.net/index.php/2008/12/plugin-based-development-in-net/</link>
		<comments>http://www.trentjones.net/index.php/2008/12/plugin-based-development-in-net/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/blog/?p=25</guid>
		<description><![CDATA[Found a brief, useful example of how to implement a simple plug-in based application via .NET today on CodeProject. http://www.codeproject.com/KB/gadgets/pluginmanager.aspx]]></description>
			<content:encoded><![CDATA[<p>Found a brief, useful example of how to implement a simple plug-in based application via .NET today on CodeProject.</p>
<p><a href="http://www.codeproject.com/KB/gadgets/pluginmanager.aspx">http://www.codeproject.com/KB/gadgets/pluginmanager.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2008/12/plugin-based-development-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending and receiving JSON messages from a WCF Service</title>
		<link>http://www.trentjones.net/index.php/2008/08/sending-and-receiving-json-from-a-wcf-service/</link>
		<comments>http://www.trentjones.net/index.php/2008/08/sending-and-receiving-json-from-a-wcf-service/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 20:05:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/blog/?p=11</guid>
		<description><![CDATA[Here is a sample project which will show you how to send and receive JSON data from a WCF service using three of the most popular javascript libraries.  You can do it without the libraries but why reinvent the wheel.  Also, this is actually a VS2008 Studio Template so just download and drop the file [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a sample project which will show you how to send and receive JSON data from a WCF service using three of the most popular javascript libraries.  You can do it without the libraries but why reinvent the wheel.  Also, this is actually a VS2008 Studio Template so just download and drop the file into My Documents\Visual Studio 2008\Templates\ProjectTemplates\Visual C#\ and enjoy.</p>
<p>To use the template, goto File\New Project\Visual C# and look to &#8220;My Templates&#8221; and you should see WCF JSON.</p>
<p><a href="http://www.trentjones.net/blog/wp-content/uploads/2008/08/wcf-json.zip">wcf-json Visual Studio 2008 Template</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2008/08/sending-and-receiving-json-from-a-wcf-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
