10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About C# 4.0
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Satya Prakash (4)
Vithal Wadje (2)
Akkiraju Ivaturi (2)
Shankey (2)
Jasminder Singh (1)
Vatsal Shah (1)
rajesh p v (1)
Andrew Fenster (1)
Akash Varshney (1)
Mahesh Chand (1)
Rafeeq Mohamed (1)
Vijay Prativadi (1)
Anuja Pawar (1)
Manas Patnaik (1)
Tuan Nguyen (1)
Bechir Bejaoui (1)
John Charles Olamendy (1)
Related resources for C# 4.0
No resource found
MP3 Media Player in C#
2/23/2022 9:16:13 AM.
In this article I am going to describe how to make MP3 player in c# .net.
Sending Emails With Bcc and CC Using ASP.Net C#
2/16/2021 5:36:49 AM.
In this article, we will learn about how to send emails using Asp.net with BCC and CC
Named and Optional Parameters in C#
2/9/2021 6:39:40 AM.
This article explains named and optional parameters in C#.
Scraping Web site Dynamic Data using WATIN
12/14/2020 5:55:33 AM.
In this article, I have created a demonstration web site with Category and subsequent Item Listing page. I will be scraping this web site using .NET testing tools like Watin.
C# 4.0 - Named Parameters
3/6/2020 1:29:33 AM.
C# 4.0 has introduced a number of interesting features which includes Optional Parameters, Default Values, and Named Parameters.
Optional Parameters and Named Arguments in C# 4.0
11/27/2018 11:31:59 PM.
Optional parameters and named arguments have been a part of C++ and VB.Net for years. They are new to C# in version 4.0.
Lazy Loading In C# 4.0 (Object On Demand)
10/13/2015 8:00:11 AM.
In this article you will learn about Lazy Loading in C# 4.0 (Object On Demand).
Dynamic Type Array in C# 4.0
6/9/2014 4:27:27 AM.
In this article we will learn about the dynamic type array in C# 4.0.
Understanding Covariance and Contravariance in C#
2/15/2014 11:05:03 AM.
Covariance and contravariance features were introduced in C# 4.0.
Marquee a Text in C#.Net 4.0 Window Form Application
3/8/2013 2:04:23 PM.
In this article I will explain how to marquee text in window form application.
LCM Finder Application in C# 4.0
3/5/2013 6:12:55 PM.
In this article I describe how to find the LCM of two numbers in C#.
HCF Finder Application in C# 4.0
3/4/2013 5:28:26 PM.
In this article I explain how to find HCF of two number in c#.
C# 4.0 New Features - Straight to the Point (Part 2)
12/25/2012 6:12:51 PM.
This article discusses straight to the point the three other new features of C#, New Compiler options, Dynamic and Covariance and Contravariance with examples.
C# 4.0 New Features - Straight to the Point (Part 1)
12/24/2012 5:55:14 PM.
These are some of the new features that were missing in the previous version. This article discusses straight to the point on what they are with examples with comparison to the older versions.
Observer Pattern with C# 4.0
12/8/2011 11:06:00 PM.
This article demonstrates how to work with the observer pattern in C# 4.0, with a simple demonstration.
Dig Out on Named vs Optional Arguments Clear Implementation in C# 4.0
12/6/2011 6:32:22 AM.
Today, Let’s see the one of the main feature of C# 4.0 i:e Named and Optional arguments. Firstly, we will do theory based session to understand this and later we will try to implement these concepts. This concept is very useful and we can code in much organized way using these two arguments.
Features of Visual Studio 2010 and C# 4.0
11/30/2011 12:10:15 AM.
VS 2010 and C# 4.0 introduced so many new features. Here in this article, I try to cover some very simple, yet very useful features of both.
Enhancing Media Experience in Silverlight with Microsoft Media Platform (MMPPF)
6/24/2011 2:04:41 AM.
This article will focus extensively on the Microsoft Media Platform Player Framework (MMPPF) from Microsoft which is an open source player framework and it's implementation.
Introducing C#
3/28/2011 8:34:08 AM.
C# is an object-oriented language which exploits benefits from classic object-oriented paradigm while eliminating its limitations to shape modern, powerful object orientation model.
Betterness rule while calling a method in C# 4.0
12/3/2010 2:51:43 PM.
In a case where a method is overloaded and along with that some of the parameters are optional for one or more definitions, then there is some confusion related to which version of the overloaded method is to be called.
Named arguments in C# 4.0
12/2/2010 12:26:47 PM.
This new feature of c# 4.0 allows users to define arguments in the calling statement in any order rather than defined in the parameter list.
Toying with the C# 4.0
9/4/2010 5:02:56 PM.
In this article, I will expose those two issues not thought the theorist manners but thought real cases via some implementation techniques.
New features of C# 4.0
5/28/2010 11:29:38 AM.
In this article, I want to talk about the new features being integrated with the new version of C# 4.0 language.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download