Showing posts with label C Sharp (programming language). Show all posts
Showing posts with label C Sharp (programming language). Show all posts

Thursday, January 5, 2012

VB.NET and C# Comparison

English: Logo for C Sharp (programming language)
Image via Wikipedia
Here is an awesome side-by-side comparison between VB.Net and C#. It really comes in handy when you know how to do something in one of these languages but not sure how to do the corresponding thing in the other! This one is a must. Bookmark this one!

VB.NET and C# Comparison
Enhanced by Zemanta

Wednesday, November 30, 2011

Delegates in C# - CodeProject

English: Logo for C Sharp (programming language)
Image via Wikipedia
Introduction to Article

Let’s play around with the main interrelated concepts of delegates in C#.
Today, in this article, we will dig out and play around by creating a simple delegate program and let’s see how better we can perform in this single program only. I mean, in this program, I will cover all stuff required for delegates from all the possible ways. So I will be covering simple delegate creation, multi-cast delegate, use of named methods, use of anonymous methods, use of lambda expression and finally a much better implementation about all of these and generic delegates as well.


Delegates in C# - CodeProject
Enhanced by Zemanta

Wednesday, January 26, 2011

Learn SQL to LINQ (Visual Representation) - CodeProject

Introduction to the article

A lot of developers moving towards the new LINQ to SQL find it difficult to write SQL queries in C# to query data using LINQ. LINQ is a query language which is integrated in C# to query data from ObjectCollects, SQL, XML etc. Before you start reading this article, it is good to have look at the features supported by LINQ:
Here in this article, I am going to discuss the basic SQL queries and the LINQ queries similar to SQL queries, with visual representations of the LINQ queries. Before I start discussing, here is the structure of the table I am using for this article:


Learn SQL to LINQ (Visual Representation) - CodeProject
Enhanced by Zemanta