TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About Languages
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dea Saddler (38)
Mahesh Chand (6)
Abhishek Jaiswal (4)
Vijai Anand Ramalingam (4)
Rajeesh Menoth (2)
Ayush Gupta (2)
John Godel (2)
Deepak Verma (2)
Afzaal Ahmad Zeeshan (1)
Abhishek Arora (1)
Jitendra Mesavaniya (1)
Avinash Thakur (1)
Munesh Sharma (1)
Ashish Shukla (1)
Manoj Bhoir (1)
Vijay Kumari (1)
Simran Verma (1)
Ziggy Rafiq (1)
Anant Vernekar (1)
Scott Lysle (1)
Hitanshi Mehta (1)
Michael Youssef (1)
Amir Ali (1)
Gaurav Kumar (1)
Ajay Malik (1)
Marcus (1)
Umair Hassan (1)
Vignesh Mani (1)
Dipendra Shekhawat (1)
Sunny Sharma (1)
Ibrahim Ersoy (1)
Sharad Gupta (1)
Prabhakar Maurya (1)
Nakul Goyal (1)
Sonakshi Singh (1)
Shalini Juneja (1)
Josip Kremenic (1)
Wdenton (1)
fdutoit (1)
Narayana Surapaneni (1)
Related resources for Languages
No resource found
Why To Use C# And When To Prefer Other Languages
9/19/2024 10:07:03 AM.
This blog explores the choice between programming languages like C#, C++, and Java, focusing on productivity, ease of use, and project requirements. It emphasizes the importance of selecting the right
Translate Text Into Multiple Languages Using Translator Text API With ASP.NET Core And C#
6/6/2024 11:44:54 AM.
In this article, we are going to learn how to translate text into multiple languages using one of the important Cognitive Services APIs called Microsoft Translate Text API ( One of the APIs in Languag
WADL vs WSDL: The Battle of Web Service Descriptors
5/30/2024 4:41:19 AM.
Explore the significance and evolution of WSDL and WADL in web service description. WSDL, tailored for SOAP-based services, contrasts with WADL, simpler and geared towards RESTful services. While WSDL
Using Static Class Statements: A New Feature of C# 6.0
5/29/2024 10:31:05 AM.
C# 6.0 introduces Static Class Statements, simplifying code organization and enhancing readability by allowing static members to be imported directly, improving code maintenance and reducing verbosity
ECMAScript and JavaScript: Shaping the Web's Interactivity
5/28/2024 8:15:15 AM.
ECMAScript, the standardized scripting language specification, and JavaScript, its most popular implementation, are pivotal in shaping web interactivity. They empower developers to create dynamic, res
Difference between SQL and T-SQL
5/9/2024 10:35:19 AM.
In the realm of relational database management systems (RDBMS), SQL (Structured Query Language) and T-SQL (Transact-SQL) are often used interchangeably. In this article, we'll delve into the key d
Create Multiple Languages In ASP.NET MVC 4.5 Framework
4/18/2024 1:28:41 PM.
Learn how to set up a multilingual ASP.NET MVC application in Visual Studio. Follow steps to create resources files for different languages, set up model classes with validation, implement language ma
Programming languages that are expected to be in high demand in 2024
11/12/2023 6:46:40 AM.
Here are some of the programming languages that are expected to be in high demand in 2024.
Out And Ref Parameters In C#
10/25/2023 9:03:07 AM.
The out and the ref parameters are used to return values in the same variables that you pass an an argument of a method.
Dynamic Type In C# 4.0
9/15/2023 5:00:23 AM.
In C# 4.0 and later versions, the introduction of the dynamic type brought dynamic typing to a primarily statically-typed language. The dynamic type is designed to provide flexibility in scenarios whe
Similarities and difference with C# and Other Languages
9/6/2023 8:21:53 AM.
You should know that many C/C++ developers have been asking this question: Is C# a new programming language or a new version of C/C++. My answer to both questions is that none of these definitions is
Introduction to Generic
9/5/2023 8:34:49 AM.
This article describes an introduction to Generic Class, Methods, Delegates and Interfaces in C# programming.Generics in programming, often referred to as "generic programming" or "gene
Comparision of Java With Other Programming Languages
8/3/2023 9:32:00 AM.
Java is the most popular programming language in the world. Learn what is the difference between Java and C++, Java and C#, Java and C and other languages.
How JavaScript is Different from Other Programming Languages?
7/28/2023 10:42:14 AM.
This article aims to explore the uniqueness of JavaScript compared to other programming languages.
Unlocking the Power of Serverless Computing with Azure Functions
7/16/2023 4:48:47 AM.
Azure Functions are a serverless computing service provided by Microsoft Azure. They allow developers to write and deploy small units of code called functions that can be triggered by various events.
Essentials For .NET
1/11/2022 7:41:31 AM.
In this article, you will learn about the essentials for .NET Platform.
Top 5 Blockchain Programming Languages
6/14/2021 3:23:14 AM.
What is the best blockchain programming language? In this article, I will talk about the most popular blockchain programming languages to build blockchain products and blockchain applications.
Translate Your Site to 71 Languages in Five Minutes
3/24/2021 6:35:58 AM.
This article describes an easy approach to providing site translation using Google Translation services.
How .NET Support Multiple Languages
11/23/2020 6:22:09 AM.
An application is said to be multilingual if it can be deployed in many different languages. With .NET, all of the languages Visual Basic .NET, C# and J# compile to common Intermediate language (IL).
Meet Microsoft .NET
10/19/2020 6:26:57 AM.
Before writing applications in C#, understanding the .NET is very important. Usually, beginners who are moving to C# don’t care about understanding .NET? In this article, I will try to explain .NET in
Client-Side vs Server-Side Programming Languages
7/17/2020 1:59:52 AM.
This article explains the difference between client-side and server-side scripting.
Supporting Multiple Languages in Android
3/31/2020 12:24:22 AM.
This article explains how your application can support various languages in Android using Android Studio.
Supporting Different Languages and Layouts in an Android Application
3/27/2020 7:20:42 AM.
This article exlains how to support multiple languages, layouts and resolutions in an application.
How Python Is Different From Other Languages
3/6/2020 1:47:18 AM.
In this article you will see how Python differs from other languages.
Events in HTML5
12/12/2019 10:36:58 PM.
In this article you will learn about events in HTML5.
Top 10 Programming Languages Of 2019
10/15/2019 9:18:56 AM.
Here is a list of most popular programming language in the world.
Core Java: Type Casting And Type Conversion
9/10/2019 3:39:48 AM.
Type casting and conversion is a basic concept in core Java that Java newcomers should consider to be as important as having breakfast. This article demonstrates how type conversions take place in Jav
Core Java - Start it Now!
9/10/2019 2:41:11 AM.
This article is for people who want to start learning Java (core Java), including the development tools required to start learning Java is provided herein.
Variables And Data Types in Java
9/10/2019 2:37:41 AM.
Some more Java basics for Java neophytes; this article is about the variables and primitive data types in Java.
Convert Text To Speech In Multiple Languages Using ASP.NET Core And C#
10/22/2018 9:01:07 AM.
In this article, we are going to learn how to convert text to speech in multiple languages using one of the important Cognitive Services API called Microsoft Text to Speech Service API ( One of the AP
Support Multiple Languages In Xamarin.Forms Application
12/27/2017 11:25:42 PM.
In this article, we are going to make an application through which we can support multiple languages in our Xamarin.forms application.
Programming Language For 2017
10/24/2016 7:04:27 PM.
In this article, I shed some light on the programming languages which you will need in 2017.
Best Programming Language Of 2016
10/3/2016 7:44:21 AM.
In this article, we will talk about some of the best programming languages of 2016, based on their popularity, their demand, and usefulness.
Highest-Paying Programming Languages of 2016
5/9/2016 1:53:25 AM.
Here is a list of the highest-paying computer programming languages of 2016.
Overview Of Programming Languages
3/28/2016 10:23:37 AM.
In this article you will learn about an overview of Programming Languages.
SQL Server Languages: DML, DDL, DCL & TCL
1/14/2016 1:31:09 PM.
In this article you will learn about SQL Server Languages: DML, DDL, DCL & TCL.
Programming Languages For Geeks in 2014
5/29/2014 5:51:56 PM.
This article describes most of the programming languages currently in use.
Node.JS vs Traditional Scripting Languages
4/21/2014 4:22:49 PM.
This article provides a comparison between Node.JS and other scripting languages, especially the most popular scripting languages of the current decade. I will provide some valid arguments, examples and facts.
Use of Coding Standards
4/6/2014 3:03:15 PM.
This article will help you understand the Coding Standards used in various languages.
A Quick View From C/C++ to C#
11/29/2013 9:40:48 AM.
This article provides a quick overview of the C/C++ and C# languages.
Localization Support in Windows Phone 8 Apps
11/12/2013 2:41:17 PM.
This article covers adding support for myltiple languages (Localization) in a Windows Phone 8 App
Change Current Month Language in SQL Server 2014
7/5/2013 8:55:29 PM.
In this article I explain how to change current month language to other languages in SQL Server 2014.
How to Select Audio Tracks in Various Languages in Windows Store Apps
3/9/2013 11:46:11 AM.
In this article we are explaining how to select an audio track in various languages in Windows Store apps using C#.
XML Strengths and Weaknesses with DOM, ASP, and XSL
9/29/2012 6:17:46 AM.
In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser. To test the code samples shown in this article you should be running Windows NT/2000/XP with IIS installed. You should also have SQL server 2000 installed on the same machine.
Programming Languages for Robotics
5/15/2012 2:08:11 PM.
This article is all about giving an introduction about some of the programming languages which are used to design Robots.
Ballgame in F# using Silverlight and WPF
5/15/2012 1:16:25 PM.
This article is a demonstration regarding how to develop a Ballgame in F# using WPF and Silverlight.
How to Display Different Window Styles in WPF Using F#
5/15/2012 12:58:10 PM.
This article is a demonstration regarding how to change the Style of the window in WPF using F#. Take a quick review to learn.
How to Create form and Controls in Silverlight Using F#
5/15/2012 12:54:04 PM.
This article is a demonstration regarding how you can create a form and add different controls on that form with one example of IQ computation.Take a quick review to learn.
How to Create a Web Application in Silverlight Using F#
5/15/2012 12:53:42 PM.
This article is a complete step by step process regarding how you can create a web application in Silverlight using F#. Take a quick review to learn.
Data Types in F#
5/13/2012 6:27:17 AM.
In this article you will learn about the mutable and immutable data types of F#. If you want to understand that then take a Quick review.
Essential Concepts And Tools For Learning F#
5/13/2012 5:40:50 AM.
This article contains basic concepts and tools essential for learning F#. If you want to learn F#, do so with this.
The Concept of Functions And Variables in F#
5/13/2012 5:36:38 AM.
In this article you will learn about Functions and Variables of F#. This is for the people who want to have a Quick Review.
Imperative Control Statements in F#
5/13/2012 5:35:58 AM.
In this article you will learn about F# Imperative control statements which includes if-then, elif, else and looping statements. The people who want to learn F# can have a quick review.
Concept of Arrays in F#
5/13/2012 5:34:08 AM.
In this article you will learn about F# Array, Multidimensional Array and how to define, create, reference and set values to an Array. The people who want to learn can take a quick review.
Type Inference in F#
5/13/2012 5:31:54 AM.
This article is a demonstration of Type Inference In F#. The people who want to learn F# can take a quick review.
Lists in F#
5/13/2012 5:27:21 AM.
This article is a demonstration regarding List in F# and also about List Types, List module functions and examples, Have a quick review to learn.
Types of Operators in F#
5/13/2012 5:25:23 AM.
This article demonstrates operators; Infix operators, Prefix operators and types of operators. Have a quick review for learning operators.
Understanding Recursion in F#
5/13/2012 5:23:46 AM.
This article is a demonstration regarding Recursion and its types like Tail Recursion, Anonymous and Mutual Recursion. Take a quick review to learn.
How to Change The Background Color of a Form in a Button Click in F#
5/13/2012 5:16:11 AM.
This article is a demonstration regarding a F# Windows Forms application of how to change a background color of a form in a Button click in F#. Have a quick review to learn.
ListBoxes in F#
5/13/2012 5:13:46 AM.
This article is a demonstration of ListBoxes and how to add items to a ListBox in F#. Have a quick review to learn.
TextBox And Button Control in F#
5/13/2012 5:11:57 AM.
This article is a demonstration of TextBox and Button controls in F#. Here both controls are used for the implementation of a Book Song Example. Have a quick review to learn.
WebBrowser Control in F#
5/13/2012 5:06:49 AM.
This article is a demonstration of the WebBrowser control and its properties in F#. Have a quick review to learn.
TreeView Control in F#
5/13/2012 5:06:00 AM.
This article is a demonstration of the TreeView control and its properties in F#. Take a quick review to Learn.
How to Draw Tree Structure in F#
5/13/2012 5:03:42 AM.
This article is a demonstration regarding the implementation of Tree in F# using different functions and constants. Take a review to learn.
Working With Forms Classes in F#
5/13/2012 5:02:54 AM.
This article is a demonstration regarding Forms classes in F#. Take a quick review to learn.
How to Update a ProgressBar in F#
5/13/2012 4:56:06 AM.
This article is a demonstration regarding how to implement a Progressbar, its properties and methods in F#. Take a quick review to learn.
Functions Supporting IEnumerable Interface in F#
5/13/2012 4:54:45 AM.
This article is a demonstration regarding Functions which supports IEnumerable interface and their examples.Take a quick review to learn.
Getting Started With WPF Applications Using F#
5/13/2012 4:53:18 AM.
This article is a complete demonstration regarding a simple WPF Application using F#. Take a quick review to learn.
Implementing Calculator in WPF Using F#
5/13/2012 4:50:50 AM.
This article is a complete demonstration about a simple calculator in WPF using F#.Take a quick review to learn.
How to Manually Populate a TreeView in WPF Using F#
5/13/2012 3:48:59 AM.
This article is a demonstration regarding how you can manually populate a TreeView in WPF using F#.Take a quick review to learn.
How to Draw Circle Shape by MouseCapture Event in WPF Using F#
5/13/2012 3:41:48 AM.
This article is a demonstration regrading how you can draw shapes by MouseCapture Event. As I have taken an example of circle and also can move that shape from one place to another. Take a quick review to learn.
How to Implement Ellipse Shape in WPF using F#
5/13/2012 3:39:00 AM.
This article is a demonstration regarding how you can draw an Ellipse shape in WPF using Fsharp. Take a quick review to learn.
Routed Event in WPF using F#
5/13/2012 3:36:12 AM.
This article is a demonstration regarding Routed Events and their types. Take a quick review to learn.
Keystrokes in WPF using F#
5/13/2012 3:33:32 AM.
This article is a demonstration regarding Keystrokes implementation in WPF. Take a quick review to learn.
How to Print Text or Banner in WPF using F#
5/13/2012 3:28:30 AM.
This article is a demonstration regarding that how you can perform Print Operation in WPF using F#. Take a quick Review to learn.
A Simple Application in Silverlight Using F#
5/13/2012 3:26:03 AM.
This article is a demonstration regarding how you can build Silverlight application using F#.Take a quick review to learn.
How to implement a Colorizer application in WPF using F#
5/13/2012 3:09:41 AM.
This article is a demonstration regarding how you can edit more color in a colorizer in WPF using FSharp. Take a quick review to learn
How to Implement ToolBar in WPF using F#
5/13/2012 3:06:02 AM.
This article is a demonstration regarding how you can craft a Toolbar with icons in WPF using F#. Take a quick review to learn.
How to get the List of Sorted SystemParameters in WPF using F#
5/13/2012 3:03:24 AM.
This article is a demonstration regarding how you can get the sorted SystemParameters in WPF using F#. Take a quick review to learn.
Auto Detect CSV Separator
7/28/2011 5:11:34 AM.
CSV files are very popular for storing tabular data because they are simple textual files with very few rules.
Windows Form Application in F#
7/26/2011 12:37:07 AM.
This article is a demonstration of how you can create a simple F# Windows Forms application. A step by step process is given here; have a quick review to learn.
Inheritance in F#
7/23/2011 12:47:33 AM.
This article is a demonstration regarding inheritance in F# and also describes method types in F#. Have a quick review to learn.
Object Expression in F#
7/21/2011 7:28:29 PM.
This article is a demonstration regarding Object Expression and IComparer interface. Have a quick review to learn.
Concept of Sequence in F#
7/20/2011 7:03:16 PM.
This article is a demonstration regarding Sequence, Sequence comprehension, Range expression and Sequence Module aggregate operators. It also contains lazy evaluation of Sequence elements. Have a quick review to learn.
Pattern Matching in F#
7/18/2011 9:36:08 PM.
This article is a demonstration of Pattern Matching and various forms of Patterns. The people who want to learn F# can have a quick review.
Installed Languages in SharePoint 2010
5/11/2011 10:10:35 AM.
In this article we will be seeing about the Installed languages in SharePoint 2010.
Create SharePoint site in different languages
5/11/2011 6:00:22 AM.
In this article we will be seeing how to create SharePoint site in different languages.
Enabling Support for Alternate Languages in SharePoint 2010
5/11/2011 12:45:59 AM.
In this article we will be seeing how to enable support for alternate languages in SharePoint 2010.
Alternate Languages in SharePoint 2010
5/10/2011 4:54:41 AM.
In this article we will be seeing about the Alternate languages in SharePoint 2010.
Creating Extensible and Flexible Hosted Applications: Part 1
2/3/2006 2:08:04 AM.
Moving from procedural programming languages such as ASP and Visual Basic to .NET object-oriented languages enables programmers to build systems that are highly extensible and flexible.
Robotics Game Using .NET Languages
12/28/2005 7:38:04 AM.
It is often not easy to get to know new technologies like .NET if you don’t get introduced to in a work environment.
An insight into Code Reusability and COM Interoperability : Part I
12/23/2005 5:20:31 AM.
Code reusability is the art of using existing code to achieve better productivity and ease of maintenance. The concept of reusability is not new. Its existence has been evident since the evolution of mankind.