<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Craig Stuntz's Weblog</title>
	<link>http://blogs.teamb.com/craigstuntz</link>
	<description>C# • Delphi • Entity Framework • Functional Programming • InterBase • MVC • .NET • Web</description>
	<lastBuildDate>Fri, 05 Mar 2010 20:48:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en-US</language>
	
	<item>
		<title>Don&#8217;t Depend Upon the ASP.NET Membership Tables</title>
		<description>One very popular option for implementing user security in ASP.NET is to use Forms Authentication with the SQL Server membership provider. This provider creates several database tables to store user-related information, as well as a number stored procedures.

From time to time, a developer will attempt to add the ASP.NET Membership/Forms ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2010/03/05/38558/</link>
			</item>
	<item>
		<title>jqGrid and XSS Security</title>
		<description>Version 3.5.2 of jqGrid included an important new feature:
Now when autoencode is set to true we encode the data coming from server and not only when we post it (secutity fix)
Prior to this, you were required to encode the data yourself.

Now personally, I think that should be the default. But ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2010/02/08/38548/</link>
			</item>
	<item>
		<title>Entity Framework Models and Source Control</title>
		<description>As you're probably aware, an Entity Framework model is stored in a single XML file, with the extension EDMX. Developers occasionally ask if this means that two people cannot work on the entity model concurrently. My answer to this is, "It depends." But I can give you some tips to ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2010/02/03/38542/</link>
			</item>
	<item>
		<title>join in LINQ to SQL and LINQ to Entities Considered Messy, Redundant</title>
		<description>In this post I will demonstrate that use of the join keyword in LINQ to SQL and LINQ to Entities is nearly always wrong. LINQ queries which you write with the join keyword are harder to read and write than queries you write using associations, and they require knowledge of ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2010/01/13/38525/</link>
			</item>
	<item>
		<title>Crossword No. 2</title>
		<description>DotNetSlackers just published a crossword puzzle I created; you'll see the grid below. The puzzle is focused on .NET and programming themes, including a Delphi reference here and there. The site editors wanted an article to go with the puzzle, so I wrote an article explaining how I created the ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2010/01/11/38518/</link>
			</item>
	<item>
		<title>Projecting Onto a Presentation Model with the Entity Framework and ASP.NET MVC</title>
		<description>In this post, I will demonstrate how to map entity models to views in an ASP.NET MVC application without worrying about implementation details like eager loading, lazy loading, or having to manually optimize SQL for the task at hand. I will argue that expressing the relationship between an entity model ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2009/12/31/38500/</link>
			</item>
	<item>
		<title>Delphi Developers: Go Buy CodeHealer</title>
		<description>If you're doing commercial Delphi development and you're not already doing static analysis in your automated build, go buy CodeHealer now. Nick Hodges has arranged a 1/2 price special offer.

There is no good reason not to use static analysis. If you are the sort of person who doesn't allow hints ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2009/12/22/38495/</link>
			</item>
	<item>
		<title>Interview With Me At Delphi.org</title>
		<description>Jim McKeeth interviewed me for Episode 34 of The Podcast At Delphi.org.Share This | Email this page to a friend </description>
		<link>http://blogs.teamb.com/craigstuntz/2009/10/21/38492/</link>
			</item>
	<item>
		<title>Updating to ASP.NET MVC 2 Preview 2</title>
		<description>Last week, I updated our main development branch to ASP.NET MVC 2 preview 2 (from preview 1). In this post, I'll list some of the features I've found, and also issues I encountered and how I resolved them.
New Features
Some of the new features of preview 2 have been discussed elsewhere, ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2009/10/05/38476/</link>
			</item>
	<item>
		<title>Comparing C#, C++, and Delphi (Win32) Generics</title>
		<description>C#, C++, and Delphi all have a generic type and method language feature. Although all three languages are statically typed, they implement generics in very different ways. I'm going to give a brief overview of the differences, both in terms of language features and implementation. I presume that Delphi Prism ...</description>
		<link>http://blogs.teamb.com/craigstuntz/2009/10/01/38465/</link>
			</item>
</channel>
</rss>
