Click here to Skip to main content
15,892,517 members

Articles by Rami Shareef (Tip/Tricks: 2)

Tip/Tricks: 2

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 2.83

Programming Languages
C#
5 Apr 2010   Updated: 5 Apr 2010   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 43,040     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes you need the Linq query result as datatable (I need it today)Use this: public DataTable ToDataTable(System.Data.Linq.DataContext ctx, object query) { if (query == null) { throw new ArgumentNullException("query"); ...
6 May 2010   Updated: 6 May 2010   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,450     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In order to copy an object to a new one and avoiding assigning every member to it equivalent value, you can use this to loop dynamically over every property inside the object and return the value in order to assign it to the new instance public static Employee CopyEmployee(Employee...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer KATAKIT
Syrian Arab Republic Syrian Arab Republic
I never done anything before