SQLDataReader Code Generator

Here is a  SqlDataReader Code Generator that can save you a hours of programming time. The name of the tool is Ideal Tools Organizer, and it contains a very powerful built in tool called SQL to Grid. You can download the SqlDataReader Code Generator tool now by clicking on Ideal Tools Organizer. SQLDataReader Code Generator: Overview of SQL to Grid The purpose of the SQL To Grid Tool is to allow one to quickly generate the VB.NET or C-Sharp... [Read More...]

Price Comparison of .NET Code Generators

Here is a  Price Comparison of .NET Code Generators. In order to compare these .net code generators, I installed all of the windows based applications on my machine to see how each one worked. In my opinion, the “hands-down” winner is Agile Platform, but it is expensive. There is a free trial version that is a must-see if you want to know what the best looks like. It seems like all of the .net code generators I reviewed are lacking... [Read More...]

VB.NET Array Reverse Example – Code Sample Syntax

VB.NET ArrayReverse Example – Code Sample Syntax Abstract: – Illustrates using VB.NET ArrayReverse Code Example. View Other VB.NET Source Code Examples      *** 1. Download Source Code ***   Download Source Code for All VB Console Examples in One Project    *** 2. ArrayReverse Syntax ***  Purpose: Reverses the order of elements in an array Syntax: arrayname.Reverse ... [Read More...]

VB.NET Array: One Dimensional Example – Code Sample Syntax

VB.NET ArrayOneDimensional Example – Code Sample Syntax Abstract: – Illustrates using VB.NET ArrayOneDimensional Code Example. View Other VB.NET Source Code Examples      *** 1. Download Source Code ***   Download Source Code for All VB Console Examples in One Project    *** 2. ArrayOneDimensional Syntax ***  Purpose: Creates one dimensional array Syntax: arrayname(upperbound)... [Read More...]

VB.NET ASPNET Type Conversion Function Examples

VB.NET ASPNET Type Conversion Function Examples Purpose: – Illustrates Type Conversion Function Examples for VB.NET ASPNET Applications. View Other VB.NET ASPNET Source Code Examples » VB.NET ASPNET Type Conversion Function Examples Type Type Conversion Functions Input Expression Result CBool(expression) Char, Numeric, or String BooleanDataType CByte(expression) 0 to 255 unsigned (gets rounded) Byte Data Type CChar(expression) Char... [Read More...]

VB.NET ASPNET Math Function Examples

VB.NET ASPNET Math Function Examples Purpose: – Illustrates Math Function Examples for VB.NET ASPNET Applications. View Other VB.NET ASPNET Source Code Examples » VB.NET ASPNET Math Function Examples Math Functions Input Expression & Purpose Result Abs(expression) Decimal, Double, Int16, Int32, Int64, SByte, Single – absolute value is returned DataTypeofInput Acos(double) Double – takes a cosine as double... [Read More...]

Truncate Example Syntax VB.NET ASP.NET | Truncate | Source Code

Truncate Example Syntax VB.NET ASP.NET | Truncate | Source Code Summary: – Illustrates using Truncate with Source Code Syntax Example in VB.NET ASP.NET. View Other VB.NET ASP.NET Source Code Examples Purpose: takes a decimal or double as input parameter1 and returns the number truncated without the fractional decimals. Syntax: 1. Truncate(decimal) 2. Truncate(double) Parameters Description Parameter1 Result Data... [Read More...]

Tanh Example Syntax VB.NET ASP.NET | Tanh | Source Code

Tanh Example Syntax VB.NET ASP.NET | Tanh | Source Code Summary: – Illustrates using Tanh with Source Code Syntax Example in VB.NET ASP.NET. View Other VB.NET ASP.NET Source Code Examples Purpose: converts an angle measured in radians to a hyperbolic tangent. (you can convert the radians to degrees by multiplying them by Math.PI/180) Syntax: Tanh(doublenumber) Parameters Description doublenumber double percision floating... [Read More...]

Tan Example Syntax VB.NET ASP.NET | Tan | Source Code

Tan Example Syntax VB.NET ASP.NET | Tan | Source Code Summary: – Illustrates using Tan with Source Code Syntax Example in VB.NET ASP.NET. View Other VB.NET ASP.NET Source Code Examples Purpose: converts an angle measured in radians to a tangent. (you can convert the radians to degrees by multiplying them by Math.PI/180) Syntax: Tan(doublenumber) Parameters Description doublenumber double percision floating point number... [Read More...]

Sqrt Example Syntax VB.NET ASP.NET | Sqrt | Source Code

Sqrt Example Syntax VB.NET ASP.NET | Sqrt | Source Code Summary: – Illustrates using Sqrt with Source Code Syntax Example in VB.NET ASP.NET. View Other VB.NET ASP.NET Source Code Examples Purpose: takes number as a double data type and returns the square root as a double data type. Syntax: Sqrt(doublenumber) Parameters Description doublenumber double percision floating point number that you want to find the square root Result... [Read More...]

Sinh Example Syntax VB.NET ASP.NET | Sinh | Source Code

Sinh Example Syntax VB.NET ASP.NET | Sinh | Source Code Summary: – Illustrates using Sinh with Source Code Syntax Example in VB.NET ASP.NET. View Other VB.NET ASP.NET Source Code Examples Purpose: takes an angle specified in radians (to convert degrees to radians multiply degrees by 180/Math.PI) and returns the hyperbolic sine for the angle as a double data type. Syntax: Sinh(doublenumber) Parameters Description doublenumber double... [Read More...]

Next Page »