<?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; .NET</title>
	<atom:link href="http://cubicthoughts.com/category/net/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>How to setup jQuery Intellisense in VS 2008</title>
		<link>http://cubicthoughts.com/2008/11/26/how-to-setup-jquery-intellisense-in-vs-2008/</link>
		<comments>http://cubicthoughts.com/2008/11/26/how-to-setup-jquery-intellisense-in-vs-2008/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 23:23:40 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[intellisense]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VS2008]]></category>

		<guid isPermaLink="false">http://cubicthoughts.com/?p=96</guid>
		<description><![CDATA[Title says it all. Refer to Scotts post here: http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx Written by Deepak Vasa - Visit Website]]></description>
			<content:encoded><![CDATA[<p>Title says it all. Refer to Scotts post here:</p>
<p><a title="How to setup JQuery Intellisense for VS 2008" href="http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx">http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx</a></p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2008/11/26/how-to-setup-jquery-intellisense-in-vs-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINQ to SQL &#8211; Not Dead</title>
		<link>http://cubicthoughts.com/2008/11/03/linq-to-sql-not-dead/</link>
		<comments>http://cubicthoughts.com/2008/11/03/linq-to-sql-not-dead/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 23:51:44 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[L2S]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Not Dead]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://cubicthoughts.com/?p=92</guid>
		<description><![CDATA[For those who are not aware, last week there has been some misunderstanding regarding the future of LINQ to SQL based on announcements made by MS at PDC. Well after reading a few blogs around the Blogosphere I have come accross the following posts which explain that there is future for L2S: Read Damien Guard&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>For those who are not aware, last week there has been some misunderstanding regarding the future of LINQ to SQL based on announcements made by MS at PDC. Well after reading a few blogs around the Blogosphere I have come accross the following posts which explain that there is future for L2S:</p>
<p>Read Damien Guard&#8217;s blog -&gt;<a title="Damien Guard" href="http://damieng.com/" target="_self">http://damieng.com/</a></p>
<p>Read Huagati&#8217;s Blog -&gt; <a title="Linq not dead" href="http://blog.huagati.com/res/index.php/2008/11/03/quiet-blog-gone-fishing-is-linq-to-sql-dead-etc/" target="_self">http://blog.huagati.com/res/index.php/2008/11/03/quiet-blog-gone-fishing-is-linq-to-sql-dead-etc/</a></p>
<p>Further I found this cool image supporing L2S <a title="Simon Segal" href="http://www.simonsegal.net/blog/" target="_self">here</a></p>
<div id="attachment_93" class="wp-caption alignnone" style="width: 203px"><a href="http://cubicthoughts.com/wp-content/uploads/2008/11/supportl2s.gif"><img class="size-medium wp-image-93" title="Support LINQ to SQL" src="http://cubicthoughts.com/wp-content/uploads/2008/11/supportl2s.gif" alt="Long live LINQ to SQL !!!" width="193" height="193" /></a><p class="wp-caption-text">Long live LINQ to SQL !!!</p></div>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2008/11/03/linq-to-sql-not-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINQ query to get all the column names in the DBML tables</title>
		<link>http://cubicthoughts.com/2008/10/31/linq-query-to-get-all-the-column-names-in-the-dbml-tables/</link>
		<comments>http://cubicthoughts.com/2008/10/31/linq-query-to-get-all-the-column-names-in-the-dbml-tables/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:51:00 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Column Names]]></category>
		<category><![CDATA[DBML]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Row Names]]></category>
		<category><![CDATA[Table Names]]></category>

		<guid isPermaLink="false">http://cubicthoughts.com/?p=90</guid>
		<description><![CDATA[// LINQ query to get all the column names for every Table var model = new AttributeMappingSource().GetModel(typeof(ReportDBMLClassesDataContext)); int i = 0; ArrayList lblList = new ArrayList(); foreach (var mt in model.GetTables()) { i++; Label lbl = new Label(); lbl.Text = mt.TableName.ToString(); lbl.ID = &#8220;lbl&#8221; + i; Panel1.Controls.Add(lbl); Panel1.Controls.Add(new LiteralControl(&#8220;&#60;br&#62;&#8221;)); int r = 0; foreach (var [...]]]></description>
			<content:encoded><![CDATA[<p>// LINQ query to get all the column names for every Table<br />
var model = new AttributeMappingSource().GetModel(typeof(ReportDBMLClassesDataContext));<br />
int i = 0;<br />
ArrayList lblList = new ArrayList();<br />
foreach (var mt in model.GetTables())<br />
{<br />
i++;<br />
Label lbl = new Label();<br />
lbl.Text = mt.TableName.ToString();<br />
lbl.ID = &#8220;lbl&#8221; + i;<br />
Panel1.Controls.Add(lbl);<br />
Panel1.Controls.Add(new LiteralControl(&#8220;&lt;br&gt;&#8221;));<br />
int r = 0;<br />
foreach (var dm in mt.RowType.DataMembers)<br />
{<br />
r++;<br />
Label rlbl = new Label();<br />
rlbl.Text = dm.MappedName.ToString();<br />
rlbl.ID = &#8220;rlbl&#8221; + i + &#8220;&#8221; + r;<br />
Panel1.Controls.Add(rlbl);<br />
Panel1.Controls.Add(new LiteralControl(&#8220;&lt;br&gt;&#8221;));<br />
}<br />
}</p>
Written by Deepak Vasa - <a href="http://www.cubicthoughts.com">Visit Website</a>]]></content:encoded>
			<wfw:commentRss>http://cubicthoughts.com/2008/10/31/linq-query-to-get-all-the-column-names-in-the-dbml-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Data Entities Web Application</title>
		<link>http://cubicthoughts.com/2008/08/25/dynamic-data-entities-web-application/</link>
		<comments>http://cubicthoughts.com/2008/08/25/dynamic-data-entities-web-application/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 04:54:23 +0000</pubDate>
		<dc:creator>Deepak Vasa</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[CRUD]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Dynamic Data Entities Web Application]]></category>
		<category><![CDATA[Entity Data Model]]></category>
		<category><![CDATA[missing search]]></category>
		<category><![CDATA[Model]]></category>

		<guid isPermaLink="false">http://cubicthoughts.com/?p=81</guid>
		<description><![CDATA[Today, I started playing with the new Visual Studio 2008 Service Pack 1. The download was massive (800mb) and installer wanted 4 gb free, so as a few people around the web have been saying it is almost like a new release (read Visual Studio 2009). Any ways, coming back to the Dynamic Data Entities, [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I started playing with the new Visual Studio 2008 Service Pack 1. The download was massive (800mb) and installer wanted 4 gb free, so as a few people around the web have been saying it is almost like a new release (read Visual Studio 2009).</p>
<p>Any ways, coming back to the Dynamic Data Entities, I first saw a glimpse of this feature in Sql Sever 2008 presentation (read my prev. post), and was thinking this is cool, so gave it a go&#8230;It was simple in VS 2008 with SP1 you basically go to File &gt; New &gt; and chose &#8216;Dynamic Data Entities WebApplication&#8217; project; VS gives us the usual web application template along with a new folder called &#8220;DynamicData&#8221; and this folder contains all the files required to generate dynamic data drive web application. Next click on Add New &gt; ADO.NET Entity Data Model and follow the steps in the wizard. At the end of this step you will have a simple Entity model of the various table from the SQL Server.</p>
<p>With the entity model in place all we have to do now is edit the Global.asax file and read the instructions which are in the comments. I have put in the name of my model and chose true for ScaffoldAllTables.</p>
<blockquote><p>model.RegisterContext(typeof(MyEntities), new ContextConfiguration() { ScaffoldAllTables = true });</p></blockquote>
<p>With that step done&#8230;did the build and lo..and behold you get this simple interface which lists all the tables in the model and gives the user the ability to page thru the data in each table by rendering the data in Grid View and gives the options to perform CRUD (Create/Read/Update/Delete) operations. The cool thing is till now I haven&#8217;t done any code except for editing the above one line.</p>
<p><strong>Search Feature</strong></p>
<p>This is one thing that is currently missing in the entity driven web app. Currently I am investigating how I can implement this feature. If any of you know how, 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/2008/08/25/dynamic-data-entities-web-application/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>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>

