<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Tom Clarkson</title>
	<atom:link href="http://tqcblog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tqcblog.com</link>
	<description>SharePoint, Startups and some other stuff</description>
	<lastBuildDate>Mon, 07 Mar 2011 07:27:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Creating a Custom Advanced Search Box in MOSS 2007 by santhosh</title>
		<link>http://tqcblog.com/2007/10/26/creating-a-custom-advanced-search-box-in-moss-2007/#comment-765</link>
		<dc:creator><![CDATA[santhosh]]></dc:creator>
		<pubDate>Mon, 07 Mar 2011 07:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tqcblog.com/archive/2007/11/01/creating-a-custom-advanced-search-box-in-moss-2007.aspx#comment-765</guid>
		<description><![CDATA[Hey how abt stemming, Stemming is not working.... can u guide me please, i have 2 doc&#039;s named 1001 &amp; 1002, when i try to search 1001 or 1002 search works fine, however if i try to search for 100, the result should have been 1001 &amp; 1002, in my case the results are not getting displayed....]]></description>
		<content:encoded><![CDATA[<p>Hey how abt stemming, Stemming is not working&#8230;. can u guide me please, i have 2 doc&#8217;s named 1001 &amp; 1002, when i try to search 1001 or 1002 search works fine, however if i try to search for 100, the result should have been 1001 &amp; 1002, in my case the results are not getting displayed&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MOSS Column Limits and SharePoint Solution Generator by shima</title>
		<link>http://tqcblog.com/2008/09/19/moss-column-limits-and-sharepoint-solution-generator/#comment-762</link>
		<dc:creator><![CDATA[shima]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 08:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tqcblog.com/archive/2008/09/18/moss-column-limits-and-sharepoint-solution-generator.aspx#comment-762</guid>
		<description><![CDATA[hi tom
can you help me...
I made a form with infopath and published it into sps2010 but I want to have more columns in my list  just with number type but it couldn&#039;t publish it and made this error:Column Limit Exceeded!
how can I solve this problem,or how can I change this limit I should have more number columns in my list.
thanks alot]]></description>
		<content:encoded><![CDATA[<p>hi tom<br />
can you help me&#8230;<br />
I made a form with infopath and published it into sps2010 but I want to have more columns in my list  just with number type but it couldn&#8217;t publish it and made this error:Column Limit Exceeded!<br />
how can I solve this problem,or how can I change this limit I should have more number columns in my list.<br />
thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET MVC 3 Razor Views in SharePoint by F.Aquino</title>
		<link>http://tqcblog.com/2011/01/22/asp-net-mvc-3-razor-views-in-sharepoint/#comment-760</link>
		<dc:creator><![CDATA[F.Aquino]]></dc:creator>
		<pubDate>Mon, 21 Feb 2011 14:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://tqcblog.com/?p=191#comment-760</guid>
		<description><![CDATA[Dario, that would not be possible since .NET 4.0 code cannot run in the same appPool as SharePoint, a good approach would be to use a standalone MVC 3 app and access sharepoint using the Client Object Model.]]></description>
		<content:encoded><![CDATA[<p>Dario, that would not be possible since .NET 4.0 code cannot run in the same appPool as SharePoint, a good approach would be to use a standalone MVC 3 app and access sharepoint using the Client Object Model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET MVC 3 Razor Views in SharePoint by Dario</title>
		<link>http://tqcblog.com/2011/01/22/asp-net-mvc-3-razor-views-in-sharepoint/#comment-752</link>
		<dc:creator><![CDATA[Dario]]></dc:creator>
		<pubDate>Sat, 12 Feb 2011 23:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://tqcblog.com/?p=191#comment-752</guid>
		<description><![CDATA[Hi Tom,

Good to know someone is writing about MVC3 with Sharepoint.

I work for a college in Sydney and most of the Internet infrastructure is developed on top of Sharepoint 2010 already. 

I&#039;ve been assigned the task of support and extend the web applications that are running right now, plus develop new ones along the path.

My background is of a web developer, but with very strong backend development. What difficulties you think I may be confronting in the near future if I decide to use MVC2 (MVC3 hopefully) for further web applications development inside Sharepoint? Is this something that you see feasible in the short term (1 to 2 months from now on)?

Thanks in advance
Dario]]></description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>Good to know someone is writing about MVC3 with Sharepoint.</p>
<p>I work for a college in Sydney and most of the Internet infrastructure is developed on top of Sharepoint 2010 already. </p>
<p>I&#8217;ve been assigned the task of support and extend the web applications that are running right now, plus develop new ones along the path.</p>
<p>My background is of a web developer, but with very strong backend development. What difficulties you think I may be confronting in the near future if I decide to use MVC2 (MVC3 hopefully) for further web applications development inside Sharepoint? Is this something that you see feasible in the short term (1 to 2 months from now on)?</p>
<p>Thanks in advance<br />
Dario</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Precompiled Razor for Shared Views and Mono by Tom Clarkson</title>
		<link>http://tqcblog.com/2011/01/23/precompiled-razor-for-shared-views-and-mono/#comment-720</link>
		<dc:creator><![CDATA[Tom Clarkson]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 23:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://tqcblog.com/?p=206#comment-720</guid>
		<description><![CDATA[Looks like a good approach, though it still requires standard Razor to work - i.e. it may work if you build mono from master, but not from the current stable versions. WebViewPage also has quite a few BuildManager calls internally, which was why I ended up with the custom base class.]]></description>
		<content:encoded><![CDATA[<p>Looks like a good approach, though it still requires standard Razor to work &#8211; i.e. it may work if you build mono from master, but not from the current stable versions. WebViewPage also has quite a few BuildManager calls internally, which was why I ended up with the custom base class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

