vs2010

20 05 2009

Microsoft released 2010 beta 1

http://blogs.msdn.com/jasonz/default.aspx





how to get distinct values particular column database

15 05 2009

hi

this is post is used people who want to get the distinct values of particulare column like this

sno sname qualification

1     kiran       mca

2  kick            mba

3   kiran        b.tech

now i want to only like this

1 kiran mca

2 kick mba

query is

select min(sno) as id,sname,max(qua) from kiran group by sname





C# Anonymous Types

14 05 2009

http://bellouti.wordpress.com/2008/01/20/c-30-anonymous-types/

We only use Anaonymouse types in local variables we are not use in function return types and function parameters





what is database mirroring???

8 05 2009

http://msdn.microsoft.com/en-us/library/ms177412.aspx

http://msdn.microsoft.com/en-us/library/cc966458.aspx

http://technet.microsoft.com/en-us/library/ms189852.aspx