To programmatically start and stop a service that your application interacts with, you need to use the System.ServiceProcess.ServiceController class. ServiceController […]
Updated on Kisan Patel
To convert a value in degrees to radians, multiply it by math.PI/180: public static double ConvertDegreesToRadians (double degrees) { return […]
Updated on Kisan Patel
To convert a number to its equivalent string representation in a specified base, you need to use Convert.ToString method as […]
Updated on Kisan Patel
To convert a number in another base to base10, you need to use the static Convert.ToInt32 method as shown in […]
Updated on Kisan Patel
Use the static TryParse method of any of the numeric types. For example, to determine whether a string contains a […]
Updated on Kisan Patel
First of all You need to know which namespace or Reference is for DataAnnotation validation in MVC : using System.ComponentModel.DataAnnotations; […]
Updated on Kisan Patel
To round any number to its nearest whole number, you need to use static Math.Round method as shown in below […]
Updated on Kisan Patel
To find the integer portion of a decimal or double number, you need to use System.Math.Truncate(Decimal or Double value) method […]
Updated on Kisan Patel
All Hardware requirements 1.6 GHZ or More Minimum 1GB RAM (If You are using virtual machine then 1.5 GB ) […]
Updated on Kisan Patel