<?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>OfficeDeveloper.NET&#187; entity</title>
	<atom:link href="http://officedeveloper.net/tag/entity/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 00:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Walkthrough of enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010</title>
		<link>http://officedeveloper.net/2010/03/02/walkthrough-of-enabling-crud-for-sharepoint-2010-external-lists-using-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2010/03/02/walkthrough-of-enabling-crud-for-sharepoint-2010-external-lists-using-visual-studio-2010/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:50:09 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[external-list]]></category>
		<category><![CDATA[method-details]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server-explorer]]></category>
		<category><![CDATA[typedescriptor]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/walkthrough-of-enabling-crud-for-sharepoint-2010-external-lists-using-visual-studio-2010/</guid>
		<description><![CDATA[ In our last blog of this series Walkthrough of creating a SharePoint 2010 external list using Visual Studio 2010 Beta , we introduced how to create a simple “Hello world” external list in SharePoint 2010 Beta using Business Data Connectivity Designer in Visual Studio 2010 Beta. In this blog, we will show you how to pull data from an external database into an external list and enable Create, Read, Update and Delete (CRUD) functions to the external list. ]]></description>
			<content:encoded><![CDATA[<p> In our last blog of this series Walkthrough of creating a SharePoint 2010 external list using Visual Studio 2010 Beta , we introduced how to create a simple “Hello world” external list in SharePoint 2010 Beta using Business Data Connectivity Designer in Visual Studio 2010 Beta. In this blog, we will show you how to pull data from an external database into an external list and enable Create, Read, Update and Delete (CRUD) functions to the external list. </p>
<p><img src="" /></p>
<p>Here is the original: <br />
<a target="_blank" href="http://feedproxy.google.com/~r/sharepointteamblog/~3/-o5Z3yPH-bU/walkthrough-of-enabling-crud-for-sharepoint-2010-external-lists-using-visual-studio-2010.aspx" title="Walkthrough of enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010">Walkthrough of enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/03/02/walkthrough-of-enabling-crud-for-sharepoint-2010-external-lists-using-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical Entity Framework for C#: Explore Entity Framework</title>
		<link>http://officedeveloper.net/2009/03/30/practical-entity-framework-for-c-explore-entity-framework/</link>
		<comments>http://officedeveloper.net/2009/03/30/practical-entity-framework-for-c-explore-entity-framework/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 01:32:49 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[a-explores-how]]></category>
		<category><![CDATA[access-and]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[manipulate-data]]></category>
		<category><![CDATA[miranda]]></category>
		<category><![CDATA[orm]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/practical-entity-framework-for-c-explore-entity-framework/</guid>
		<description><![CDATA[ADO.NET Entity Framework is an object-relational mapping (ORM) framework for Microsoft .NET. In this video, Todd Miranda explores how to use the Entity Framework to access and manipulate data from a database.]]></description>
			<content:encoded><![CDATA[<p>ADO.NET Entity Framework is an object-relational mapping (ORM) framework for Microsoft .NET. In this video, Todd Miranda explores how to use the Entity Framework to access and manipulate data from a database.</p>
</p>
<p>Read more here: <br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/vcsharp/dd565857.aspx" title="Practical Entity Framework for C#: Explore Entity Framework">Practical Entity Framework for C#: Explore Entity Framework</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/03/30/practical-entity-framework-for-c-explore-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Channel 9 Interview: No More Underscores in Visual Basic 10!</title>
		<link>http://officedeveloper.net/2009/03/27/channel-9-interview-no-more-underscores-in-visual-basic-10/</link>
		<comments>http://officedeveloper.net/2009/03/27/channel-9-interview-no-more-underscores-in-visual-basic-10/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 17:11:20 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[a-nifty-little]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[are-unemployed]]></category>
		<category><![CDATA[channel9]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[details]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[miranda]]></category>
		<category><![CDATA[tyler-whitney]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/channel-9-interview-no-more-underscores-in-visual-basic-10/</guid>
		<description><![CDATA[ I just posted a new Channel 9 interview on a nifty little feature which isn't so little when you look at it from the compiler. In this interview, Tyler Whitney , a developer on the Visual Basic compiler team demonstrates how line termination has changed in the Visual Basic 10 compiler making underscores unnecessary as line continuation indicators. ]]></description>
			<content:encoded><![CDATA[<p> I just posted a new Channel 9 interview on a nifty little feature which isn&#8217;t so little when you look at it from the compiler. In this interview, Tyler Whitney , a developer on the Visual Basic compiler team demonstrates how line termination has changed in the Visual Basic 10 compiler making underscores unnecessary as line continuation indicators. </p>
<p>Originally posted here:<br />
<a target="_blank" href="http://blogs.msdn.com/bethmassi/archive/2009/03/27/channel-9-interview-no-more-underscores-in-visual-basic-10.aspx" title="Channel 9 Interview: No More Underscores in Visual Basic 10!">Channel 9 Interview: No More Underscores in Visual Basic 10!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/03/27/channel-9-interview-no-more-underscores-in-visual-basic-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

