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

Search In

How to add, update and delete the records into the database using linq

UserEntities objUserEntities= new UserEntities();/*Create object of user entity /* Add records into the database */ public void AddUser(User objUser) { objUserEntities.AddToUsers(objUser); /*Linq has its own function to insert th

Types of Regression Testing

Regression Testing Re-executing the old test cases across multiple releases or built to make sure that changes or bug fixes has not affected the existing functionalities is known as regression testing. Whenever some code changes or bug fixes done b

Bug Life Cycle and its States

Bug Life cycle and its states Bug life cycle is a time period or cycle of a bug from its identification to closure. Its life starts when a bug is found and ends when it is closed after ensuring that it' will not reproduced. Bug life cycle is related

Cursor in SQL Server

A Cursor allow us to retrieve data from a result set in single means row by row. Cursor are required when we need to update records in a database table one row at a time. Types of Cursors Static Cursors A static cursor populates the result

Immutability in Java

An immutable object can be defined as an object that will not change state after it is instantiated. An immutable object can be made by defining a class which follows following rules: The class is to be marked as final. The member varia

How to toggle class dynamically using jquery

There are many times when we need to toggle the class dynamically. Some time for changing the css. Some time for adding html. Some time to display html. Some time to change dom. That is all depend on your need. Now here I have tried to gave you

How to add a default value in a column through Migration in rails?

As we know that the rails migration is used to interact with the database and create schemas.  Many a time when we are creating migrations, we may forget to add a column in the table. Or sometimes a need may arise when we have to make some cha

How to Detect Network Connectivity Using Observer in Android Device

If you want to check whether your device connected to Internet or not OR when it turn on/off then adding the observer is the best way. You have to add the observer in activity to check connection is on or off.     Let's see How Det

Git Basic WorkFlow

Previous Git Blogs Intialize git repostiory First Commit Two tree architecture and Three tree architecture Best basic practices for writing commit messages Viewing the commit logs To keep things simple I am using only one file We got a three

How to traverse html elements in a DOM using Jquery

Here we will learn how to traverse and change the style of the cell next to each cell that contains the specific text or content. Here we will see how we can customize the styles of the cells using some specific conditions with the help of the follow

1 23 342
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: