
Search In
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
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
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
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
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
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:
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
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
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
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