How to use Javascript as OOPS for beginner [Tip/Trick]
Posted: 22 Nov 2010
Updated: 22 Nov 2010
Rating: 4.71/5
Votes: 7
Popularity: 3.94
Licence: The Code Project Open License (CPOL)
Bookmarked: 6
Downloaded: 0
Javascript
Diff two lists [Tip/Trick]
Posted: 21 Dec 2010
Updated: 21 Dec 2010
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 0
Downloaded: 0
I also updated the one easy way to remove duplicate element from two liststatic List removeDuplicates(List la){ Dictionary uniqueStore = new Dictionary(); List finalList = new List(); foreach (string currValue in...
Getting Your Physical Application Path in Window Azure [Tip/Trick]
Posted: 2 Dec 2010
Updated: 19 Dec 2010
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 1
Downloaded: 0
cloud
How to call WCF service using simple JavaScript [Tip/Trick]
Posted: 23 Dec 2010
Updated: 24 Dec 2010
Rating: 4.00/5
Votes: 5
Popularity: 2.80
Licence: The Code Project Open License (CPOL)
Bookmarked: 7
Downloaded: 0
WCF service
How to set the connection string in your LINQ dbml file dynamically based on web.config [Tip/Trick]
Posted: 2 May 2011
Updated: 2 May 2011
Rating: 3.67/5
Votes: 3
Popularity: 1.43
Licence: The Code Project Open License (CPOL)
Bookmarked: 5
Downloaded: 0
How to set the connection string in your LINQ dbml file dynamically based on web.config
How to find current location based on the IP-address using JavaScript [Tip/Trick]
Posted: 5 May 2011
Updated: 6 May 2011
Rating: 4.75/5
Votes: 17
Popularity: 5.82
Licence: The Code Project Open License (CPOL)
Bookmarked: 6
Downloaded: 0
Sending an executable file via Outlook [Tip/Trick]
Posted: 23 Dec 2010
Updated: 24 Dec 2010
Rating: 1.00/5
Votes: 1
Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
One more thing... You can try to send executable file by remaining extension to .doc. I don't know why this will not be blocked by Outlook. But you can try it for any EXE to convert extension to .doc.