Click here to Skip to main content
15,886,732 members

Comments by Member 8937732 (Top 7 by date)

Member 8937732 7-May-12 12:46pm View    
Thanks a lot its done... u r champ ...
Member 8937732 7-May-12 10:52am View    
in o/p
a5 http:\\localhost\a1.aspx
http:\\localhost\a2.aspx
Member 8937732 7-May-12 10:48am View    
Sample Input data

http:\\localhost\a1.aspx a1
a4
a5
http:\\localhost\a2.aspx a1
a5
http:\\localhost\a3.aspx a4

Would be transform to Final o/p

a1 http:\\localhost\a1.aspx
http:\\localhost\a2.aspx

a4 http:\\localhost\a1.aspx
http:\\localhost\a3.aspx

a5 http:\\localhost\a2.aspx


Input object

Dictionary<uri, string[]=""> d1 = new Dictionary<uri, string[]="">();

Output Object

Dictionary<string, uri[]=""> d2 = new Dictionary<string, uri[]="">();
Member 8937732 7-May-12 8:48am View    
@CPillani.. ur code working cool thanks

If the input,o/p type changed as follows.. please update ur code ..

i/p = Dictionary<uri,string[]> d1 = new Dictionary<uri,>();

o/p = Dictionary<string[],Uri> socialTermUriNew = new Dictionary<string[],>();
Member 8937732 7-May-12 8:31am View    
Deleted
@CPillani.. ur code working cool thanks
If the input,o/p type changed as follows.. please update ur code ..

i/p = Dictionary<uri, string[]=""> d1 = new Dictionary<uri, string[]="">();
o/p = Dictionary<string[], uri=""> socialTermUriNew = new Dictionary<string[], uri="">();