Accent Insensitive search in sql server + COLLATE SQL_Latin1_General_CP1_CI_AI

We were facing a problem in searcing the exact data from Microsoft sql server 2005 database, Our database is containng foreign language characters ,çéèêëñòóôõöàáâãäåìíîïùúûüŵŷýÿ as you can see in following data, I was wondering how we can solve this problem, I tried to search it on the google and posted this in some forums. The Coleg Sir Gâr   [...]

I want to add / share my post to social networks + wordpress

If you run your blog site using WordPress Content Management System (CMS) and you want to give your readers facility to add or share their/your post to other social networks then you need to add a Plugin. I am using Sociabel plugin with WordPress version 2.5.1. I am using default theme of WordPress. When I [...]

Fill Array List with All properties of a class

Following Method/function will return list of class properties in an array list. PropertyInfo class is is used to get the properties of the object passed to the method parameter. You may need to add System.Refelection directive in your page. I am using this in my web development. Microsoft c-sharp , .net, .aspx private ArrayList getPropertis(object [...]