<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: LINQ to SQL Connection Strings</title>
	<atom:link href="http://www.toplinestrategies.com/dotneters/uncategorized/linq-to-sql-connection-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toplinestrategies.com/dotneters/uncategorized/linq-to-sql-connection-strings/?lang=en</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 11:32:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff Watson</title>
		<link>http://www.toplinestrategies.com/dotneters/uncategorized/linq-to-sql-connection-strings/?lang=en/comment-page-1/#comment-178</link>
		<dc:creator>Jeff Watson</dc:creator>
		<pubDate>Fri, 21 May 2010 00:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.toplinestrategies.com/dotneters/?p=1064#comment-178</guid>
		<description>One more thing, in code do not initialize your context with a connection string. Instead, do something like this.

MyEntities ctx = new MyEntities();

The application will look for the connection string by default in your .config file.</description>
		<content:encoded><![CDATA[<p>One more thing, in code do not initialize your context with a connection string. Instead, do something like this.</p>
<p>MyEntities ctx = new MyEntities();</p>
<p>The application will look for the connection string by default in your .config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Watson</title>
		<link>http://www.toplinestrategies.com/dotneters/uncategorized/linq-to-sql-connection-strings/?lang=en/comment-page-1/#comment-177</link>
		<dc:creator>Jeff Watson</dc:creator>
		<pubDate>Fri, 21 May 2010 00:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.toplinestrategies.com/dotneters/?p=1064#comment-177</guid>
		<description>@Doug

The connection string can be updated in the app.config or the web.config when using the entity framework.  When you create an entity model, it will add a connection string to your config file.  Change it during deployment and you&#039;re all set.</description>
		<content:encoded><![CDATA[<p>@Doug</p>
<p>The connection string can be updated in the app.config or the web.config when using the entity framework.  When you create an entity model, it will add a connection string to your config file.  Change it during deployment and you&#8217;re all set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Akins</title>
		<link>http://www.toplinestrategies.com/dotneters/uncategorized/linq-to-sql-connection-strings/?lang=en/comment-page-1/#comment-166</link>
		<dc:creator>Doug Akins</dc:creator>
		<pubDate>Wed, 21 Apr 2010 20:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.toplinestrategies.com/dotneters/?p=1064#comment-166</guid>
		<description>I wish I knew this before - I used have to go in and always make the default constructor private, and have to remember to do it after each build.

Any idea if there&#039;s a similar way to do this in the Entity Framework?</description>
		<content:encoded><![CDATA[<p>I wish I knew this before &#8211; I used have to go in and always make the default constructor private, and have to remember to do it after each build.</p>
<p>Any idea if there&#8217;s a similar way to do this in the Entity Framework?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

