Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

To import assemblies in SQL

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

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

How to make validation for credit card using PHP

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

Why multiple inheritance is not possible in JAVA?

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

Difference between Object Dynamic and Var in C#

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

  • 207
C# : What's the difference between String and string.txt ?

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

Datatype conversions in c#

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

C issues with Xcode.

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

TypeDef in C

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

  • 109
IPv4 - Subnetting

  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

  • 2.01k
1 41 320
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: