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

Search In

LINQ Basics

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

What is the difference between var and dynamic keywords in C#

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

wqvzi idzmz for 74% xztkdz6

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

Stack class in C#

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

Block, Proc and Lambda

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 with examples in Ruby

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

How to rename a file

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 ?

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 in c#

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

Deadlock in C# Threading

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

1 50 320
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: