Click here to Skip to main content
15,887,746 members

Articles by Mohammad Mir mostafa (Articles: 2, Tip/Tricks: 2)

Articles: 2, Tip/Tricks: 2

RSS Feed

Average article rating: 2.95

Programming Languages
C#
7 Oct 2006   Updated: 7 Oct 2006   Rating: 2.43/5    Votes: 19   Popularity: 3.11
Licence: CPOL    Views: 25,193     Bookmarked: 11   Downloaded: 761
Please Sign up or sign in to vote.
A Sample Component to Control Some of DialogBoxes
C# 4.0
3 Feb 2007   Updated: 25 Apr 2011   Rating: 3.47/5    Votes: 25   Popularity: 4.85
Licence: CPOL    Views: 98,800     Bookmarked: 31   Downloaded: 8,162
Please Sign up or sign in to vote.
A structure like System.DateTime which is designed to support Persian calendar

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.60

C#
31 May 2011   Updated: 31 May 2011   Rating: 3.60/5    Votes: 5   Popularity: 2.52
Licence: CPOL    Views: 8,990     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Another good idea is to return the list as enumerable using:return m_privateCollection.AsEnumerable();Now what are the differences?AsReadOnly() creates a completely new collection of list. Depending on the count of items and where the resource is, this may take a long...
6 Jun 2011   Updated: 6 Jun 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,450     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
public static bool IsInString(this char c, string range){ return range.Contains(c.ToString());}public static bool IsInteger(this string text){ int num; return int.TryParse(text, out num);}public static bool IsNullOrEmpty(this string str){ return...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect Iran
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.