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

Search In

LINQ Select in MVC

The Language Integrated Query is used to perform the task of the user programmer more easier as it can be used to interact with any data source like XML file or SQL Server database or Array or Hash table.   We use it for the selection of the d

How to update increment value in a table without loop in SQL

Hi All, Some time we need to update value in a table in some pattern or increment order. Then we use loop and iterate with all record, but as know looping is take time and our application become slower. We can achieve this by without loop also. bel

Subnet Masking

Subnet Masking       While applying a subnet mask to the existing IP address you have to identify the the network and the node part of the address. The network bits will be represented by the 1s in the mask , and the node part i

Lazy Loading vs Eager Loading

Hi Team, Today I will explain Lazy Loading and Eager Loading. Firstly we will explore Eager Loading. Eager Loading is the process of loading the related data. We will use Include keyword to load the related data. Let us take an example of entity

What is optional paramter in c#

The concept of optional parameter was introduced in C#4.0. Optional parameters enables you to pass the only required parameters. Each optional parameter has its default value, if no value is passed for this default parameter then its default value wo

How to generate random number in MS-Excel

Random number generator is used to generate random no as much as you want and also you can specify the range in which you want the numbers.   Steps to use random number generator: Select Data Analysis from them Data menu:  

How to use IN keyword in LINQ

In SQL Server, we are very familiar with IN keyword and we use this keyword in many times which is very helpful for us. It save our extra efforts and code line like below query.     To achieve this in LINQ , we heve below two mechanism

Data Binding, Data Filter and Sorting in Angular JS using WEB API

In today's world, there are lots of client side scripts to make a better user interface. In this article, we are going to bind the data and apply sorting and filtering using AngularJS. Open your favourite text editor and create directory structu

Setting Rails Locales from URL

Rails Internationalization : Setting locals from URL In my previous blog, we looked in Setting rails locale from domain name, it was a good approach of detecting the desired locale from domain or subdomain, but sometimes you are not able to provide

Object in JavaScript

This tutorial will help a user to learn what is an object in JavaScript. How “null” is not an object though it show that null is an object.How function is an object. An object in JavaScript is a set of “key:value” pairs. Every pair is called a “prop

1 32 156
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: