Want to build the ChatGPT based Apps? Start here
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 Language
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shweta Lodha (8)
Vijay Kumari (4)
Mahesh Chand (4)
Allen O'neill (3)
John Hudai Godel (3)
Janarthanan Selvaraj (2)
Priti Kumari (2)
Rakesh Kalluri (2)
Sanjay Singh (2)
C# Curator (2)
Gourav Jain (2)
Swesh S (2)
Syed Shanu (2)
Ojash Shrestha (2)
Hitanshi Mehta (2)
Ai Fortytwo (2)
Ajay Yadav (2)
Aradhana Tripathi (1)
Raj Kishore (1)
Prathap Reddy (1)
Rajkiran Swain (1)
Diwakar Tiwari (1)
Narendra Singh (1)
Ehtesham Mehmood (1)
Rahul Kumar Saxena (1)
Rakesh (1)
S.Ravi Kumar (1)
Alexis Gridel (1)
Ravi Sahu (1)
Raj Bhatt (1)
Dhanasekar (1)
Alagunila Meganathan (1)
Vishal Yelve (1)
Matthew Cochran (1)
Vivek Gupta (1)
Ajay Kumar (1)
Ashish Shukla (1)
Vijayaragavan S (1)
Pushpendra Singh (1)
Munesh Sharma (1)
Praveen Kumar (1)
Suhil Srinivas (1)
Deepak Kumar (1)
Anjali Joshi (1)
Allister Beharry (1)
Ashok Kumar P (1)
G Gnana Arun Ganesh (1)
Anant Vernekar (1)
Mike Gold (1)
Krishna Garad (1)
Saikumar Talari (1)
Onkar Sharma (1)
Prashant Bansal (1)
Cecil Phillip (1)
Nitin (1)
Scott Lysle (1)
Ankit Kanojia (1)
Rohatash Kumar (1)
Asif Sayed (1)
Reshwanth S (1)
Hamid Khan (1)
Stephen Simon (1)
Avinash Thakur (1)
Nirlep Kaur (1)
Vidya Vrat Agarwal (1)
Ramchand Repalle (1)
Abhishek Bhat (1)
Abhishek Yadav (1)
Keyur (1)
Safa Arooj (1)
Asma Khalid (1)
Related resources for Language
No resource found
🚀Harnessing the Power of Natural Language Processing using Microsoft Azure AI
5/5/2023 2:52:51 PM.
In this article describes about the usage of Natural Language Processing Capabilities and steps to create NLP using Microsoft Azure AI.
Analyzing Customer Reviews using Sentiment Analysis with Azure Language Studio
5/2/2023 3:39:49 PM.
In this article describes out analyzing customer reviews using Sentiment Analysis with Azure Language Studio services.
DDL Triggers in SQL Server
5/1/2023 7:23:25 AM.
DDL triggers are a type of trigger that gets fired and executed when DDL events occurs on database schema. DDL events include Create, Alter, Drop, Grant, Deny, Revoke statements.
6 Functionalities That Make PHP a Versatile Language
4/26/2023 10:40:29 AM.
In this blog, we will explore the six most frequently utilized features and functionalities of PHP, along with real-world examples demonstrating how they can be applied in practical applications.
Why ChatGPT has more success in IT industry?
4/21/2023 9:36:11 AM.
There are several reasons why ChatGPT has been successful, including its ability to understand context and generate coherent responses. Here are some of the key factors that have contributed to ChatGP
Creating A Power App To Translate Text Using Power Automate
4/19/2023 8:24:45 AM.
Step-by-step guide to create a Power App that translates text using Power Automate.
Exploring The Key Components Of .NET - CLR, CTS, And CLS
4/6/2023 11:12:42 AM.
The article explores the three key components of the .NET Framework: the Common Language Runtime (CLR), Common Type System (CTS), and CLS
Azure VM Deployment Using Bicep!
4/6/2023 5:34:23 AM.
Bicep is an open-source, domain-specific language (DSL) developed by Microsoft
Type Casting in Java
3/14/2023 11:26:46 AM.
Typecasting is a basic concept of Java programming language. Assigning a value of one type to a variable of another type is known as Type Casting in Java.
Which version of C# am I using in Visual Studio 2019
3/12/2023 2:31:20 AM.
Learn how to find the version of C# language your Visual Studio is using and how to change it.
What is Common Language Runtime (CLR)
2/28/2023 8:37:43 PM.
Common Language Runtime (CLR) is one of the key components of .NET. Learn what is CLR in .NET and C#.
Return Coma Separated Value From a Table
2/28/2023 8:28:16 AM.
This article shows how to return Coma Separated Values from a table in SQL Server.
SSRS Requirements in SQL Server
2/27/2023 7:31:49 AM.
This article explains something we sometimes need to do and maybe this will be helpful sometime.
Comparision of Java With Other Programming Languages
2/24/2023 11:35:46 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.
Merge Statement Using XML Data in SQL Server
2/24/2023 8:53:47 AM.
This article explains the Merge statement in SQL Server. With the Merge statement we can merge the data from a source table into a target table.
Getting Started With Basic SQL Keywords And SQL Join
2/24/2023 6:29:40 AM.
In this article you will be learning about the basic keywords of the SQL Language.
Comparing Scope_identity (), @@identity and Ident_current
2/21/2023 8:35:03 AM.
This article will show the differences among scope_identity (), @@identity and ident_current.
Structured Query Language: Part 2
2/21/2023 6:10:46 AM.
This article describes the use of different query and operator of SQL.
Structured Query Language: Part 1
2/21/2023 5:54:37 AM.
This article is an introduction to the Structured Query Language (SQL) and its most common commands.
Localizing Xamarin.Forms With Hindi Language
2/17/2023 1:02:09 PM.
In this article, you will learn about Localizing Xamarin.Forms with the Hindi Language.
SSRS Miscellaneous
2/17/2023 7:24:14 AM.
This article explains how to remove a question mark (?) from a report viewer page number control.
Back to Basics - How And Why Learning C# Programming Language
2/13/2023 1:33:46 PM.
This article is the very first of the "Back to Basics" playlist, its goal is to bring the basic knowledge to start developing with the C# language. Whether you are an experienced developer o
Get Started With Kotlin
2/8/2023 10:45:06 AM.
Learn introductory programming concepts in Kotlin to prepare for building Android apps in Kotlin.
LINQ (Language Integrated Query)
1/31/2023 6:10:55 AM.
In this article, you will learn about LINQ (Language Integrated Query).
What is C# and what is it used for?
1/27/2023 1:07:41 PM.
C# is a programming language developed by Microsoft. C# is used to build Windows desktops, web applications, and mobile apps.
Best Programming Language for iOS App Development
1/12/2023 5:05:01 AM.
Do you want to build an iOS app? Not sure what programming language to use? In this article, I talk about top iOS programming languages and which one you should use for your next iPhone app.
What is GoLang
1/9/2023 6:56:18 AM.
This would be a series of articles, in this article, we would talk about GraphQL, its history, benefits, and sample code.
What Is GraphQL
12/30/2022 6:27:00 AM.
This would be a series of articles, in this article, we would talk about GraphQL, its comparison with REST and how does it work, why it is used and its operation types
CTE in SQL Server
12/27/2022 2:16:49 AM.
In this article we will learn about Common Table Expressions (CTE) in SQL SERVER 2008.
Split And Store The Different Language Tweets In Blob Storage Using Azure Logic App
12/26/2022 4:39:07 AM.
In this article, we are going to learn about how to Split and Store the different language tweets in blob storage Using Azure Logic App
Structured Query Language (SQL)
12/19/2022 6:00:54 AM.
Structured Query Language (SQL) is a standardized programming language that is used to manage relational databases and perform various operations on the data in them.
What Is A Chatbot And How Does It Work
12/16/2022 6:36:40 AM.
Chatbots use natural language processing (NLP) and set of pre-defined rules to understand the inputs as question and provide response closer to what is available with the knowledge database programmed
A Strategy for Using Delegates in C#
11/17/2022 6:52:27 AM.
In a recent article comment I was asked for a sample of how to use a delegate and so I wanted to put together a sample of how we can use delegates in order to implement a strategy pattern in a way tha
Cheat Sheet For Markdown Language
10/31/2022 5:56:34 AM.
This article covers all the basic Markdown syntaxes to be taken as a printout and keep it for reference for every technical / non-technical daily blogger or article writer.
Benefits of the .NET Framework
9/16/2022 8:41:54 AM.
In this article, I will explain about benefits of the .NET Framework.
C# Language Preprocessor Directives
8/24/2022 7:16:34 AM.
This lesson contains C# language preprocessor directives including #if, #else, #define, #undef, #line etc with sample examples.
What is Natural Processing Language, and How Does It Work?
8/18/2022 6:52:08 AM.
A brief introduction to NLP, a very important field of Machine Learning.
Introducing Carbon - Google's New Programming Language
7/29/2022 7:52:33 PM.
Google has announced a new Programming Language, Called Carbon.
Azure Cognitive Services For Language
7/19/2022 6:36:26 PM.
Azure Cognitive Services defined AI capabilities which could be consumed in different applications.
Detect Language Action In Microsoft Text Analysis Cognitive Service With Desktop Flow Using Microsoft Power Automate
7/8/2022 6:04:28 AM.
Reading this article, you can learn how to extract text with Microsoft cognitive Text Analysis - Language detection action in Desktop flow using Microsoft Power Automate.
Top Programming Language Used In Web3
7/6/2022 1:00:38 PM.
In this article, you will learn about the top programming language used in web3.
Easy To Learn .NET 6.0 And Angular - Getting Started Multi Language
7/6/2022 12:43:07 PM.
In this article we will see in detail on how to getting started with the .NET 6.0 and Standalone Angular Template for creating the Multi Language website using the Angular NGX translate.
Microsoft AI school - Processing Language like a Robot
6/24/2022 6:26:58 AM.
Learn NLP with Microsoft AI school
Top 7 Programming Language For Machine Learning And AI
6/7/2022 12:58:41 PM.
In this article, we will see Top 7 Programming Language which help us in Machine Learning.
Introduction to C#
4/26/2022 10:02:58 AM.
This article concentrates on C# language programming.
Text-to-Speech Conversion in C#
4/5/2022 12:01:42 PM.
This article provides some elementary information about how to perform text to speech conversion using the speech SDK 5.1.
A Simple Dummy File Security System Using C Language
3/21/2022 3:01:50 PM.
A File Security System is a console application that can be used to prevent unauthorized access to a file. It prompts the user to enter a password before he/she can access the particular file. The Sys
Support Multilanguage (Localization) In iOS Swift
2/17/2022 4:43:48 AM.
This article explains multiple language support to your app in iOS Swift
Azure Cognitive Services - Create Text Analytics Service For Natural Language Processing
2/15/2022 4:43:59 AM.
In this article, we’ll learn in step-by-step process to create the Text Analytics Service in the Azure Cognitive Services. The text analytics will come in handy while working with projects related to
How C# Language Features Affect Gas Cost In Stratis Smart Contracts
2/14/2022 4:55:39 PM.
Using the Silver static analyzer to investigate how newer C# syntax like string interpolation and object initializers affects the gas costs of Stratis smart contracts compared to older syntax.
Introduction to Web Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
C# and its Features
1/12/2022 9:25:32 AM.
C# is a modern, type safe programming language, object oriented language that enables programmers to quickly and easily build solutions for the Microsoft .NET platform.
Essentials For .NET
1/11/2022 7:41:31 AM.
In this article, you will learn about the essentials for .NET Platform.
Tutorial : Creating Visual Studio Add-Ins
1/7/2022 9:03:21 AM.
In this example we'll create an add-in that allows you to insert a copyright statement at the top of your code window.
Generating Barcode in C#
11/25/2021 9:46:16 AM.
In this article, we will learn how to generate barcode from C# windows application using QRCODE GENERATOR LIBRARY.
LUIS - Create A Conversation App
10/29/2021 4:56:01 AM.
In this article, we'll learn about LUIS. Moreover, we'll learn to create a conversation app with Azure.
Microsoft AI School - Natural Language Processing
10/17/2021 3:03:27 AM.
A Simple Introduction to Natural Language Processing in Azure.
How ReactJS Is Different From Other Languages?
8/31/2021 4:43:58 AM.
In this article, you will learn how reactjs is different from other languages?
Translating Document from One Language To Another
8/10/2021 6:29:53 AM.
This video will walk you through the document translation process from one language to another using Azure Translator Service. It includes creation of Azure translator instance and uses Azure blob con
Top 10 Advantages Of The C Programming Language
7/12/2021 12:21:29 PM.
C programming is a great option if you want to learn the basics of computer science. It's open-source, versatile, and popular among many programmers. In this article, you'll know the advantage
How To Change Keyboard Language In Windows 10
6/18/2021 2:07:17 AM.
In this article, I have described how to change the Keyboard Language & Layout in Windows 10.
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.
Introduction to R (Session 2) - AI42 Ep.9
5/6/2021 7:37:59 AM.
Welcome to the 2nd session of Introduction to R in AI42 Series.
How to Enable Intellisense Support for Salesforce Apex Code in Visual Studio Code
4/23/2021 12:28:25 PM.
In this blog, we will look into how to enable Intellisense support for Salesforce metadata. Enabling this feature will increase code writing capability and accuracy exponentially for a developer.
Introduction to R (Session 1) - AI42 Ep.8
4/23/2021 6:03:08 AM.
Welcome to the 1st session of Introduction to R in AI42 Series.
C# Language Highlights: Target Typed new expressions
4/20/2021 6:13:24 AM.
In this quick video, me (https://twitter.com/cecilphillip?) and Jayme (https://twitter.com/JaymeSingleton1) will teach you about the new target-typed new expression in C# 9.
Explain Constructors Using C# Programming Language
3/31/2021 2:57:52 AM.
In this article, you will learn about Constructors Using C# Programming Language.
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.
GraphQL | A Query Language For Your API | Rest API
2/19/2021 4:21:20 PM.
GraphQL is a query language(“QL” stands for) that described how exactly a client should be requested for an information thorough application programming interface called API. It is a syntax that devel
URL Routing in ASP.Net 4.0
2/15/2021 11:54:12 AM.
URL Routing is the process of intercepting an incoming Web request and automatically redirecting it to a different URL. This article discusses the various techniques for implementing URL Routing.
Why Not .NET
2/12/2021 10:17:55 AM.
This article provides convincing explanations for using .Net if you have not yet done so.
MSIL Programming: Part 2
2/3/2021 5:51:35 AM.
The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming “terms” like namespace, interface, fields, class and so o
How Can We Get Last Characters Of A String In Java?
1/25/2021 6:27:30 PM.
In this article, we will learn about String in Java Programming Language with examples.
How to use Regex in Java
1/21/2021 6:02:37 AM.
How To Become Data Scientist
1/12/2021 7:44:12 AM.
In this article, you will learn how to get started with data science.
Multi Language Application In Angular
1/4/2021 6:53:42 PM.
In this article, you will learn about Multi Language Application in Angular.
Public Speaking - Body Language Matters
1/4/2021 7:02:54 AM.
This session covers how to prepare yourself for public speaking mentally and physically before going on to the stage. Get your energy flowing, pumped up.
What Can C# Do For You
1/3/2021 6:18:20 PM.
C# is a modern, simple, powerful, and advanced programming language. This article talks about what kind of software applications we can build with C#.
Getting Started With Microsoft Small Basic For Beginners
1/1/2021 6:04:33 AM.
In this article you will learn about Microsoft Small Basic for beginners.
How To Create Multiple Languages In ASP.NET MVC 4.5 Framework
12/31/2020 10:30:17 AM.
In this article, you will learn, how to perform multi-language operations in an ASP.NET MVC Application.
Indepths of Global Assembly Cache
12/31/2020 6:58:11 AM.
This article gives an indepth knowledge of working of global assembly cache.
Real Life SQL And .NET - Part One
12/6/2020 10:41:53 PM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be req
Applied Reverse Engineering With IDA Pro
12/3/2020 6:24:58 AM.
In this article you will learn Live Binary Sample Target, Target Analysis with IDA Pro, cracking the Target and an alternative way of tracing.
Cross Language Interoperability With C# .NET
12/2/2020 11:34:51 PM.
As you know Microsoft .NET is designed with cross language interoperability. I.e. two .NET compliant languages can interoperate with each other. Which simply means a function in VB .NET can be called
Multilingual MVC Application With Customized JS Bundles Based on User Language
12/2/2020 4:35:39 AM.
This article shows how to create multilingual MVC applications with JS bundles based on various languages.
Python with .NET 4
11/29/2020 12:51:54 AM.
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono ( A cross platform open source Dotnet framework currently targeted for Linux). IronPython is wr
Basics Of Predictive Analysis Using R
11/28/2020 12:31:22 PM.
In this article, I have given an introduction about the history of R, how to install R on windows, and how to install R packages.
Azure Data Explorer - Reading JSON Data Using Kusto
11/28/2020 11:59:50 AM.
This article demonstrates various ways of extracting data using Kusto.
.NET Framework Evolution
11/27/2020 12:13:11 AM.
In this article you will learn about different versions of .NET Framework with an introduction to .NET Framework.
Azure Data Explorer - Kusto Query - Transform Rows To Columns
11/24/2020 10:45:32 PM.
This article explains how to transform a set of rows to a set of columns based on given criteria.
Components Of .NET Framework
11/24/2020 4:18:31 AM.
In this article you will learn about the components of .NET Framework.
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).
Azure Data Explorer - Perform Calculation On Multiple Values From Single Kusto Input
11/19/2020 2:44:41 AM.
This article will explain how to perform multiple calculations, i.e. on single set of data.
Azure Data Explorer - Working With Kusto Case Sensitivity
11/10/2020 9:04:40 PM.
This article explains about various approaches to handle casing scenarios for kusto query.
Azure Machine Learning Studio - Multiple Language Named Entity Recognition (NER) Text Analysis
11/3/2020 4:01:53 AM.
This article is about the demonstration of the technique to extract people, location and organization entities from a multiple language textual dataset using Azure Machine Learning Studio Named Entity
Real Life SQL and .NET: Part V
10/30/2020 4:33:05 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be req
Real Life SQL and .NET : using SQL with C#: Part XI
10/28/2020 1:12:45 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be req
Azure Data Explorer - Kusto Query - Get Data For Last 20 Days
10/22/2020 7:03:32 AM.
This article explains on how to fetch logs for past number of days using Kusto from Azure Data Explorer
Azure Data Explorer - Kusto Query - Get Min/Max Within Each Category Filter
10/22/2020 7:02:52 AM.
This article will guide you on how to get maximum and the minimum values for each unique combination of given columns
Azure Data Explorer - Kusto Query - Get Categorial Count
10/22/2020 7:01:35 AM.
This article will talk about how to get the count based on defined criteria.