
Search In
In SQL Server there are situations when you need to import assemblies to perform a specific task
For doing that you need to write the path where assembly is present and provide the permissions to the assembly and associating with the particular use
Program to sort elements in Ascending Order using Selection Sort in C language
Selection Sorting
Definition:- It compare the array of number with the rest of number in the array list & takes the selected to the top of the list & again compa
Hello Reader's if you need to make validation of credit GivenCard using PHP then is blog will be helpful to you.
This is only making the validation on user side you should better use seconder validation on payment gate way also.
So the code liberay f
Inheritance
When one class acquires the functionality of some other class, it is called inheritance. i.e reusing the same properties and functions. The class which is inherited is known as the super class and the class which inherits the properties
Objects in c#
Object can store any kind of value because object is a base class of all the classes in .net framework.
Employee obj=new Employee();
Object is not type safe
Object can be initialize with null
Object type can be passed as method
string is an alias in C# for System.String. Hence internally, there is no difference. It's like int vs. System.Int32. Even though both are same it's generally recommended to use string any time you're referring to an object.
e.g. string place = "te
These are the following Data Type Conversion in c#
Implicit conversion
Explicit Conversions
Difference between Parse() and TryParse()
Implicit conversion is done by the compiler:
1.When there is no loss of information if the conversion is done
Hello Guys/Gals,
I went to a 4 day C programming course in which I learned using windows. Now I'm using Xcode on my own MAC. I'm trying to practice some of the things I learned but having some small issues with Xcode. I wrote this C program to prom
In C programming you can use the keyword typedef to define a reserve word once again according to you .
The C programming language provides a keyword called typedef, which is used to give a type, a new name.
typedef unsig
Each IP address have subnet mask which contains the boundaries for that address and associate it with the particular class .
The Subnet mask is changed accordingly to reflect subnetting. Given below is a list of all possible combinat
