
Search In
GETTING STARTED WITH LINQ:
As data plays a vital role in almost every application development therefore LINQ was provided as a whole new way to manipulate data, either to or from database, or with XML file or with simple list
Programming languages can be categorized into two parts based on data type
1) Strongly Type
2) Weakly Type
Strongly Type:-
A strongly-typed programming language is one in which there are different dataty
The Tide will play at Oregon next season. [url=http://www.abercrombiekids.eu.com/]abercrombie kids[/url] the visas were canceled because of credible information that those persons are either engaging in or benefiting from corruption. y [url=http://ww
It represent last in first out type of hierarchy .
It is used when you want to access elements in the LIFO form.
When you add item in the list it is called pushing the item into the list.
When you delete the item in the lis
Blocks, Procs, and Lambdas
Hi friends,
Today I am going to explain one of the most confusing part in Ruby, that is Block, Procs and Lambdas. It always troubles you during interviews or any other places wherever you deal with Ruby. But actually it s
Access controls refers to the methods which allow you to set the access to classes, methods and other members. They are used to encapsulate the components so that we can maintain security of these methods throughout the project.
Ruby gives us three
We have two ways by which we can rename our file
1. Move method
2. MoveTo method
1. Move method
Move method move a specified file to a new location.
Syntax:
public static void Move( string sourceFileName, string destinationFileName )
It
C# .Net : How to convert string to Guid ?
Guid represents a globally unique identifier. Guid in .Net framework is identified by System.GUID class.
Program to generate a guid in .Net Framework using C#.
using System;
using System.Collections.Gener
Tuple is new feature added in C# 4.0 with dynamic programming. Tuple allow us to group a heterogeneous elements together. Tuple is new for the C# developers as it is already present in other languages like Python and F#.
Generally, In c# tup
A deadlock is state in which an application locks up because of the multiple processes are waiting for each other to finish. Basically, this situation takes place in multithreading software in which a shared resource is used by first thread and secon
