<?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; .NET</title>
	<atom:link href="http://www.trentjones.net/index.php/tag/net/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>Using T4 to Generate Stored Procs for Entity Framework</title>
		<link>http://www.trentjones.net/index.php/2009/05/using-t4-to-generate-stored-procs-for-entity-framework/</link>
		<comments>http://www.trentjones.net/index.php/2009/05/using-t4-to-generate-stored-procs-for-entity-framework/#comments</comments>
		<pubDate>Mon, 11 May 2009 18:06:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code Generation]]></category>
		<category><![CDATA[T4]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/?p=141</guid>
		<description><![CDATA[T4 code generation has been on my short list of things to look into but keeps getting put off as i navigate down some other endless path.  Meanwhile, I found a nice article on using T4 to generate stored procs for CRUD operations for the Entity Framework. Entity Framework Stored Procedure Generation Thanks David.]]></description>
			<content:encoded><![CDATA[<p>T4 code generation has been on my short list of things to look into but keeps getting put off as i navigate down some other endless path.  Meanwhile, I found a nice article on using T4 to generate stored procs for CRUD operations for the Entity Framework.</p>
<p><a href="http://blogs.rev-net.com/ddewinter/2008/04/26/entity-framework-stored-procedure-generation/">Entity Framework Stored Procedure Generation</a></p>
<p>Thanks David.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2009/05/using-t4-to-generate-stored-procs-for-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>Membership, Roles and Profiles</title>
		<link>http://www.trentjones.net/index.php/2009/05/membership-roles-and-profiles/</link>
		<comments>http://www.trentjones.net/index.php/2009/05/membership-roles-and-profiles/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:47:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET Custom Providers]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/?p=131</guid>
		<description><![CDATA[Recently i&#8217;ve been researching the default providers in .NET for Membership, Roles and Profiles and came across this code which provides a custom implementation of the above with simple db structures behind them. http://altairiswebsecurity.codeplex.com/]]></description>
			<content:encoded><![CDATA[<p>Recently i&#8217;ve been researching the default providers in .NET for Membership, Roles and Profiles and came across this code which provides a custom implementation of the above with simple db structures behind them.  <a href="http://altairiswebsecurity.codeplex.com/">http://altairiswebsecurity.codeplex.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2009/05/membership-roles-and-profiles/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>Configuration Section Designer</title>
		<link>http://www.trentjones.net/index.php/2008/12/configuration-section-designer/</link>
		<comments>http://www.trentjones.net/index.php/2008/12/configuration-section-designer/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:51:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/blog/?p=23</guid>
		<description><![CDATA[&#8220;A Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition (XSD) for them.&#8221; http://www.codeplex.com/csd]]></description>
			<content:encoded><![CDATA[<p>&#8220;A Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition (XSD) for them.&#8221;</p>
<p><a href="http://www.codeplex.com/csd">http://www.codeplex.com/csd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2008/12/configuration-section-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF and Large File Transfers</title>
		<link>http://www.trentjones.net/index.php/2008/08/wcf-and-large-file-transfers/</link>
		<comments>http://www.trentjones.net/index.php/2008/08/wcf-and-large-file-transfers/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 17:26:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[MessageContract]]></category>
		<category><![CDATA[MTOM]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.trentjones.net/blog/?p=7</guid>
		<description><![CDATA[I&#8217;ve been doing a bit of WCF lately and picked up on a few things that will be helpful for me to remember.  To speed large transfers switch the messageEncoding on the binding to be MTOM, otherwise your data will get base64 encoded inside the XML. Streaming requires a MessageContract and not a DataContract Streaming [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a bit of WCF lately and picked up on a few things that will be helpful for me to remember.  To speed large transfers switch the messageEncoding on the binding to be MTOM, otherwise your data will get base64 encoded inside the XML.</p>
<ol>
<li>Streaming requires a MessageContract and not a DataContract</li>
<li>Streaming doesn&#8217;t work on wsHTTPbinding.</li>
<li>A MessageContract can only have one Member in the body (stream).</li>
</ol>
<p>Another good piece:<br />
<a href="http://www.aspfree.com/c/a/Windows-Scripting/WCF-and-Hosting/3/">http://www.aspfree.com/c/a/Windows-Scripting/WCF-and-Hosting/3/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trentjones.net/index.php/2008/08/wcf-and-large-file-transfers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
