<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>LINQ enabled Personal Web Site Starter kit</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Project/ProjectRss.aspx</link><description>Rewrite of the original Personal Web Starter Kit using LINQ for the data tier rather than stored procedures and ADO. The starter kit manages images in a SQL database by album.</description><item><title>COMMENTED ISSUE: A database with the same name exists, or specified file cannot be opened, or it is located on UNC share</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/WorkItem/View.aspx?WorkItemId=1</link><description>Over and over - on lots of different machines&lt;br /&gt;Comments: Same problem here. I just unpacked it, set customErrors&amp;#61;Off, and I get this message in debug mode. Still trying to figure it out.</description><author>MadDog</author><pubDate>Sun, 01 Jun 2008 20:11:41 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: A database with the same name exists, or specified file cannot be opened, or it is located on UNC share 20080601P</guid></item><item><title>CREATED ISSUE: A database with the same name exists, or specified file cannot be opened, or it is located on UNC share</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/WorkItem/View.aspx?WorkItemId=1</link><description>Over and over - on lots of different machines&lt;br /&gt;</description><author>mike_135</author><pubDate>Tue, 01 Apr 2008 23:57:38 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: A database with the same name exists, or specified file cannot be opened, or it is located on UNC share 20080401P</guid></item><item><title>UPDATED RELEASE: PersonalWebLinqSharp (Mar 09, 2008)</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Release/ProjectReleases.aspx?ReleaseId=641</link><description>C&amp;#35; port of the LINQ enabled Personal web starter kit ported by Steven Murray.</description><author></author><pubDate>Mon, 10 Mar 2008 01:13:18 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PersonalWebLinqSharp (Mar 09, 2008) 20080310A</guid></item><item><title>CREATED RELEASE: LINQ Enabled Personal Web in C sharp (Mar 09, 2008)</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Release/ProjectReleases.aspx?ReleaseId=641</link><description>C&amp;#35; port of the LINQ enabled Personal web starter kit ported by Steven Murray.</description><author></author><pubDate>Mon, 10 Mar 2008 01:10:56 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: LINQ Enabled Personal Web in C sharp (Mar 09, 2008) 20080310A</guid></item><item><title>UPDATED RELEASE: PersonalWebLinq (Feb 10, 2008)</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Release/ProjectReleases.aspx?ReleaseId=200</link><description>Source code for LINQ enabled personal web site. Follow the instructions in the readme file to create the security users. Also, you will need to create the personal database and run the personal-add.sql in the app_data folder to set the database up. The LINQ changes can be found in the app_code&amp;#47;PhotoManager.vb file. The original ADO version is commented out and the LINQ version follows each method.</description><author></author><pubDate>Sun, 09 Mar 2008 22:24:38 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PersonalWebLinq (Feb 10, 2008) 20080309P</guid></item><item><title>UPDATED RELEASE: PersonalWebLinqSharp (Mar 09, 2008)</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Release/ProjectReleases.aspx?ReleaseId=641</link><description>C&amp;#35; port of the LINQ enabled Personal web starter kit ported by Steven Murray.</description><author></author><pubDate>Sun, 09 Mar 2008 22:24:10 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PersonalWebLinqSharp (Mar 09, 2008) 20080309P</guid></item><item><title>UPDATED RELEASE: PersonalWebLinq (Feb 10, 2008)</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Release/ProjectReleases.aspx?ReleaseId=200</link><description>Source code for LINQ enabled personal web site. Follow the instructions in the readme file to create the security users. Also, you will need to create the personal database and run the personal-add.sql in the app_data folder to set the database up. The LINQ changes can be found in the app_code&amp;#47;PhotoManager.vb file. The original ADO version is commented out and the LINQ version follows each method.</description><author></author><pubDate>Mon, 18 Feb 2008 22:32:48 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PersonalWebLinq (Feb 10, 2008) 20080218P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Rewrite of the original Personal Web Starter Kit using LINQ for the data tier rather than stored procedures and ADO. The starter kit manages images in a SQL database by album.
&lt;br /&gt; &lt;br /&gt;This project is a revision of the original Personal Web Starter Kit at &lt;a href="http://www.asp.net/downloads/starter-kits/personal/" class="externalLink"&gt;http://www.asp.net/downloads/starter-kits/personal/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which was written as an introduction to Visual Studio 2005. This verision updates the original project to replace the ADO data access tier with one based on LINQ which was introduced with Visual Studio 2008. This sample demonstrates how to perform standard CRUD (Create, Read, Update, Delete) operations against a SQL Express or SQL Server database to manage a set of photo albums. For this update, the following changes were made:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Remove the Photo and Album business classes and replaced them with ones generated by the LINQ to SQL designer (in the Personal.dbml) file.&lt;/li&gt;&lt;li&gt;Removed the need for custom stored procedures for each of the CRUD operations.&lt;/li&gt;&lt;li&gt;Refactored the dynamic select statement selection repeated in the GetFirstPhoto and GetPhoto stored procedures into a single VB method which dynamically builds on the LINQ query using the composable nature of LINQ.&lt;/li&gt;&lt;li&gt;Applies randomizing logic for selecting a random Album by using a scalar function in the database.&lt;/li&gt;&lt;li&gt;Use LINQ to Objects to declaritivly add photos from the Update directory rather than using an iterative process (see Admin/Photos.aspx.vb)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>jwooley</author><pubDate>Sun, 10 Feb 2008 19:19:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080210P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Rewrite of the original Personal Web Starter Kit using LINQ for the data tier rather than stored procedures and ADO. The starter kit manages images in a SQL database by album.
&lt;br /&gt; &lt;br /&gt;This project is a revision of the original Personal Web Starter Kit which was written as an introduction to Visual Studio 2005. This verision updates the original project to replace the ADO data access tier with one based on LINQ which was introduced with Visual Studio 2008. This sample demonstrates how to perform standard CRUD (Create, Read, Update, Delete) operations against a SQL Express or SQL Server database to manage a set of photo albums. For this update, the following changes were made:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Remove the Photo and Album business classes and replaced them with ones generated by the LINQ to SQL designer (in the Personal.dbml) file.&lt;/li&gt;&lt;li&gt;Removed the need for custom stored procedures for each of the CRUD operations.&lt;/li&gt;&lt;li&gt;Refactored the dynamic select statement selection repeated in the GetFirstPhoto and GetPhoto stored procedures into a single VB method which dynamically builds on the LINQ query using the composable nature of LINQ.&lt;/li&gt;&lt;li&gt;Applies randomizing logic for selecting a random Album by using a scalar function in the database.&lt;/li&gt;&lt;li&gt;Use LINQ to Objects to declaritivly add photos from the Update directory rather than using an iterative process (see Admin/Photos.aspx.vb)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>jwooley</author><pubDate>Sun, 10 Feb 2008 19:14:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080210P</guid></item><item><title>CREATED RELEASE: PersonalWebLinq (Feb 10, 2008)</title><link>http://code.msdn.microsoft.com/LinqPersonalWeb/Release/ProjectReleases.aspx?ReleaseId=200</link><description>Source code for LINQ enabled personal web site. Follow the instructions in the readme file to create the security users. Also, you will need to create the personal database and run the personal-add.sql in the app_data folder to set the database up. The LINQ changes can be found in the app_code&amp;#47;PhotoManager.vb file. The original ADO version is commented out and the LINQ version follows each method.</description><author></author><pubDate>Sun, 10 Feb 2008 18:58:39 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: PersonalWebLinq (Feb 10, 2008) 20080210P</guid></item></channel></rss>