<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>nugetdocs Discussions Rss Feed</title><link>http://nugetdocs.codeplex.com/discussions</link><description>nugetdocs Discussions Rss Description</description><item><title>New Post: NuGet Packages Documentation</title><link>http://nugetdocs.codeplex.com/discussions/364366</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am just starting to program with .Net, and need to use some NuGet packages. Is there documentation on the various packages, and if so, where do I find them?&lt;/p&gt;
&lt;/div&gt;</description><author>gibsonsdad</author><pubDate>Thu, 12 Jul 2012 22:49:18 GMT</pubDate><guid isPermaLink="false">New Post: NuGet Packages Documentation 20120712104918P</guid></item><item><title>New Post: How to determine if a project/solution uses Nuget?</title><link>http://nugetdocs.codeplex.com/discussions/358384</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Im looking for a way for determine weather projects are using nuget or not.&lt;/p&gt;
&lt;p&gt;Is looking at the solution file the correct way to do this? By finding :&lt;/p&gt;
&lt;p&gt;Project(&amp;quot;{2150E333-8FDC-42A3-9474-1A3956D46DE8}&amp;quot;) = &amp;quot;.nuget&amp;quot;, &amp;quot;.nuget&amp;quot;, &amp;quot;{58B5C2B1-E68E-4C10-A7B3-D2F02113C8FA}&amp;quot;&lt;span&gt;
&lt;/span&gt;ProjectSection(SolutionItems) = preProject&lt;span&gt; &lt;/span&gt;.nuget\NuGet.exe = .nuget\NuGet.exe&lt;span&gt;
&lt;/span&gt;.nuget\NuGet.targets = .nuget\NuGet.targets&lt;span&gt; &lt;/span&gt;EndProjectSectionEndProject&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>Avikage</author><pubDate>Tue, 05 Jun 2012 09:00:13 GMT</pubDate><guid isPermaLink="false">New Post: How to determine if a project/solution uses Nuget? 20120605090013A</guid></item><item><title>New Post: Handling File Renames</title><link>http://nugetdocs.codeplex.com/discussions/260549</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you for the tip. It was really helpful.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;____________________&lt;/p&gt;
&lt;p&gt;&lt;a href="http://alexmakarski.com/" target="_blank"&gt;Internet Marketing Ideas&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>fathomy</author><pubDate>Thu, 16 Feb 2012 03:55:15 GMT</pubDate><guid isPermaLink="false">New Post: Handling File Renames 20120216035515A</guid></item><item><title>New Post: Handling File Renames</title><link>http://nugetdocs.codeplex.com/discussions/260549</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Today I spent some time trying to solve the issue of how to handle file renames and still support deep links to the old files (see
&lt;a href="http://nugetdocs.codeplex.com/workitem/18"&gt;bug #18&lt;/a&gt;). I figure that changing a file name should not be taken too lightly so it isn&amp;rsquo;t something that should be super easy to do nor should it be something automatic. Keeping that in mind the simplest
 way to handle renames is to add a .cshtml with the same name and just add a permanent redirect.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;@Response.RedirectPermanent(&amp;quot;~/Docs/Folder/File&amp;quot;)
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I like this approach but I wanted the files to have more context that they should only be uses as redirects. So what I am purposing is a .redirect file. It would basically be just a .cshtml file but with a different extension. Having this will help separate
 possible content files with files that are only used to redirect to other pages. I have this working and it was very simple but I want to get feedback from everyone.&lt;/p&gt;
&lt;p&gt;Is this a work flow that people like? Is the too much work? Would people just prefer a .cshtml file?&lt;/p&gt;
&lt;/div&gt;</description><author>osbornm</author><pubDate>Tue, 07 Jun 2011 22:46:09 GMT</pubDate><guid isPermaLink="false">New Post: Handling File Renames 20110607104609P</guid></item></channel></rss>