Related resources for C# 4.0
  • Upload Image And Create Thumbnail In C# 4.010/20/2023 6:39:13 AM. In C# 4.0, developers can leverage advanced techniques to upload images and create thumbnails efficiently. This process is vital for web applications, enabling users to upload images while optimizing
  • Dynamic Type Array In C# 4.010/10/2023 11:59:53 AM. Dynamic Type Arrays in C# 4.0 offer flexibility by allowing the creation of arrays that can store different data types within the same array. This feature is especially useful when dealing with hetero
  • Optional Parameters and Named Arguments in C# 4.09/22/2023 10:19:56 AM. 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.
  • How To Create Mixin Using C# 4.09/12/2023 4:54:21 AM. A mixin is a class which adds functionality to other classes but which cannot itself be instantiated.Creating mixins in C# 4.0 is not a built-in language feature, but you can achieve mixin-like behavi
  • Marquee a Text in C#.Net 4.0 Window Form Application8/23/2022 10:36:31 AM. In this article, I will explain how to marquee text in window form application.
  • 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 WATIN12/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 Parameters3/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.
  • 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).
  • Understanding Covariance and Contravariance in C#2/15/2014 11:05:03 AM. Covariance and contravariance features were introduced in C# 4.0.
  • LCM Finder Application in C# 4.03/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.03/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.012/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.012/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.011/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.012/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.012/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.09/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.05/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.