Resources No resource found - Complex Class in System.Numerics namespace (Framework 4.0)Mar 19, 2010. In this article I will explain you about, how to manipulate Complex numbers by using pretty much cool feature introduced in .net framework 4.0 with System.Numerics namespace.
- Convert Numeric Value Into Words (Currency) In C#Mar 12, 2017. Convert Numeric Value Into Words (Currency) In C#.
- Numeric Types And Operation In Swift Programming LanguageJul 17, 2016. In this article you will learn about Numeric Types and Operation in Swift Programming Language.
- Throwing an Invalid Cast Exception?... Look Out for UnboxingJan 02, 2016. In this you will learn about an error that can occur in what would normally be a straightforward numeric conversion.
- Jump Start With Python - Part 5 (Numbers)Dec 29, 2015. This article explains how to get started with programming in Python. This is part 5 of the series focusing on numeric data types in Python.
- How to Use NumericUpDown Control Of Ajax In ASP.NET Using C#Oct 14, 2015. In this article we will learn about how to use NumericUpDown control of Ajax in ASP.NET using C#.
- Numeric Field Validation in SSRSJul 24, 2015. In this article we will learn how to validate a numeric parameter value. In the previous article you saw how to validate a date parameter SSRS parameter validation using custom code.
- Parallel Sorting, Exact Numeric Operations and Stamped Lock in Java 8Jan 16, 2015. This article describes some of the new features of Java 8
- How to Limit the User to Typing Only Numeric Values in a TextBox Using JavaScriptDec 17, 2014. In this article I will demonstrate how to limit the user to typing only numeric values in a TextBox with the help of JavaScript.
- Get a Character, Numeric or Special Character String Value in SQL ServerNov 12, 2014. In this article you will learn how to get a character, numeric or special character string value in SQL server.
- Percent ("P" or "p") Numeric Format Specifier in LightSwitch 2012Nov 07, 2013. This article describes how to use the Percent (P or p) Numeric Format Specifier in LightSwitch Visual Studio 2012. This format specifier multiplies a number by 100 and converts it into a string with by a percentage symbol. The precision specifier indicates the desired number of decimal places.
- Numeric Format Specifier in LightSwitch 2012Nov 06, 2013. This article describes how to use thje Numeric Format Specifier in LightSwitch Visual Studio 2012.
- Standard Numeric Format Strings in LightSwitch 2012Oct 22, 2013. This article describes how to use Standard Numeric Format Strings in LightSwitch Visual Studio 2012.
- SQL Server Functions and Oracle EquivalentMay 04, 2013. This article looks at SQL Server string, numeric and date functions and their Oracle equivalents.
- Deference Between Is Numeric and Is Object Function in PHPApr 12, 2013. In this article I explain the Is Numeric and Is Object functions in PHP.
- Set Numeric Lock On in Windows 8Nov 29, 2012. In this article I will show how you can keep the NumLock on always when your Windows 8 system starts.
- LED Control Emulation in VB.NETNov 09, 2012. This project describes an approach for constructing a hardware emulation of a segmented seven element LED display. This is the same sort of numeric LED used in microwave ovens, cheap alarm clocks, and even in some not so cheap aircraft. It is most commonly used to display things such as the time, radio frequencies, how much money you have deposited into the soda machine, or just how much it is going to cost to fill up the gas tank.
- Converting Numeric Dollar Values to Text in VB.NETNov 08, 2012. The article describes an easy approach to converting a numeric dollar value into its text equivalent; the primary purpose for such a mechanism would be to express the amount displayed on a check as a string within the ‘Amount’ section typical to most checks.
- Complex Class in .NETOct 27, 2012. Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
- Standard Numeric Format String In C#Oct 22, 2012. In this article I will explain standard numeric format specifiers and how to use them.
- Fixed-Point ("F") Format Specifier In C#Oct 19, 2012. In this article I will explain how to use the fixed point format specifier using C#
- Percent ("P") Format Specifier In C#Oct 19, 2012. In this article I will explain how to use the Percent format specifier using C#
- Numeric ("N") Format Specifier In C#Oct 18, 2012. In this article I will explain how to use a numeric format specifier in C#.
- Mathematical Numeric Functions in SQL Server 2012Oct 04, 2012. Here, you will see how to use mathematical numeric functions in SQL Server, including how to round values.
- Rounding Mode of Numeric in JavaApr 17, 2012. In this article we are going to describe a special behavior of numerical operations capable of discarding precision.
- InputScope For TextBox in Windows Phone 7Feb 20, 2012. Simply speaking, InputScope is an attribute that can be applied to a TextBox control to change the default SIP layout (i.e when user enters text into a TextBox).
- Create a Simple NumericTextBox Control in Windows Phone 7Jan 18, 2012. In this article we are going to explore the controls inside Windows Phone 7 who are named NumericTextBox control.
- Create an alpha-numeric textbox using jQueryNov 28, 2011. In this article we will discuss how to create and use an alpha-numeric textbox using jQuery.
- Numeric Textbox-Custom ControlOct 14, 2011. Here we will see a Numeric Textbox Custom Control which accept only numeric input.
- NumericUpDown in C#Jun 22, 2010. A NumericUpDown control allows users to provide a spin (up/down) interface to move through pre-defined numbers using up and down arrows. In this tutorial, we will see how to create a NumericUpDown control at design-time as well as at run-time.
- RIA Services in Silverlight 4 Using VS 2010 BetaFeb 19, 2010. In this article we will see how we can filter a Textbox on Keyboard inputs. We will see how we can block Numeric input from Keyboard.
- CustomWebControlsLibMay 22, 2009. This library contain four custom controls each control has the validations for required and character type
- Creating ASP.Net Server Control Nov 24, 2008. This article provides a step by step guide for creating server controls in ASP.Net.
- Integrate image scanning within a C# application: Part VINov 07, 2008. In this tutorial, I will show a very simple trick of how to integrate the functionality of scanning your documentation with a numeric scanner in your C# application.
- Functions in SQL Server 2005Aug 07, 2008. In this article I am going to explain about some SQL Server 2005 functions with examples. Here are going to discuss about some string functions, numeric functions and date/time functions.
- Functional Programming with C#: Dynamic List GenerationJan 27, 2008. This article covers how to use functions as the basis for generating lists given some initial seed values. This technique is useful for constructing different types of numeric series, calculating growth and decay, and also useful for searching algorithms.
- Numeric TextBox for ASP.NETDec 06, 2005. An article on how to allow users to enter only numbers in a TextBox.
- Evolving Numeric Series using Genetic Algorithms in C#Jul 27, 2004. If you ever browsed around the book store, you'll notice these puzzle books or IQ test books and some of the books contain questions asking you to complete a series of numbers.