<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Bala Singam</title>
	<link>http://balasingam.com</link>
	<description>Just another developer</description>
	<lastBuildDate>Mon, 15 Feb 2010 01:20:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ASP.NET MVC twitter/myspace URL style routing</title>
		<description><![CDATA[Disclaimer : This tutorial is meant for beginners and for anyone who find it useful. The main purpose of this post to keep everything i find useful for future reference for myself and for others.


With ASP.Net MVC url routing feature its also desirable to have twitter/myspace url style routing for your application. Its also give [...]]]></description>
		<link>http://balasingam.com/aspnet-mvc/asp-net-mvc-twittermyspace-url-style-routing</link>
			</item>
	<item>
		<title>Online Java Compiler</title>
		<description><![CDATA[If you quickly compile a simple java program and you do not have the compiler in your machine there is online java compiler to compile your simple java program.
Online Java Compiler

  addthis_url    = 'http%3A%2F%2Fbalasingam.com%2Fjava%2Fonline-java-compiler';
  addthis_title  = 'Online+Java+Compiler';
  addthis_pub    = 'balasingam';

]]></description>
		<link>http://balasingam.com/java/online-java-compiler</link>
			</item>
	<item>
		<title>Get list of view that uses certain column name</title>
		<description><![CDATA[Disclaimer : This tutorial is meant for beginners and for anyone who find it useful. The main purpose of this post to keep everything i find useful for future reference for myself and for others.
I was looking a query that tell me a list of view using certain view from a table, and found the [...]]]></description>
		<link>http://balasingam.com/sql-server/get-list-of-view-that-uses-certain-column-name</link>
			</item>
	<item>
		<title>How to shrink db log file</title>
		<description><![CDATA[I got this code snippet from my collegue , hope this can be helpful for others too


declare @dbname nvarchar(255)
set @dbname = &#039;databasename&#039;
backup log @dbname with truncate_only
DBCC SHRINKDATABASE (@dbname, 0)






  addthis_url    = 'http%3A%2F%2Fbalasingam.com%2Fsql-server%2Fhow-to-shrink-db-log-file';
  addthis_title  = 'How+to+shrink+db+log+file';
  addthis_pub    = 'balasingam';

]]></description>
		<link>http://balasingam.com/sql-server/how-to-shrink-db-log-file</link>
			</item>
	<item>
		<title>Update top N record in SQL Server</title>
		<description><![CDATA[Disclaimer : This tutorial is meant for beginners and for anyone who find it useful. The main purpose of this post to keep everything i find useful for future reference for myself and for others.
SQL statement to update top N records 

update daily_sales
set is_calc=&#039;Y&#039;
from daily_sales
inner join (select top 100 * from daily_sales where product_category=&#039;CA&#039;) a
on [...]]]></description>
		<link>http://balasingam.com/sql-server/update-top-n-record-in-sql-server</link>
			</item>
	<item>
		<title>SQL &#8211; delete from join</title>
		<description><![CDATA[Disclaimer : This tutorial is meant for beginners and for anyone who find it useful. The main purpose of this post to keep everything i find useful for future reference for myself and for others.
Simple statement to delete record a table with condition from other related table.


delete prod
from excp_amended_daily_sales_deposits prod
inner join excp_amended_daily_sales ds
on ds.id=prod.id
where  [...]]]></description>
		<link>http://balasingam.com/sql-server/sql-delete-from-join</link>
			</item>
	<item>
		<title>SQL to check SQL Server version</title>
		<description><![CDATA[Disclaimer : This tutorial is meant for beginners and for anyone who find it useful. The main purpose of this post to keep everything i find useful for future reference for myself and for others.


SELECT  SERVERPROPERTY(&#039;productversion&#039;),
            SERVERPROPERTY (&#039;productlevel&#039;),
      [...]]]></description>
		<link>http://balasingam.com/aspnet/sql-to-check-sql-server-version</link>
			</item>
	<item>
		<title>Another developer video &#8211; If programmers have make a plane</title>
		<description><![CDATA[If programmers have make a plane &#8211; nice video

http://www.youtube.com/watch?v=UZq4sZz56qM



  addthis_url    = 'http%3A%2F%2Fbalasingam.com%2Fvideo%2Fanother-developer-video-if-programmers-have-make-a-plane';
  addthis_title  = 'Another+developer+video+%26%238211%3B+If+programmers+have+make+a+plane';
  addthis_pub    = 'balasingam';

]]></description>
		<link>http://balasingam.com/video/another-developer-video-if-programmers-have-make-a-plane</link>
			</item>
	<item>
		<title>A song for programmer by programmer</title>
		<description><![CDATA[Programmers in pain everywhere !

http://www.youtube.com/watch?v=fVc_VPMsj7A



  addthis_url    = 'http%3A%2F%2Fbalasingam.com%2Fvideo%2Fa-song-for-programmer-by-programmer';
  addthis_title  = 'A+song+for+programmer+by+programmer';
  addthis_pub    = 'balasingam';

]]></description>
		<link>http://balasingam.com/video/a-song-for-programmer-by-programmer</link>
			</item>
	<item>
		<title>World Cup 94 Best Goals Compilation</title>
		<description><![CDATA[World Cup 94 is one of best moment in my life. Its the first world cup i watched on tv. Here is video on some of best goals from USA 94. 

http://www.youtube.com/watch?v=gAyjYKwDZxU



  addthis_url    = 'http%3A%2F%2Fbalasingam.com%2Fvideo%2Fworld-cup-94-best-goals-compilation';
  addthis_title  = 'World+Cup+94+Best+Goals+Compilation';
  addthis_pub    = 'balasingam';

]]></description>
		<link>http://balasingam.com/video/world-cup-94-best-goals-compilation</link>
			</item>
</channel>
</rss>
