<?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/"
	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>Raymund Macaalay&#039;s Dev Blog</title>
	<atom:link href="http://anyrest.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anyrest.wordpress.com</link>
	<description>ANYthing Regarding Software Technology, helping IT Professionals 1 blog post at a time.</description>
	<lastBuildDate>Tue, 21 May 2013 04:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='anyrest.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/417620907fac844e618341e1c762d8b5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Raymund Macaalay&#039;s Dev Blog</title>
		<link>http://anyrest.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anyrest.wordpress.com/osd.xml" title="Raymund Macaalay&#039;s Dev Blog" />
	<atom:link rel='hub' href='http://anyrest.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Transfer Users from one SQL Server to another including SID&#8217;s the easy way</title>
		<link>http://anyrest.wordpress.com/2013/02/22/transfer-users-from-one-sql-server-to-another-including-sids-the-easy-way/</link>
		<comments>http://anyrest.wordpress.com/2013/02/22/transfer-users-from-one-sql-server-to-another-including-sids-the-easy-way/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 11:00:26 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Enter your zip code here]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1717</guid>
		<description><![CDATA[Before I wrote an article regarding this one but it seem that was the hard way of doing it.  See the article here http://anyrest.wordpress.com/2012/10/11/how-to-synchronize-loginsusers-between-mirrored-servers/ , but recently I was playing with SSIS in Visual Studio and found out that there is an easy way of doing it without complicated scripting and can all be achieved in [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1717&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2013/02/22/transfer-users-from-one-sql-server-to-another-including-sids-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/1-new-project.png" medium="image">
			<media:title type="html">1 New Project</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/2-transfer-login-task.png" medium="image">
			<media:title type="html">2 Transfer Login Task</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/3-connection.png" medium="image">
			<media:title type="html">3 Connection</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/4-connection-properties.png" medium="image">
			<media:title type="html">4 Connection Properties</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5-transfer-properties.png" medium="image">
			<media:title type="html">5 Transfer Properties</media:title>
		</media:content>
	</item>
		<item>
		<title>Using a Sybase with S#arp Architecture and nHibernate</title>
		<link>http://anyrest.wordpress.com/2013/02/21/using-a-sybase-with-sarp-architecture-and-nhibernate/</link>
		<comments>http://anyrest.wordpress.com/2013/02/21/using-a-sybase-with-sarp-architecture-and-nhibernate/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 11:00:31 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Enter your zip code here]]></category>
		<category><![CDATA[NHibernate]]></category>
		<category><![CDATA[S#arp Architecture]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1699</guid>
		<description><![CDATA[This article will discuss on how I achieved using a Sybase database alongside SQL Server with S#arp Architecture / nHibernate.   In this article I would assume that you use S#arp and have already a running project where you want to include Sybase in your scenario.  So lets start. 1. Create your Sybase Connection String Go to your web [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1699&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2013/02/21/using-a-sybase-with-sarp-architecture-and-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/sybase.png" medium="image">
			<media:title type="html">Sybase</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/2-sybase-domain.png" medium="image">
			<media:title type="html">2 Sybase Domain</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/3-get-your-connection-string.png" medium="image">
			<media:title type="html">3 Get your connection string</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/4-automapping-extension.png" medium="image">
			<media:title type="html">4 Automapping Extension</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5-repository.png" medium="image">
			<media:title type="html">5 Repository</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/6-reference-your-sybase-projects.png" medium="image">
			<media:title type="html">6 Reference Your Sybase Projects</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrate Team Foundation Server&#8217;s SQL Server to another SQL Server (same or new version)</title>
		<link>http://anyrest.wordpress.com/2013/02/14/migrate-team-foundation-servers-sql-server-to-another-sql-server-same-or-new-version/</link>
		<comments>http://anyrest.wordpress.com/2013/02/14/migrate-team-foundation-servers-sql-server-to-another-sql-server-same-or-new-version/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 11:00:17 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Team Foundation Server]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1682</guid>
		<description><![CDATA[Yesterday we migrated SharePoint&#8217;s SQL Server to a new instance today we will be migrating Team Foundation Server (TFS) SQL database to new SQL instance. In this example we are migrating it to a new version of SQL Server which is from SQL 2008 R2 to SQL 2012, this will also work on the same [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1682&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2013/02/14/migrate-team-foundation-servers-sql-server-to-another-sql-server-same-or-new-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/1-detach-project-collection.png" medium="image">
			<media:title type="html">1 Detach Project Collection</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/1b-detach-project-collection.png" medium="image">
			<media:title type="html">1b Detach Project Collection</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/2-detach-sql-server-instance.png" medium="image">
			<media:title type="html">2 Detach SQL Server Instance</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/3-copy-detached-database-files-to-new-sql-server.png" medium="image">
			<media:title type="html">3 Copy Detached Database Files to New SQL Server</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/4-attach-database1.png" medium="image">
			<media:title type="html">4 Attach Database</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5-attach-project-collection.png" medium="image">
			<media:title type="html">5 Attach Project Collection</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5b-attach-project-collection.png" medium="image">
			<media:title type="html">5b Attach Project Collection</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5c-attach-project-collection.png" medium="image">
			<media:title type="html">5c Attach Project Collection</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/1-stop-tfs-website.png" medium="image">
			<media:title type="html">1 Stop TFS Website</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/2-stop-tfs-application-pools.png" medium="image">
			<media:title type="html">2 Stop TFS Application Pools</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/3-stop-tfs-services.png" medium="image">
			<media:title type="html">3 Stop TFS Services</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/3-prepare-sql-server-for-tfs.png" medium="image">
			<media:title type="html">3 Prepare SQL Server for TFS</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/4-register-sql-server-instance-for-tfs.png" medium="image">
			<media:title type="html">4 Register SQL Server instance for TFS</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5-reapply-account.png" medium="image">
			<media:title type="html">5 Reapply Account</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5-reapply-account-message.png" medium="image">
			<media:title type="html">5 Reapply Account Message</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrate SharePoint&#8217;s SQL Server to another SQL Server (same or new version)</title>
		<link>http://anyrest.wordpress.com/2013/02/13/migrate-sharepoints-sql-server-to-another-sql-server-same-or-new-version/</link>
		<comments>http://anyrest.wordpress.com/2013/02/13/migrate-sharepoints-sql-server-to-another-sql-server-same-or-new-version/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 10:00:53 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Enter your zip code here]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Foundation 2010]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1664</guid>
		<description><![CDATA[This is a step by step guide on how you migrate your SharePoint&#8217;s (I used 2010 version in this instance) SQL Server to an new SQL Server host.  In this exercise I tried migrating it in a new version of SQL server which is 2012 from 2008 R2, also had tried it in the same [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1664&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2013/02/13/migrate-sharepoints-sql-server-to-another-sql-server-same-or-new-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/1-stop-services1.png" medium="image">
			<media:title type="html">1 Stop Services</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/2-detach-database.png" medium="image">
			<media:title type="html">2 Detach Database</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/3-copy-database-files1.png" medium="image">
			<media:title type="html">3-copy-database-files</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/4-attach-database.png" medium="image">
			<media:title type="html">4 Attach Database</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/5-attach-database-2.png" medium="image">
			<media:title type="html">5 Attach Database 2</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/6-port-allocation.png" medium="image">
			<media:title type="html">6 Port Allocation</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/7-alias-configuration.png" medium="image">
			<media:title type="html">7 Alias Configuration</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/7-alias-configuration-2.png" medium="image">
			<media:title type="html">7 Alias Configuration 2</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2013/02/7-alias-configuration-b.png" medium="image">
			<media:title type="html">7 Alias Configuration b</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading S#arp to MVC4</title>
		<link>http://anyrest.wordpress.com/2012/12/12/upgrading-sarp-to-mvc4/</link>
		<comments>http://anyrest.wordpress.com/2012/12/12/upgrading-sarp-to-mvc4/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 11:00:53 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[S#arp Architecture]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1642</guid>
		<description><![CDATA[First of all I can assure you that S#arp will work on MVC4 and I am using Sharp Architecture 2.0.4.  We just recently migrated and tested 2 large S#arp projects and it is fully working and is running in production. Now lets go to the details, I guess you came across tis article either because [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1642&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/12/12/upgrading-sarp-to-mvc4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/1-entry-point-was-not-found.png" medium="image">
			<media:title type="html">1 Entry point was not found</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/9-old-config-section.png?w=1024" medium="image">
			<media:title type="html">9 Old Config Section</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/10-new-config-section.png?w=1024" medium="image">
			<media:title type="html">10 New Config Section</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/2-old-config.png?w=1024" medium="image">
			<media:title type="html">2 Old config</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/3-new-config.png?w=1024" medium="image">
			<media:title type="html">3 New config</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/11-other-web-config.png" medium="image">
			<media:title type="html">11 Other Web Config</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/12-other-web-config-old.png?w=1024" medium="image">
			<media:title type="html">12 Other Web Config OLD</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/13-other-web-config-new.png?w=1024" medium="image">
			<media:title type="html">13 Other Web Config NEW</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/6-replace-guid.png?w=1024" medium="image">
			<media:title type="html">6 Replace GUID</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/7-replace-guid.png?w=1024" medium="image">
			<media:title type="html">7 Replace GUID</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/12/8-add-assembly-binding.png" medium="image">
			<media:title type="html">8 Add assembly Binding</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Synchronize logins/users between Mirrored Servers</title>
		<link>http://anyrest.wordpress.com/2012/10/11/how-to-synchronize-loginsusers-between-mirrored-servers/</link>
		<comments>http://anyrest.wordpress.com/2012/10/11/how-to-synchronize-loginsusers-between-mirrored-servers/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 11:30:58 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Mirroring]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1628</guid>
		<description><![CDATA[Now that you have mirrored your servers, it does not mean that your users are also mirrored (isn&#8217;t it nice to have this feature included in next SQL Server releases).  You should configure your users properly as well so when a disaster hits you wont have a login error issue when your application user tries [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1628&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/10/11/how-to-synchronize-loginsusers-between-mirrored-servers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/10/syslogins.png" medium="image">
			<media:title type="html">syslogins</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/10/login-failure.png" medium="image">
			<media:title type="html">Login Failure</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/10/assign-roles.png" medium="image">
			<media:title type="html">Assign Roles</media:title>
		</media:content>
	</item>
		<item>
		<title>Altering Mirroring Endpoints (Ports) on SQL Server</title>
		<link>http://anyrest.wordpress.com/2012/10/10/altering-mirroring-endpoints-ports-on-sql-server/</link>
		<comments>http://anyrest.wordpress.com/2012/10/10/altering-mirroring-endpoints-ports-on-sql-server/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 11:30:16 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Mirroring]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1618</guid>
		<description><![CDATA[We are in a middle of a SQL Server 2012 migration project and one of the main tasks is to completely mirror all of the databases. Having said that it does not mean we did not mirrored it before, some of the legacy databases are already mirroring and we have one dedicated server to do [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1618&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/10/10/altering-mirroring-endpoints-ports-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/10/default-ports1.png" medium="image">
			<media:title type="html">default-ports</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/10/sys-tcp_endpoints.png" medium="image">
			<media:title type="html">sys.tcp_endpoints</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/10/5023-port.png" medium="image">
			<media:title type="html">5023 Port</media:title>
		</media:content>
	</item>
		<item>
		<title>Using SQL Server Reporting Services in MVC Web Application</title>
		<link>http://anyrest.wordpress.com/2012/09/25/using-sql-server-reporting-services-in-mvc-web-application/</link>
		<comments>http://anyrest.wordpress.com/2012/09/25/using-sql-server-reporting-services-in-mvc-web-application/#comments</comments>
		<pubDate>Tue, 25 Sep 2012 09:00:39 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Reporting Services]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1611</guid>
		<description><![CDATA[You might be wondering how to use SQL Server Reporting Services Reports with an MVC Application hence you&#8217;re in this page, well let me explain to you in this simple steps At the time of this post there is no controls yet for Report Viewer in MVC so we will be doing some workaround to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1611&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/09/25/using-sql-server-reporting-services-in-mvc-web-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/09/publish-reports.png" medium="image">
			<media:title type="html">Publish Reports</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/09/add-webform-1.png" medium="image">
			<media:title type="html">Add Webform 1</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/09/add-webform.png" medium="image">
			<media:title type="html">Add Webform</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/09/report-viewer.png" medium="image">
			<media:title type="html">Report Viewer</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/09/view-holder.png" medium="image">
			<media:title type="html">View Holder</media:title>
		</media:content>
	</item>
		<item>
		<title>Programmatic Execution of an Excel Macro on Remote Machine from a website</title>
		<link>http://anyrest.wordpress.com/2012/06/22/programmatic-execution-excel-macro-on-remote-machine-from-a-website/</link>
		<comments>http://anyrest.wordpress.com/2012/06/22/programmatic-execution-excel-macro-on-remote-machine-from-a-website/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 11:30:43 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[OLE Automation]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1600</guid>
		<description><![CDATA[I tried searching everywhere for a solution on this issue but found nothing. To give you an idea what I want to achieve here is the scenario. We have a website where users generate and Excel report using a macro, when I try to run it in my local machine it generates perfectly and runs [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1600&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/06/22/programmatic-execution-excel-macro-on-remote-machine-from-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/06/trust-center.png" medium="image">
			<media:title type="html">Trust Center</media:title>
		</media:content>
	</item>
		<item>
		<title>Draggable Sorting and Saving Changes using MVC and jQuery UI</title>
		<link>http://anyrest.wordpress.com/2012/05/15/draggable-sorting-and-saving-changes-using-mvc-and-jquery-ui/</link>
		<comments>http://anyrest.wordpress.com/2012/05/15/draggable-sorting-and-saving-changes-using-mvc-and-jquery-ui/#comments</comments>
		<pubDate>Tue, 15 May 2012 08:00:41 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1588</guid>
		<description><![CDATA[We&#8217;ve been posting a lot of MVC and jQuery lately and I guess you have to get used to it for a couple of months more as this the technology that I am using currently in most of my projects. For today&#8217;s session I will be discussing on how to make a sortable list which [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1588&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/05/15/draggable-sorting-and-saving-changes-using-mvc-and-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/05/sortings.png" medium="image">
			<media:title type="html">Sortings</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/05/sharepoint-sorting.png" medium="image">
			<media:title type="html">Sharepoint Sorting</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/05/windows-sorting.png" medium="image">
			<media:title type="html">Windows Sorting</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/05/add-library-package-reference.png" medium="image">
			<media:title type="html">Add Library Package Reference</media:title>
		</media:content>
	</item>
		<item>
		<title>Export Telerik MVC Grid to CSV Dynamically based on a View Model</title>
		<link>http://anyrest.wordpress.com/2012/05/02/export-telerik-mvc-grid-to-csv-dynamically-based-on-a-view-model/</link>
		<comments>http://anyrest.wordpress.com/2012/05/02/export-telerik-mvc-grid-to-csv-dynamically-based-on-a-view-model/#comments</comments>
		<pubDate>Wed, 02 May 2012 10:00:56 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1578</guid>
		<description><![CDATA[We may have seen examples from Telerik where they had exported data to CSV but Column Headers and Column Values are assigned manually to StreamWriter object.  For this post we will improve further on that by doing it dynamically, which makes sense when you are generating your grid in dynamic fashion as well.  This is [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1578&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/05/02/export-telerik-mvc-grid-to-csv-dynamically-based-on-a-view-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/05/export-to-csv.png" medium="image">
			<media:title type="html">Export to CSV</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create an Editable Sharepoint Datasheet View with Content Approval Turned on</title>
		<link>http://anyrest.wordpress.com/2012/04/11/how-to-create-an-editable-list-view-with-content-approval-turned-on/</link>
		<comments>http://anyrest.wordpress.com/2012/04/11/how-to-create-an-editable-list-view-with-content-approval-turned-on/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 07:00:21 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Sharepoint Foundation 2010]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1543</guid>
		<description><![CDATA[Have you tried creating a Datasheet view in Sharepoint then suddenly found out that you can&#8217;t edit it even it says &#8220;View data in an editable spreadsheet format that is convenient for bulk editing and quick customization&#8221;? Well don&#8217;t worry you are not crazy it really works like that when Content Approval turned on in [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1543&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/04/11/how-to-create-an-editable-list-view-with-content-approval-turned-on/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-1.png" medium="image">
			<media:title type="html">Editable Grid View 1</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-2.png" medium="image">
			<media:title type="html">Editable Grid View 2</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-3.png" medium="image">
			<media:title type="html">Editable Grid View 3</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-4.png" medium="image">
			<media:title type="html">Editable Grid View 4</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-5.png" medium="image">
			<media:title type="html">Editable Grid View 5</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-6.png" medium="image">
			<media:title type="html">Editable Grid View 6</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-7.png" medium="image">
			<media:title type="html">Editable Grid View 7</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-81.png" medium="image">
			<media:title type="html">Editable Grid View 8</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-9.png" medium="image">
			<media:title type="html">Editable Grid View 9</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-10.png" medium="image">
			<media:title type="html">Editable Grid View 10</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-11.png" medium="image">
			<media:title type="html">Editable Grid View 11</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/04/editable-grid-view-6a.png" medium="image">
			<media:title type="html">Editable Grid View 6a</media:title>
		</media:content>
	</item>
		<item>
		<title>Moving a Sharepoint Sub Site to its own Site Collection in 3 easy steps</title>
		<link>http://anyrest.wordpress.com/2012/03/28/moving-a-sharepoint-sub-site-to-its-own-site-collection-in-3-easy-steps/</link>
		<comments>http://anyrest.wordpress.com/2012/03/28/moving-a-sharepoint-sub-site-to-its-own-site-collection-in-3-easy-steps/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 07:00:20 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Foundation 2010]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1525</guid>
		<description><![CDATA[Moving a Sharepoint Sub Site to its own Site Collection why should I do that?  Well there might be a lot of reasons on doing this but for me its more handing over the Site collection Administration to the business which enables business owners to choose themes, manage security within the site collection, manage activated [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1525&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/03/28/moving-a-sharepoint-sub-site-to-its-own-site-collection-in-3-easy-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-11.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 1</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-2.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 2</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-3.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 3</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-4.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 4</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-4b.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 4b</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-5.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 5</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-6.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 6</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/sub-site-to-site-collection-71.png" medium="image">
			<media:title type="html">Sub Site to Site Collection 7</media:title>
		</media:content>
	</item>
		<item>
		<title>Running a background service in a Web Application (no Windows Service was involved during this process)</title>
		<link>http://anyrest.wordpress.com/2012/03/17/running-a-background-service-in-a-web-application-no-windows-service-was-involved-during-this-process/</link>
		<comments>http://anyrest.wordpress.com/2012/03/17/running-a-background-service-in-a-web-application-no-windows-service-was-involved-during-this-process/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 07:00:01 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1521</guid>
		<description><![CDATA[This is not something new but it might be helpful for someone who needs this solution, I am sharing this as I have a current project to create background services using my Web application like usual before I start some solution I check whether I had made something like it before and to my luck [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1521&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/03/17/running-a-background-service-in-a-web-application-no-windows-service-was-involved-during-this-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/03/testlogs.png" medium="image">
			<media:title type="html">TestLogs</media:title>
		</media:content>
	</item>
		<item>
		<title>info360 Addresses Enterprise IT Transformation in the New Paradigm of Social &amp; Mobile Across the Enterprise</title>
		<link>http://anyrest.wordpress.com/2012/03/16/info360-addresses-enterprise-it-transformation-in-the-new-paradigm-of-social-mobile-across-the-enterprise/</link>
		<comments>http://anyrest.wordpress.com/2012/03/16/info360-addresses-enterprise-it-transformation-in-the-new-paradigm-of-social-mobile-across-the-enterprise/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 09:00:25 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Press Release]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1514</guid>
		<description><![CDATA[Newton, MA – info360 (June 12-14, 2012; Jacob Javits Convention Center), North America’s largest and most comprehensive enterprise content event, will provide information technology (IT) professionals with the tools they need to securely join data streams, connect mobile devices to established networks and boost operational efficiency. This year’s show marks its return to New York City, a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1514&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/03/16/info360-addresses-enterprise-it-transformation-in-the-new-paradigm-of-social-mobile-across-the-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>
	</item>
		<item>
		<title>Export Multiple Datasets to Multiple Excel sheets dynamically formatted according to the records Data Type</title>
		<link>http://anyrest.wordpress.com/2012/02/24/export-multiple-datasets-to-multiple-excel-sheets-dynamically-formatted-according-to-the-records-data-type/</link>
		<comments>http://anyrest.wordpress.com/2012/02/24/export-multiple-datasets-to-multiple-excel-sheets-dynamically-formatted-according-to-the-records-data-type/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 09:00:54 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft Office]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1506</guid>
		<description><![CDATA[This might not be a ground breaking discovery but I was thinking I might be able to share this piece of code to someone who might need it.  As usual I did searched online first whether this is available but I haven&#8217;t seen something exactly similar yet so it&#8217;s a good time to share it.  [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1506&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/02/24/export-multiple-datasets-to-multiple-excel-sheets-dynamically-formatted-according-to-the-records-data-type/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/02/datasets-to-excel.png" medium="image">
			<media:title type="html">DataSets to Excel</media:title>
		</media:content>
	</item>
		<item>
		<title>Delete Row does not refresh Telerik MVC Grid Solution</title>
		<link>http://anyrest.wordpress.com/2012/02/09/delete-row-does-not-refresh-telerik-mvc-grid-solution/</link>
		<comments>http://anyrest.wordpress.com/2012/02/09/delete-row-does-not-refresh-telerik-mvc-grid-solution/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 09:00:42 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1492</guid>
		<description><![CDATA[Have you encountered an error in Telerik&#8217;s MVC grid where when you delete an item using Ajax Databinding the grid does not refresh but the row item was actually deleted?  I came across with this issue when I was working with Telerik MVC Grid and was wondering why when I perform Ajax insert and update [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1492&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/02/09/delete-row-does-not-refresh-telerik-mvc-grid-solution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/02/delete-from-grid.png" medium="image">
			<media:title type="html">Delete From Grid</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/02/what-is-inside-the-view-model.png" medium="image">
			<media:title type="html">What is inside the view model</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/02/model-state-error.png" medium="image">
			<media:title type="html">model State Error</media:title>
		</media:content>
	</item>
		<item>
		<title>How to render MVC View on a Modal Popup Window</title>
		<link>http://anyrest.wordpress.com/2012/01/16/how-to-render-mvc-view-on-a-modal-popup-window/</link>
		<comments>http://anyrest.wordpress.com/2012/01/16/how-to-render-mvc-view-on-a-modal-popup-window/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 09:00:32 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1485</guid>
		<description><![CDATA[You might be wondering how to place an MVC View easily on a pop-up window like the image above that&#8217;s why you are in this page now? Well you a bit lucky as I will tell you how easy is this to execute, but first of all let me tell you that I am using [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1485&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/01/16/how-to-render-mvc-view-on-a-modal-popup-window/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/01/ui.png" medium="image">
			<media:title type="html">UI</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/01/layout1.png" medium="image">
			<media:title type="html">Layout</media:title>
		</media:content>
	</item>
		<item>
		<title>Foreign Key Drop Downs on Telerik MVC Grid</title>
		<link>http://anyrest.wordpress.com/2012/01/13/foreign-key-drop-downs-on-telerik-mvc-grid/</link>
		<comments>http://anyrest.wordpress.com/2012/01/13/foreign-key-drop-downs-on-telerik-mvc-grid/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 09:00:23 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[S#arp Architecture]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1479</guid>
		<description><![CDATA[If you are using MVC on your projects and you are using a Grid View control most probably it will be the Telerik Grid.  While it is one of the best ones around it still have its cons but whats good with it is that the product is regularly updated even for the open source [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1479&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2012/01/13/foreign-key-drop-downs-on-telerik-mvc-grid/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/01/table.png" medium="image">
			<media:title type="html">Table</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/01/mvc-grid-with-drop-down.png" medium="image">
			<media:title type="html">MVC Grid with Drop Down</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2012/01/drowpdownview.png" medium="image">
			<media:title type="html">DrowpDownView</media:title>
		</media:content>
	</item>
		<item>
		<title>The Easy way of changing Collation of all Database objects in SQL Server</title>
		<link>http://anyrest.wordpress.com/2011/12/19/the-easy-way-of-changing-collation-of-all-database-objects-in-sql-server/</link>
		<comments>http://anyrest.wordpress.com/2011/12/19/the-easy-way-of-changing-collation-of-all-database-objects-in-sql-server/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 09:00:19 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Database Collation]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1472</guid>
		<description><![CDATA[Did you encountered a problem where you wanted to change your database collation to default or even just changing it to a different type? I guess what you had initially done (like me) was to change the collation of the Database well that does not quite work well as the existing columns will not be [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1472&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/12/19/the-easy-way-of-changing-collation-of-all-database-objects-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/12/change-db-collation.png" medium="image">
			<media:title type="html">Change Db Collation</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/12/collation1.png" medium="image">
			<media:title type="html">Collation1</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/12/restore-default.png" medium="image">
			<media:title type="html">Restore Default</media:title>
		</media:content>
	</item>
		<item>
		<title>Not all files showing on Twonky Media Server / Vodafone Broadband Complete HG553</title>
		<link>http://anyrest.wordpress.com/2011/11/22/not-all-files-showing-on-twonky-media-server-vodafone-broadband-complete-hg553/</link>
		<comments>http://anyrest.wordpress.com/2011/11/22/not-all-files-showing-on-twonky-media-server-vodafone-broadband-complete-hg553/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 10:00:12 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Hack]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1454</guid>
		<description><![CDATA[This post will not be programming related but more of a simple hack on a device I just recently acquired, anyways this post still is technology related and I wanted to share this simple solution that others might find useful.  Recently I moved to a different internet provider as my ADSL modem and Wi-Fi Router [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1454&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/11/22/not-all-files-showing-on-twonky-media-server-vodafone-broadband-complete-hg553/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/hg533.png" medium="image">
			<media:title type="html">HG533</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/twonky-support.jpg" medium="image">
			<media:title type="html">Twonky Support</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/vodafone-support.jpg" medium="image">
			<media:title type="html">Vodafone Support</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/image2.png" medium="image">
			<media:title type="html">image2</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/image3.png" medium="image">
			<media:title type="html">image3</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharepoint List View Threshold Error</title>
		<link>http://anyrest.wordpress.com/2011/11/17/sharepoint-list-view-threshold-error/</link>
		<comments>http://anyrest.wordpress.com/2011/11/17/sharepoint-list-view-threshold-error/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 10:00:02 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Foundation 2010]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1446</guid>
		<description><![CDATA[You might have encountered the error below in Sharepoint thats why you stumbled upon this site. The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator.&#60;nativehr&#62;0&#215;80070024&#60;/nativehr&#62;&#60;nativestack&#62;&#60;/nativestack&#62; Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1446&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/11/17/sharepoint-list-view-threshold-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/resource-throttling.jpg" medium="image">
			<media:title type="html">Resource Throttling</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/resource-throttling-2.jpg" medium="image">
			<media:title type="html">Resource Throttling 2</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/11/threshold-settings.jpg" medium="image">
			<media:title type="html">Threshold Settings</media:title>
		</media:content>
	</item>
		<item>
		<title>Telerik MVC Grid workaround for not rendering properly in Internet Explorer</title>
		<link>http://anyrest.wordpress.com/2011/09/29/telerik-mvc-grid-workaround-for-not-rendering-properly-in-internet-explorer/</link>
		<comments>http://anyrest.wordpress.com/2011/09/29/telerik-mvc-grid-workaround-for-not-rendering-properly-in-internet-explorer/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 11:00:38 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1439</guid>
		<description><![CDATA[If you are working with Telerik MVC Grid and Internet Explorer you might have encountered an issue where columns and rows are not rendered properly.  You will notice rows are not in line with their respective columns and even grid lines are not lining properly.  Look at some screen shots below from different browsers I [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1439&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/09/29/telerik-mvc-grid-workaround-for-not-rendering-properly-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/firefox.jpg" medium="image">
			<media:title type="html">FireFox</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/chrome.jpg" medium="image">
			<media:title type="html">Chrome</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/internet-explorer.jpg" medium="image">
			<media:title type="html">Internet Explorer</media:title>
		</media:content>
	</item>
		<item>
		<title>Large JSON Result for Telerik&#8217;s MVC Grid</title>
		<link>http://anyrest.wordpress.com/2011/09/27/large-json-result-for-teleriks-mvc-grid/</link>
		<comments>http://anyrest.wordpress.com/2011/09/27/large-json-result-for-teleriks-mvc-grid/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 11:00:13 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1434</guid>
		<description><![CDATA[You might have encountered this error &#8220;Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.&#8221; when pushing a large data to Telerik&#8217;s MVC Grid. My best guess is you have tried solutions to update the web.config to contain sections something similar to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1434&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/09/27/large-json-result-for-teleriks-mvc-grid/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/large-json.jpg" medium="image">
			<media:title type="html">Large JSON</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/grid.jpg" medium="image">
			<media:title type="html">Grid</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple Implementation of MVC Cascading Ajax Drop Down</title>
		<link>http://anyrest.wordpress.com/2011/09/21/simple-implementation-of-mvc-cascading-ajax-drop-down/</link>
		<comments>http://anyrest.wordpress.com/2011/09/21/simple-implementation-of-mvc-cascading-ajax-drop-down/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 10:00:39 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1419</guid>
		<description><![CDATA[Don&#8217;t you miss developing the traditional way? where you can just use Update Panels and Auto Post backs, it was so easy to develop the UI before where you can see it in the design view and interact with the objects in a rich manner. But that was the past, now we have MVC where [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1419&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/09/21/simple-implementation-of-mvc-cascading-ajax-drop-down/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/product-catalog.jpg" medium="image">
			<media:title type="html">Product Catalog</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/models.jpg" medium="image">
			<media:title type="html">Models</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/add-view.jpg" medium="image">
			<media:title type="html">Add View</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/add-partial-view.jpg" medium="image">
			<media:title type="html">Add Partial View</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/parameters.jpg" medium="image">
			<media:title type="html">Parameters</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/index-mozilla-firefox.jpg" medium="image">
			<media:title type="html">Index - Mozilla Firefox</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple TSQL and C# Entity Generator for S#arp Architecture</title>
		<link>http://anyrest.wordpress.com/2011/09/16/simple-tsql-and-c-entity-generator-for-sarp-architecture/</link>
		<comments>http://anyrest.wordpress.com/2011/09/16/simple-tsql-and-c-entity-generator-for-sarp-architecture/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 10:00:36 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Entities]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[NHibernate]]></category>
		<category><![CDATA[S#arp Architecture]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1410</guid>
		<description><![CDATA[Recently we started a big project which uses S#arp Architecture and for those who does not know what it is you can go to the site (http://www.sharparchitecture.net/) and have a read, but in a gist it is an open source architectural foundation that uses ASP.NET MVC framework with NHibernate. The following principles of this architecture [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1410&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/09/16/simple-tsql-and-c-entity-generator-for-sarp-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/sarp-architecture-mozilla-firefox_2011-09-14_09-59-49.jpg" medium="image" />

		<media:content url="http://anyrest.files.wordpress.com/2011/09/microsoft-visual-studio.jpg" medium="image" />
	</item>
		<item>
		<title>Singularize Function in TSQL</title>
		<link>http://anyrest.wordpress.com/2011/09/13/singularize-function-in-tsql/</link>
		<comments>http://anyrest.wordpress.com/2011/09/13/singularize-function-in-tsql/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 10:00:32 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1407</guid>
		<description><![CDATA[Today I was trying to make a code generator for one of our projects to make our lives easier, basically I was trying to list all objects on our SQL Server database and Print a C# code output which I can then save as a .cs file, all went fine until I realized that Entities [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1407&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/09/13/singularize-function-in-tsql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/microsoft-sql-server-management-studio_2011-09-13_16-33-26.jpg" medium="image">
			<media:title type="html">Microsoft SQL Server Management Studio_2011-09-13_16-33-26</media:title>
		</media:content>
	</item>
		<item>
		<title>Using jQuery with Sharepoint 2010</title>
		<link>http://anyrest.wordpress.com/2011/09/06/using-jquery-with-sharepoint-2010/</link>
		<comments>http://anyrest.wordpress.com/2011/09/06/using-jquery-with-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 09:00:26 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Foundation 2010]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1396</guid>
		<description><![CDATA[Several days back I was asked a question in this blog relating to using JavaScript in a Sharepoint, it ended up with multiple questions and one was using jQuery in Sharepoint, as usual I searched my own blog for answers becuase that is one of my main reasons having this is to store information like this that I may need in the future, a reference for what I had done which I may be [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1396&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/09/06/using-jquery-with-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/1-jquery-sp-path.jpg" medium="image">
			<media:title type="html">1 jQuery SP Path</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/2-master-page-in-advanced-mode.jpg" medium="image">
			<media:title type="html">2 Master Page in Advanced Mode</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/3-jquery-link.jpg" medium="image">
			<media:title type="html">3 jQuery Link</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/09/4-try-it-out.jpg" medium="image">
			<media:title type="html">4 Try it out</media:title>
		</media:content>
	</item>
		<item>
		<title>Easily Determining what is the exact Error by using Correlation ID in Sharepoint 2010</title>
		<link>http://anyrest.wordpress.com/2011/08/18/easily-determining-what-is-the-exact-error-by-using-correlation-id-in-sharepoint-2010/</link>
		<comments>http://anyrest.wordpress.com/2011/08/18/easily-determining-what-is-the-exact-error-by-using-correlation-id-in-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 09:00:48 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Diagnostics]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Foundation 2010]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1384</guid>
		<description><![CDATA[Have you encountered an error that looks like this screenshot below? Well if you develop items in Sharepoint then most probably you had seen that not just once but a lot of times unless you are a really good developer that does not commit any mistakes. Now you are presented with a GUID without any [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1384&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/08/18/easily-determining-what-is-the-exact-error-by-using-correlation-id-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/08/1-error.gif" medium="image">
			<media:title type="html">1 Error</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/08/2-logs.jpg" medium="image">
			<media:title type="html">2 Logs</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/08/3-create-project.jpg" medium="image">
			<media:title type="html">3 Create Project</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/08/4-project-view.jpg" medium="image">
			<media:title type="html">4 Project View</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/08/5-search-correlation.jpg" medium="image">
			<media:title type="html">5 Search Correlation</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/08/6-results.jpg" medium="image">
			<media:title type="html">6 Results</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting the default record type of a user for Event Creation in Salesforce</title>
		<link>http://anyrest.wordpress.com/2011/07/19/getting-the-default-record-type-of-a-user-for-event-creation-in-salesforce/</link>
		<comments>http://anyrest.wordpress.com/2011/07/19/getting-the-default-record-type-of-a-user-for-event-creation-in-salesforce/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 10:00:04 +0000</pubDate>
		<dc:creator>Raymund</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[CodeProject]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SalesForce]]></category>
		<category><![CDATA[SalesForce API]]></category>
		<category><![CDATA[SOQL]]></category>

		<guid isPermaLink="false">http://anyrest.wordpress.com/?p=1375</guid>
		<description><![CDATA[I have been twisting my head around in finding a solution for this simple task and I guess its worth while to share this information to everyone as I cannot search anything on Google or even in Developer Force any solution related to my problem. Eventually it ended up in calling their premier support for [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anyrest.wordpress.com&#038;blog=11536026&#038;post=1375&#038;subd=anyrest&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://anyrest.wordpress.com/2011/07/19/getting-the-default-record-type-of-a-user-for-event-creation-in-salesforce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7cac4a8f1c5c069fb5a42526fc8a634c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsmacaalay</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/07/event-record-type.jpg" medium="image">
			<media:title type="html">Event Record Type</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/07/event-record-type-2.jpg" medium="image">
			<media:title type="html">Event Record Type 2</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/07/event-record-type-3.jpg" medium="image">
			<media:title type="html">Event Record Type 3</media:title>
		</media:content>

		<media:content url="http://anyrest.files.wordpress.com/2011/07/event-record-type-4.jpg" medium="image">
			<media:title type="html">Event Record Type 4</media:title>
		</media:content>
	</item>
	</channel>
</rss>
