<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>David DeWinter</title>
	<link>http://davedewinter.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 09 Aug 2011 21:05:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2" -->

	<item>
		<title>Tip #22 – DynamicMethods in Partial Trust</title>
		<description><![CDATA[The DynamicMethod class is in a part of the .NET Framework that not many people touch, even less so in partial trust. You may ask, then, why I bother to cover it. I have two reasons: it is a lower-level &#8230; <a href="http://davedewinter.com/2010/11/21/tip-22-dynamicmethods-in-partial-trust/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2010/11/21/tip-22-dynamicmethods-in-partial-trust/</link>
			</item>
	<item>
		<title>Persisting Collections of Scalar Properties in the Entity Framework</title>
		<description><![CDATA[Our team has done a lot of work over the past few years to bring the Entity Framework up as an enterprise-ready ORM, but there is a still a lot of work for us to do going forward, particularly in &#8230; <a href="http://davedewinter.com/2010/08/24/persisting-collections-of-scalar-properties-in-the-entity-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2010/08/24/persisting-collections-of-scalar-properties-in-the-entity-framework/</link>
			</item>
	<item>
		<title>Viewing Generated Proxy Code in the Entity Framework</title>
		<description><![CDATA[This is one post that&#8217;s been on my to-do list for a while, and since I&#8217;ve seen some questions relating to it in our forums, I thought it appropriate to get it out the door before .NET 4 officially releases. &#8230; <a href="http://davedewinter.com/2010/04/08/viewing-generated-proxy-code-in-the-entity-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2010/04/08/viewing-generated-proxy-code-in-the-entity-framework/</link>
			</item>
	<item>
		<title>Tip #20 – Opting Out of Security Changes in .NET 4 in ASP.NET and Custom AppDomains</title>
		<description><![CDATA[Legacy CAS Policy in ASP.NET In a previous tip I discussed how you could re-enable CAS policy in applications running in .NET 4 by adding a switch to the application configuration file. However, Constantin Baciu brought up that even when &#8230; <a href="http://davedewinter.com/2010/03/02/tip-20-opting-out-of-security-changes-in-net-4-in-asp-net-and-custom-appdomains/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2010/03/02/tip-20-opting-out-of-security-changes-in-net-4-in-asp-net-and-custom-appdomains/</link>
			</item>
	<item>
		<title>We&#8217;re Hiring! Test Positions Open on Entity Framework and WCF Data Services (Astoria) Teams</title>
		<description><![CDATA[With work on Visual Studio 2010 winding down, both the Entity Framework and Astoria teams have test engineer positions open. Here are the job postings: Astoria Entity Framework Note: If the job descriptions above still say you need C/C++ experience, &#8230; <a href="http://davedewinter.com/2010/01/27/were-hiring-test-positions-open-on-entity-framework-and-wcf-data-services-astoria-teams/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2010/01/27/were-hiring-test-positions-open-on-entity-framework-and-wcf-data-services-astoria-teams/</link>
			</item>
	<item>
		<title>POCO Templates for Entity Framework v4 Beta 2 Released</title>
		<description><![CDATA[Today we have finally released an update to the POCO Templates that is compatible with Visual Studio 2010 Beta 2. Official announcement on the ADO.NET team blog. One thing I will highlight is that the templates won&#8217;t be released with &#8230; <a href="http://davedewinter.com/2010/01/25/poco-templates-for-entity-framework-v4-beta-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2010/01/25/poco-templates-for-entity-framework-v4-beta-2-released/</link>
			</item>
	<item>
		<title>CAS Policy on 64-bit Machines &#8211; #19</title>
		<description><![CDATA[Well it’s been quite a while since my last post. I hope you all had a happy holiday season! Today I’m going to talk about an issue I saw recently with a 64-bit machine and the partial trust tests for &#8230; <a href="http://davedewinter.com/2010/01/10/cas-policy-on-64-bit-machines-19/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2010/01/10/cas-policy-on-64-bit-machines-19/</link>
			</item>
	<item>
		<title>Asserting for Permissions in .NET 4 – #18</title>
		<description><![CDATA[Security asserts are a way to tell the CLR to stop checking for permissions past a certain point in the call stack. Of course, not all code is allowed to assert, or we&#8217;d have some big security problems to worry &#8230; <a href="http://davedewinter.com/2009/06/25/asserting-for-permissions-in-net-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2009/06/25/asserting-for-permissions-in-net-4/</link>
			</item>
	<item>
		<title>How to Build APIs with Transparency in Mind – #17</title>
		<description><![CDATA[In the .NET Framework there are a few types which expose both &#34;safe&#34; and &#34;unsafe&#34; equivalents of the same method. Both methods achieve the same goal e.g. BinaryFormatter.Deserialize and BinaryFormatter.UnsafeDeserialize will both deserialize a stream into a .NET object, but &#8230; <a href="http://davedewinter.com/2009/06/23/how-to-build-apis-with-transparency-in-mind/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2009/06/23/how-to-build-apis-with-transparency-in-mind/</link>
			</item>
	<item>
		<title>Mixing Level 1 and Level 2 Transparency Rules – #16</title>
		<description><![CDATA[Today&#8217;s tip addresses how assemblies using different transparency rules (CLR v2 and CLR v4) interact with each other in the same AppDomain. Remember you can use the SecurityRulesAttribute to specify which level of security rules your assemblies adhere to. The &#8230; <a href="http://davedewinter.com/2009/06/09/mixing-level-1-and-level-2-transparency-rules/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://davedewinter.com/2009/06/09/mixing-level-1-and-level-2-transparency-rules/</link>
			</item>
</channel>
</rss>

