Error!
Success!

By tag: Number

showing:  of
0
kicks

Calculating prime numbers with LINQ in C#  (Unpublished)

It is a beautiful proof of the power and expressiveness of LINQ. The query expression states that from each value i in the Enumerable.Range(2, max - 1) where all elements of the range Enumerable.Range(2, i – 2) satisfy the condition All(j => i % j != 0), we select i.


Kicked By:
Drop Kicked By:
0
kicks

Screencast: a FieldPackEditor is not just for dates and times  (Unpublished)

How the FieldPackEditor component, usually serving as a DateTimePicker replacement, can also be used to build rich rule-based field editors.


Kicked By:
Drop Kicked By:
0
kicks

Choose a standard number format  (Unpublished)

The problem begins when your web application is set to automatically resolve the culture through the browser. It is by default. All these different cultures have different ways to look at numbers and decimals and that’s all built directly into the .NET Framework.


Kicked By:
Drop Kicked By: