<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>D-Blog &#187; Technical</title>
	<atom:link href="http://cubicthoughts.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://cubicthoughts.com</link>
	<description>just about anything...</description>
	<lastBuildDate>Tue, 29 Nov 2011 23:48:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jQuery for a ASP.NET Developer</title>
		<link>http://cubicthoughts.com/2011/11/30/jquery-for-a-asp-net-developer/</link>
		<comments>http://cubicthoughts.com/2011/11/30/jquery-for-a-asp-net-developer/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 23:48:35 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Dave Ward]]></category>
		<category><![CDATA[Encosia]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://cubicthoughts.com/?p=174</guid>
		<description><![CDATA[I have been following Dave Ward&#8217;s posts on Encosia for a very long time. He&#8217;s one of the few developers who actively posts several useful tricks/solutions for ASP.NET developers. Today, I came across his latest post where he is attempting to list all the posts that he has ever written on jQuery for the ASP.Net [...]]]></description>
			<content:encoded><![CDATA[<p>I have been following Dave Ward&#8217;s posts on <a href="http://encosia.com" title="Dave Ward">Encosia</a> for a very long time. He&#8217;s one of the few developers who actively posts several useful tricks/solutions for ASP.NET developers. </p>
<p>Today, I came across his latest post where he is attempting to list all the posts that he has ever written on <a href="http://encosia.com/jquery-for-the-asp-net-developer/" title="jQuery for the ASP.NET Developer">jQuery for the ASP.Net Developer</a>. If you ever need a reference point for using jQuery in your projects then please refer to Dave&#8217;s post here: <a href="http://encosia.com/jquery-for-the-asp-net-developer/">http://encosia.com/jquery-for-the-asp-net-developer/</a></p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2011/11/30/jquery-for-a-asp-net-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 &#8211; my thoughts&#8230;.</title>
		<link>http://cubicthoughts.com/2008/08/12/sql-server-2008-my-thoughts/</link>
		<comments>http://cubicthoughts.com/2008/08/12/sql-server-2008-my-thoughts/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 13:30:55 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FileStreaming]]></category>
		<category><![CDATA[Filtered Indexing]]></category>
		<category><![CDATA[Merge Statements]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[Sparse columns]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://cubicthoughts.com/?p=60</guid>
		<description><![CDATA[I have been reading about SQL Server 2008 for a while and today I got a glimpse of the various features and how it can help developers at the Victoria Dot Net users group meeting. Thanks to the special presentation by Chris Hewitt &#8211; &#8220;What should developers know about SQL Server 2008?&#8221; A few days [...]]]></description>
			<content:encoded><![CDATA[<p>I have been reading about SQL Server 2008 for a while and today I got a glimpse of the various features and how it can help developers at the <a href="http://www.victoriadotnet.com.au" target="_blank">Victoria Dot Net</a> users group meeting. Thanks to the special presentation by <a href="http://endintiers.com/default.aspx" target="_blank">Chris Hewitt</a> &#8211; &#8220;What should developers know about SQL Server 2008?&#8221;</p>
<p>A few days ago, I read about the new &#8220;<strong>File Stream</strong>&#8221; data type and my initial thoughts were how would I use this new feature and where would this be more usefull, later I realised that I could use the FileStreaming data type to store all the various CSV reports that I generate from our various applications. So effectively instead of storing it on a file server and putting in the reference in SQL, I could easily store the entire CSV file in to SQL Server and let it worry about where and how it stores it. More over I can also have all the report metadata in one location (sweet <img src='http://cubicthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>In the presentation Chris showed us a few examples on how we can send a <strong>Table as parameter</strong> to Stored Procedures and the new Merge Statement.  Well, frankly speaking it took me a few seconds to comprehend the huge benifits of sending in a table as a parameter to a stored procedure. The biggest benifit is the ability to insert large number of rows in one go by passing the data as a table parameter. Previously you could do that with temp tables but those tables were only specific to the stored procedure which creates them, however with this new feature we have some thing on the lines of Global Temp Tables. For more detailed explanation and examples, please refer this <a title="Passing table as parameter in stored procedures" href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1280004,00.html" target="_blank">article</a></p>
<p>Coming to the <strong>Merge statement</strong> that&#8217;s another cool feature that has huge number of benefits. In scenarios where you need to to insert, update, or delete data based on certain conditions, programmers have to take care of the actions in the application, however with Merge statements we can do the insert, update or delete in one single statement based on the join conditions. For more information, please refer this article at <a title="Merge Statement in Sql Server 2008" href="http://www.builderau.com.au/program/sqlserver/soa/Using-SQL-Server-2008-s-MERGE-statement/0,339028455,339283059,00.htm" target="_blank">BuilderAU</a>.</p>
<p>Another cool feature is the <strong>Filtered Indexing</strong>. As the name suggests, all it means is that when we create Indexes for a table in SQL Server 2008 based on a particular criteria (simple where clause). I am very keen to test this on one our biggest tables (9 million rows and counting). At the moment  it takes quite a bit of time to query this table for certain criteria, I would love to do some bench marking on this table and see how efficient the Filtered Indexes are.</p>
<p>Finally a one more interesting feature is the ability to Debug Sql Statements in the same way as .NET code. Chris showed how we could debug any SQL statement or Stored procedure, and also the MS has finally introduced Intellisense for SQL statements. Allthough I have been told that 3rd party tools have been providing SQL intellisense for quite some time now.</p>
<p>For those of you who are interested in other features like Sparse, new DateTime formats, new Convert functionality etc, please refer <a href="http://www.microsoft.com/sqlserver/2008/en/us/overview.aspx">SQL Server 2008 @ Microsoft</a>.</p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2008/08/12/sql-server-2008-my-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row number in GridView &#8212; the best way !!!</title>
		<link>http://cubicthoughts.com/2008/05/30/row-number-in-gridview-the-best-way/</link>
		<comments>http://cubicthoughts.com/2008/05/30/row-number-in-gridview-the-best-way/#comments</comments>
		<pubDate>Fri, 30 May 2008 07:14:58 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[GridView]]></category>
		<category><![CDATA[Row Number]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=47</guid>
		<description><![CDATA[&#60;asp:TemplateField&#62; &#60;ItemTemplate&#62; &#60;%# Container.DataItemIndex + 1 %&#62; &#60;/ItemTemplate&#62; &#60;/asp:TemplateField&#62; Written by Deepak Vasa - Visit Website]]></description>
			<content:encoded><![CDATA[<p>&lt;asp:TemplateField&gt;<br />
&lt;ItemTemplate&gt;<br />
&lt;%# Container.DataItemIndex + 1 %&gt;<br />
&lt;/ItemTemplate&gt;<br />
&lt;/asp:TemplateField&gt;</p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2008/05/30/row-number-in-gridview-the-best-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Surface &#8211;  Behind  the  Scenes with VIDEO</title>
		<link>http://cubicthoughts.com/2007/05/30/microsoft-surface-behind-the-scenes-with-video/</link>
		<comments>http://cubicthoughts.com/2007/05/30/microsoft-surface-behind-the-scenes-with-video/#comments</comments>
		<pubDate>Wed, 30 May 2007 06:53:38 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=43</guid>
		<description><![CDATA[I am very impressed with this new technology, if you go back in my blog you will see that I have posted the first ever demo of a multi touch touch screen demo by Jeff Han, well Microsoft has taken cue and has come up with the various commercial and personal uses for such a [...]]]></description>
			<content:encoded><![CDATA[<p>I am very impressed with this new technology, if you go back in my blog you will see that I have posted the <a href="http://www.cubicthoughts.com/?p=36">first ever demo of a multi touch touch screen</a> demo by Jeff Han, well Microsoft has taken cue and has come up with the various commercial and personal uses for such a kind of interactive system, check the video to have a quick overview of what it is all about.</p>
<p><a href="http://www.popularmechanics.com/technology/industry/4217348.html">Click here to go to the site for the video.</a></p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2007/05/30/microsoft-surface-behind-the-scenes-with-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200 Linux Commands for Newbbies</title>
		<link>http://cubicthoughts.com/2006/11/27/200-linux-commands-for-newbbies/</link>
		<comments>http://cubicthoughts.com/2006/11/27/200-linux-commands-for-newbbies/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 23:21:40 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[straight from digg]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=41</guid>
		<description><![CDATA[200 Linux Commands for Newbies This site gives me a quick reference for Linux commands. It really helps newbies like me. If you guys know of any other useful quick references please let me know. Written by Deepak Vasa - Visit Website]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://truehacker.blogspot.com/2006/11/200-linux-commands-for-newbbies.html">200 Linux Commands for Newbies</a></p>
<p>This site gives me a quick reference for Linux commands. It really helps newbies like me. If you guys know of any other useful quick references please let me know.</p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2006/11/27/200-linux-commands-for-newbbies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Touch Screen Interface</title>
		<link>http://cubicthoughts.com/2006/08/16/amazing-touch-screen-interface/</link>
		<comments>http://cubicthoughts.com/2006/08/16/amazing-touch-screen-interface/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 05:04:29 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[straight from digg]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=36</guid>
		<description><![CDATA[Awesome touch screen UI free driven by your finger tips&#8230;you have to wait for a good 4-5 minutes into the video before it really starts to impress. read more &#124; digg story Written by Deepak Vasa - Visit Website]]></description>
			<content:encoded><![CDATA[<p>Awesome touch screen UI free driven by your finger tips&#8230;you have to wait for a good 4-5 minutes into the video before it really starts to impress.</p>
<p><a href="http://tedblog.typepad.com/tedblog/2006/08/jeff_han_on_ted.html">read more</a> | <a href="http://digg.com/design/Amazing_Touch_Screen_Interface">digg story</a></p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2006/08/16/amazing-touch-screen-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 30 Ruby on Rails Tutorials</title>
		<link>http://cubicthoughts.com/2006/07/19/top-30-ruby-on-rails-tutorials/</link>
		<comments>http://cubicthoughts.com/2006/07/19/top-30-ruby-on-rails-tutorials/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 10:15:36 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=4</guid>
		<description><![CDATA[As usual yet another area where you can find some good tutorial links to ‘Ruby on Rails’ Top 30 Ruby on Rails Tutorials Written by Deepak Vasa - Visit Website]]></description>
			<content:encoded><![CDATA[<p><!-- ckey="64D64178" -->As usual yet another area where you can find some good tutorial links to ‘Ruby on Rails’<br />
<a href="http://www.econsultant.com/web-developer/ruby-rails-tutorials/">Top 30 Ruby on Rails Tutorials</a></p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2006/07/19/top-30-ruby-on-rails-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few quick links</title>
		<link>http://cubicthoughts.com/2006/06/21/a-few-quick-links/</link>
		<comments>http://cubicthoughts.com/2006/06/21/a-few-quick-links/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 01:06:58 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Usefull Links]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=5</guid>
		<description><![CDATA[How to re-direct web pages the smart way Computer Algorithms Learning RUBY in 15 minutes Written by Deepak Vasa - Visit Website]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stevenhargrove.com/redirect-web-pages/" title="How to redirect">How to  re-direct  web  pages the smart way</a></p>
<p><a href="http://www.cse.ucsd.edu/~dasgupta/mcgrawhill/" title="Computer Algorithms">Computer Algorithms </a></p>
<p><a href="http://tryruby.hobix.com/" title="Ruby in 15">Learning RUBY in 15 minutes</a></p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2006/06/21/a-few-quick-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Web Developer Libraries</title>
		<link>http://cubicthoughts.com/2006/06/19/top-10-web-developer-libraries/</link>
		<comments>http://cubicthoughts.com/2006/06/19/top-10-web-developer-libraries/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 02:44:35 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Usefull Links]]></category>
		<category><![CDATA[Web Technologies]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=6</guid>
		<description><![CDATA[Title says it all…it’s a pretty good comprehensive list of usefull Javascript and AJAX resources. Top 10 Web Developer Libraries Written by Deepak Vasa - Visit Website]]></description>
			<content:encoded><![CDATA[<p>Title says it all…it’s a pretty good comprehensive list of usefull Javascript and AJAX resources.<br />
<a href="http://www.thoughtlabs.net/dvasa/wp-admin/http3A2F2Fwww.cameronolthuis.com2F20062F062Ftop-10-web-developer-libraries2F">Top 10 Web  Developer Libraries</a></p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2006/06/19/top-10-web-developer-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MEDC 2006 Melbourne</title>
		<link>http://cubicthoughts.com/2006/05/24/medc-2006-melbourne/</link>
		<comments>http://cubicthoughts.com/2006/05/24/medc-2006-melbourne/#comments</comments>
		<pubDate>Wed, 24 May 2006 05:54:16 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.cubicthoughts.com/?p=8</guid>
		<description><![CDATA[This is cool….I will be attending the MEDC 2006 (Mobile and Embedded Developer Conference) hosted by Microsoft on 25 May at Melbourne (rocks). I am attending the Mobile event and am looking forward to getting my hands on to the IMate SP5. They are giving it away for all those geeks who are attending the [...]]]></description>
			<content:encoded><![CDATA[<p>This  is cool….I will be attending the <a href="http://www.microsoft.com/australia/msdn/training/medc_06.aspx">MEDC 2006 (Mobile and Embedded Developer Conference)</a> hosted by Microsoft on 25 May at Melbourne (rocks). I am attending the Mobile event and am looking forward to getting my hands on to the <a href="http://www.imate.com/t-DETAILS_SP5.aspx">IMate SP5.</a> They are giving it away for all those geeks who are attending the mobile event. I will keep you all posted on how goes the event and ofcourse about the IMate SP5 once I get my hands on it.</p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2006/05/24/medc-2006-melbourne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

