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

Search In

Custom exception objects in .Net

Hello All, In this blog I'll explain the Custom exception objects in .Net. Basically .net framework contains the all kind of exception which are sufficient in most cases. But in some times we can define custom exceptions in your own applications. T

How to access static variables in PHP and How to access static variables in Java

Hello reader's lets continue with static variable, today we will discuss about "how to access static variables in PHP and Java". PHP is usually changing as a Object Oriented language. As being a java coder and PHP coder. Java and PHP possesses com

Traits in PHP?

Traits in php are the mechanism for reusing the code in a single inheritance. Trait is as similar as a class, but only focus to group functionality in a consistent way to fine grained. We can not instantiate a Trait . It is for reducing some

SQL : How to reset identity seed after deletion of records in SQL server ?

By using the seed value for every new record Microsoft SQL Server's identity column generates sequential values. In this post we will learn how to reseed an identity column. Following is the command to reset the identity property : DBCC CHECKIDEN

The difference between == and === in jQuery/Javascript?

double (==) : This operator is used for checking equality, no strict comparison is done i.e this operator first converts the values to specific type then comparison is done and this conversion is done by the javascript i

Block coding

Block Coding   To ensure accuracy of the received data frame redundant bits are used. For example, in even-parity, one parity bit is added to make the count of 1s in the frame even.   This way the original number of bits is increased. I

  • 275
Exceptions in Ruby

Exception is a unexpected output during execution of code in programing language. Due to exception execution of program stops.In Ruby, Exceptions are basically used to handle different type of errors, which may raise during execution of program and w

Input and Output in C

In C programming we take input and print result based on that or whatever we want to .   For doing input or output process C library has provided functions for doing it.   Standard File File Pointer Device Standa

SLIM and basic implementation using SWAGGER Editor

Slim is a micro framework in PHP which is used to write powerful web applications and APIs. Slim is a simple framework that care for core necessities of a web application, receiving the HTTP request, dispatch the appropriate code and return the HTT

C# : Understanding pass by reference and pass by value

Below is the program to demonstrate various method calling conventions followed in C: using System; class Program{ public static void Main(){ // ========================= PART I ======================================================= int n1 =

1 130 160
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: