weather application c#

Bhaumik Patel 8:28 PM
weather application metro style application Config .Net 4.0 WPF xml parsing Screenshot : Download HereRead More
weather application c# weather application c# Reviewed by Bhaumik Patel on 8:28 PM Rating: 5

Get Internet Connected State c#

Bhaumik Patel 4:02 AM
Internet Connected State c# [DllImport("wininet.dll")] private extern static bool InternetGetConnectedState(out int Des...Read More
Get Internet Connected State c# Get Internet Connected State c# Reviewed by Bhaumik Patel on 4:02 AM Rating: 5
textbox numeric validation c# textbox numeric validation c# Reviewed by Bhaumik Patel on 3:58 AM Rating: 5

linq EqualAll

Bhaumik Patel 3:55 AM
linq EqualAll public static void EqualAll() { var wordsA = new string[] { "cherry", "apple", &quo...Read More
linq EqualAll linq EqualAll Reviewed by Bhaumik Patel on 3:55 AM Rating: 5

linq Concat

Bhaumik Patel 3:52 AM
linq Concat public static void Concat() { int[] numbersA = { 0, 2, 4, 5, 6, 8, 9 }; int[] numbersB = { 1, 3...Read More
linq Concat linq Concat Reviewed by Bhaumik Patel on 3:52 AM Rating: 5

WPF MaskedTextBox

Bhaumik Patel 12:21 AM
MaskedTextBox First Adding Reference to WPF Toolkit Extended Assembly The MaskedTextBox control lets you display and edit values bas...Read More
WPF MaskedTextBox WPF MaskedTextBox Reviewed by Bhaumik Patel on 12:21 AM Rating: 5

WPF DecimalUpDown

Bhaumik Patel 12:09 AM
DecimalUpDown First Adding Reference to WPF Toolkit Extended Assembly Usage When using the DecimalUpDown in data binding scenar...Read More
WPF DecimalUpDown WPF DecimalUpDown Reviewed by Bhaumik Patel on 12:09 AM Rating: 5

WPF DateTimeUpDown

Bhaumik Patel 12:01 AM
DateTimeUpDown First Adding Reference to WPF Toolkit Extended Assembly Usage <wpfx:DateTimeUpDown Format="FullDateTime"  ...Read More
WPF DateTimeUpDown WPF DateTimeUpDown Reviewed by Bhaumik Patel on 12:01 AM Rating: 5

linq Immediate Execution

Bhaumik Patel 4:29 AM
The following sample shows how queries can be executed immediately with operators such as ToList(). public static void Immediate_Execution...Read More
linq Immediate Execution linq Immediate Execution Reviewed by Bhaumik Patel on 4:29 AM Rating: 5

linq Deferred Execution

Bhaumik Patel 4:23 AM
The following sample shows how query execution is deferred until the query is enumerated at a foreach statement. public static void Deferr...Read More
linq Deferred Execution linq Deferred Execution Reviewed by Bhaumik Patel on 4:23 AM Rating: 5

linq ElementAt

Bhaumik Patel 4:19 AM
This sample uses ElementAt to retrieve the second number greater than 5 from an array. public static void ElementAt()         {           ...Read More
linq ElementAt linq ElementAt Reviewed by Bhaumik Patel on 4:19 AM Rating: 5

linq First Condition

Bhaumik Patel 4:16 AM
This sample uses First to find the first element in the array that starts with 't'. public static void First_Condition()         {...Read More
linq First Condition linq First Condition Reviewed by Bhaumik Patel on 4:16 AM Rating: 5

linq Repeat

Bhaumik Patel 4:10 AM
linq Repeat This sample uses Repeat to generate a sequence that contains the number 8 ten times. public static void Repeat()         {   ...Read More
linq Repeat linq Repeat Reviewed by Bhaumik Patel on 4:10 AM Rating: 5

WPF DateTimePicker

Bhaumik Patel 3:02 AM
DateTimePicker First Adding Reference to WPF Toolkit Extended Assembly <wpfx:DateTimePicker HorizontalAlignment="Left" Mar...Read More
WPF DateTimePicker WPF DateTimePicker Reviewed by Bhaumik Patel on 3:02 AM Rating: 5