C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manpreet Singh(4)
Shakti Saxena(3)
Scott Lysle(3)
Mahesh Chand(3)
C# Curator(3)
Kirtesh Shah(2)
Jitendra Mesavaniya(2)
Hemant Jindal(2)
Gaurav Katara(2)
Rohatash Kumar(2)
Jigar Desai(2)
Emiliano Musso(2)
Vipul Malhotra(2)
Sanjay Kumar(2)
Sangeetha S(2)
Dhanush M(2)
Dashrath Hapani(1)
Geo J Thachankary(1)
Ajay Kumar(1)
Chris Love(1)
Rahul Bansal(1)
Jay Pankhaniya(1)
Venkatasubbarao Polisetty(1)
Monica Rathbun(1)
Abubackkar Shithik(1)
Sandeep Kumar Parsam(1)
Priyaranjan K S(1)
Manas Mohapatra(1)
Ehsan Sajjad(1)
Vinodh Narayanan(1)
Ankit Bansal(1)
Vipin Tyagi(1)
Abhishek Jaiswal (1)
Jignesh Trivedi(1)
Satya Prakash(1)
Ivar Red(1)
Santhosh Kumar Jayaraman(1)
Vishal Nayan(1)
Vijai Anand Ramalingam(1)
Sandeep Singh Shekhawat(1)
Karthikeyan Anbarasan(1)
Suhil Srinivas(1)
kamalpatel125 (1)
Eliana Blake(1)
Nandan Hegde(1)
Jignesh Kumar(1)
Esamaldin Mohammed(1)
Vijayakumar S(1)
Rupali Shinde(1)
Harpreet Singh(1)
Vikram Chaudhary(1)
Sachin Kalia(1)
Amit Patel(1)
Parthiban Selvaraj(1)
Marcus (1)
Praveen Kumar(1)
Bechir Bejaoui(1)
Rajesh VS(1)
Vijay Kumari(1)
Željko Perić(1)
Vishal Yelve(1)
Jefferson S. Motta(1)
Ankeet Dange(1)
Ali Benchaaban(1)
Mohomed Shihan(1)
Keyur (1)
Chandani Prajapati(1)
Cinchoo Framework(1)
Salman Beg(1)
Sanjay Makwana(1)
Navaneeth Krishnan(1)
Ammar Shaukat(1)
Pankaj Kumar Choudhary(1)
Rajeesh Menoth(1)
Sri Rama Phani Bhushan(1)
Vithal Wadje(1)
Selva Ganapathy(1)
Teddy Kurian(1)
Resources
No resource found
Understanding Conversion Functions in SQL
Mar 27, 2025.
SQL conversion functions like CAST(), CONVERT(), TRY_CAST(), TRY_CONVERT(), and FORMAT() help change data types, format values, and handle errors efficiently.
Binary To Decimal Conversion in C#
Dec 27, 2024.
This article explains how to convert a binary number to a decimal number in C#. It covers two methods for the conversion, providing examples and code snippets. It's a helpful resource for beginners and intermediate programmers learning C#.
Decimal to Binary Conversion in C#
Dec 26, 2024.
Learn how to convert decimal to binary in C#. Understand decimal and binary numbers, explore examples, and implement a simple program. This guide is perfect for beginners and professionals preparing for interviews.
POCO to Dictionary Conversion Techniques in C#
Sep 16, 2024.
This article explores five methods for converting a C# POCO to a dictionary using reflection, LINQ, JSON libraries, and ExpandoObject, comparing their performance through Benchmark.NET to find the best approach.
Data Conversion in C#/.NET: List to DataTable and Vice Versa
Apr 29, 2024.
In C#/.NET, converting data from one format to another, such as from a list of custom objects to a DataTable, is a frequent requirement. In this article, we'll explore efficient techniques for converting data from a list to a DataTable and vice versa, along with practical examples to illustrate each conversion process.
What is Type Conversion in C#?
Oct 31, 2023.
This article on type conversion in C# is comprehensive and informative. It effectively covers the fundamental concepts of type conversion, including implicit and explicit conversions, common conversion methods, exception handling, and custom type conversion. The examples provided throughout the article enhance the understanding of each concept and make it easier for readers to grasp the intricacies of type conversion in C#.
CLS: Enhancing User Satisfaction and Conversion Rates on Your Website
Jun 24, 2023.
Discover how addressing Cumulative Layout Shift (CLS) improves user satisfaction and boosts conversion rates. Learn effective strategies to optimize web performance.
Variable Type Conversion In Automation Anywhere
Sep 22, 2022.
In this article, you will learn about Variable Type Conversion in Automation Anywhere.
C# DateTime Conversion With Specific TimeZone
Jan 20, 2022.
Here, in this article we have shared some functions which works with the dynamic time. in short the application will work as per your device timezone.
Quick Conversion From UTC To IST
Jul 30, 2021.
Power Automate, functions place an important role for conversions, in order to quickly see how to Convert UTC Time to IST Time we use Instant Cloud flow.
String Algorithm - Validating If String Conversion Requires More Than One Edits
Sep 03, 2019.
This article describes the algorithm to validate how many edits are required to convert one string into another string
What Is Implicit Conversion In SQL Server
Apr 16, 2019.
In this article, you will learn what implicit conversion is in SQL Server and how it works.
Type Conversion In Python
Feb 19, 2019.
In this article, we will read about different data type conversions supported in Python
Create Text To Speech Conversion Android Application Using Android Studio
Sep 14, 2017.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to create a text to speech conversion Android application using Android studio.
Implementation Of Currency Conversion In NINTEX Forms
May 05, 2017.
In this article, you will learn about the implementation of currency conversion In NINTEX Forms.
Implement Document Conversion Jobs In SharePoint Server 2016 Using Nintex Workflows
Nov 29, 2016.
In this article, you will learn to implement document conversion jobs in SharePoint Server 2016, using Nintex Workflows.
Data Conversion Transformation In SQL Server Integration Service (SSIS)
Feb 09, 2016.
In this article you will learn about data conversion transformation in SQL Server Integration Service (SSIS).
String To DateTime Conversion In C#
Dec 25, 2015.
C# convert string to datetime. Learn how to convert a string to datetime in C#. There are several common methods including Convert.ToDateTime, DateTime.Parse, and DateTime.ParseExact to convert a string into a DateTime in C#.
Mapping ViewModel To Model Using Implicit Conversion Operator In C#
Dec 15, 2015.
Mapping a ViewModel to a Model in C# using an implicit conversion operator is a technique used to simplify the process of transferring data between these two related classes. ViewModels are typically used in the presentation layer to represent the data that will be displayed to users, while Models represent the underlying data structure and are often used for database interactions. By using implicit conversion operators, you can streamline the mapping process and improve the maintainability of your code.
Document Conversion Service in SharePoint 2013
Aug 07, 2015.
This article explains the Document Conversion Service in SharePoint 2013.
Data Type Conversion and IsNaN() Function in JavaScript
Mar 01, 2015.
This article explains Data Type Conversion and the isNaN() function in JavaScript.
Excel to XML Conversion in Visual Studio
Feb 02, 2015.
In this article you will learn how to convert an Excel data to XML in Visual Studio.
TTF/OTF Conversion in CSS
Jul 23, 2014.
This articles explains how to convert a TTF and an OTF to a Webfont and its use in CSS.
Type Conversion in C#
Mar 30, 2014.
This article explains one of the most important concepts of programming languages, Type Conversion, and how to do it effectively in our work.
New Conversion Function in SQL Server 2012
Oct 03, 2013.
SQL Server 2012 introduced the four new conversion functions: TRY_CAST, TRY_CONVERT, PARSE and TRY_PARSE.
New Parse Conversion Function in SQL Server 2012
Apr 23, 2013.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
Octal to Binary Conversion in Windows Store App
Feb 19, 2013.
In this article I explain how to convert octal to binary number system in Windows Store App.
Unit Conversion Tool for Pocket PC with Compact Framework in VB.NET
Nov 10, 2012.
This article explains about the unit conversion tool for Pocket PC. I have created a Unit conversion tool to calculate conversion from 16 different types.
Building a UNIX Time to Date Conversion Custom Control in VB.NET
Nov 09, 2012.
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.
String to System date conversion in VB.NET
Nov 09, 2012.
In this article you will learn how to use String to System date conversion.
New Built in Functions in SQL Server 2012 : Conversion Functions
Aug 18, 2012.
In this article, let us see how to use the 3 new builtin conversion functions of Microsoft SQL Server 2012 Release Candidate 0 with their syntax and sample queries.
New Data Type Conversion Functions in SQL Server 2012
Aug 06, 2012.
Today, I have provided an article showing how to utilize the new data type conversion Functions in SQL Server 2012.
Performing Data Conversion with Value Converter Class in Silverlight
Sep 03, 2011.
The Value Converter Class in Silverlight is responsible for converting source data just before it is displayed in the target and also doing job of converting the new target value just before it is supplied back to the source.
Access is denied when starting Conversion job in SharePoint Word Automation Service
Jul 13, 2011.
In this article we will be seeing how to resolve “Access is denied” error when Conversion job is started in SharePoint Word Automation Service.
Get a Conversion Rate From One Currency to Another Currency
Jun 06, 2011.
Here we are developing a web application that is used for getting a conversion rate for converting from one currency to another currency. For developing this application we need a web service to find the current conversion rate of currencies.
SQL Server Integration Services (SSIS) - Data Conversion Transformations in SSIS
Apr 24, 2011.
In this article we are going to see how to use the Data Conversion transformation inside a package. This is part 42 of the series of articles on SSIS.
Building a UNIX Time to Date Conversion Custom Control in C#
Feb 15, 2008.
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.
Image Conversion Utility in C#
Sep 14, 2006.
This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
Text-to-Speech Conversion in C#
May 11, 2004.
This article provides some elementary information about how to perform text to speech conversion using the speech SDK 5.1.
Unit Conversion Tool for Pocket PC with Compact Framework
May 22, 2002.
I have created a Unit conversion tool to calculate conversion from 16 different types.
C# to VB.NET Code Conversion Web Service
Mar 20, 2002.
ConvertCSharp2VB is a Web Service that converts a C# code block into VB.Net. It exposes the Service Description and WSDL for the Web Service, so you can implement this functionality in your applications.
The Convert Class : Conversion Made Easy in .NET
Jan 08, 2001.
The Convert class takes care of most of the data type conversions in .NET programming.
How to Use GitHub Copilot for Code Conversion
Apr 24, 2025.
Learn how to use GitHub Copilot for quick and easy code conversion from one programming language to another.
Automated Way for PBIX to PBIP File Conversion
Sep 04, 2024.
To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "<<PBIXFilePath>>" -ConversionFileType "<<ConversionFileType>>" to perform the conversion.
Data Conversions in C# with SuperConvert
Jan 03, 2024.
In this article, I will explain the Nuget library "SuperConvert" that provides seamless data conversion for.net, like Convert  datatable to JSON. Convert JSON to Datatable, Convert CSV to DataTable, Convert CSV to JSON, Convert DataTable to CSV, Convert DataTable to XLS, Convert JSON to CSV, Convert JSON to XLS.
Using SuperConvert.Abstraction NuGet Library for Data Conversion
Aug 23, 2023.
SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such as JSON, CSV, and XLS, using a simple and intuitive API. The library also introduces a new Dependency Injection (DI) service to streamline the usage of its features.
Type Conversions in JavaScript
Apr 12, 2020.
In this article, you will learn about type Conversions (or) casting in JavaScript and its types.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part Four
Mar 24, 2017.
How To configure document conversions In SharePoint 2013 Central Administration.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part Three
Mar 23, 2017.
In this article, we will see how to configure document conversions in SharePoint 2013 Central Administration. This configuration will help to convert file types like InfoPath form to the Web page or Word document to the web page, Word document with macros to the Web page or XML to the Web pages on a Web Application, which you select and configure on Central Admin.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part Two
Mar 22, 2017.
In this article, we will see how to configure document conversions in SharePoint 2013 Central Admin.
How To Configure Document Conversions In SharePoint 2013 Central Administration - Part One
Mar 21, 2017.
In this article, we will see how to configure document conversions in SharePoint 2013 Central Admin.
SharePoint 2013 Design Manager - HTML To Master Page Conversion
Oct 06, 2015.
In this article, you will learn how to use SharePoint 2013 Design Manager to create master page from html page.
Implicit And Explicit Conversions In C#
Sep 30, 2015.
In this article you will learn how readability of code can be improved with implicit and explicit operators.
Examples Of DATE/DATETIME Conversion
May 15, 2015.
Basic considerations and examples of DATETIME, DATE and TIME data types.
Conversion Operators in LINQ
Apr 30, 2015.
This article explains the Conversion Operators in LINQ.
Conversion Between Types in C#
Mar 22, 2015.
The article describes the type conversion as well as the compile time and run time errors in C# programming.
Conversion Helpers in MVC Razor: Validating Posted Data
Jan 31, 2014.
This article describes Conversation Helpers in MVC Razor and explains how to validate posted data.
Conversion from Object to JSON by Json.NET
Jul 02, 2012.
Explore seamless conversion of objects to JSON using Json.NET, a popular library in C#. Learn efficient serialization techniques, data transformation strategies, and harness the power of .NET development for smooth integration and optimal JSON handling.
Conversion Functions Using SQL Query in SQL Server
Jul 01, 2012.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
Core Java: Type Casting And Type Conversion
Jul 04, 2011.
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 Java.
Conversion Classes & CultureInfo Class in C#
Feb 03, 2010.
In this article I will explain you about the Conversion Classes & CultureInfo Class in C#.
String Encoding/Decoding and Conversions in C#
Feb 02, 2010.
In this article, I will explain C# String Encoding/Decoding and Conversions in C#.
Array Conversions in C#
Jan 20, 2010.
In this article I will explain you about the Array Conversions in C#.
Type Conversions in C#
Nov 16, 2009.
In this article I will explain you about type conversion in C#.
C# and XAML within a Silverlight 2 context - Data conversion: Part VII
Dec 29, 2008.
In this article I will show how to implement a customized converter as a part of the article how does XAML interact within C# code.
Type Conversions In C#
Dec 04, 2001.
Type conversion is a process of converting one type into another. Using C# type conversion techniques, not only can you convert data types, you can also convert object types.
Convert .media to MP4 with FFmpeg: Reliable Webcam Recording Solution
Apr 21, 2025.
Learn how to easily convert .media files from webcam recordings to the widely supported MP4 format using FFmpeg.
Creating a Currency Converter Using Java with Code
Dec 19, 2024.
This article demonstrates creating a Java-based console currency converter that converts amounts between USD, EUR, and INR using predefined exchange rates. It includes user input, conversion logic, and sample code.
Array to Text File: Detailed Overview of ArrayIOExtensionsLib Class
Oct 03, 2024.
This article provides a comprehensive overview of the ArrayIOExtensionsLib class, detailing its functionality for converting arrays to text files in C#. We explore its key features, methods, and practical applications, including data serialization and file management techniques.
Understanding Adapter Design Pattern
Aug 16, 2024.
The Adapter Design Pattern is a structural pattern that allows incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces by converting the interface of a class into another interface clients expect.
Convert an Embedded Resource into an XML File in WPF C#
Jun 06, 2024.
When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during runtime.
Difference Between "is" And "as" Operator in C#
May 31, 2024.
The is and as operators in C# have distinct behaviors and serve different purposes. The is operator is used for type checking, while the as operator is used for casting.
Understanding Your Internet Speed Converting Mbps to MBps
May 24, 2024.
Understanding your internet speed is crucial for efficient online activities. This guide simplifies the conversion process from Mbps to MBps, helping you grasp the difference between megabits and megabytes per second.
Understanding ToString() vs Convert.ToString() in C#
May 23, 2024.
In C#, both ToString() and Convert.ToString() are used to convert objects to their string representation. However, they have different usages and behavior. Understanding the differences between these two methods can help you choose the right one for your needs.
Convert Attachment to Base64 in Power Apps for Email Attachments
Mar 27, 2024.
Convert attachment files into Base64 strings in Power Apps. Use Power Automate to trigger email creation, dynamically attaching the Base64-encoded files. Streamline workflow, automating attachment handling and email sending seamlessly.
Convert Text to Audio using Azure and .NET 8
Mar 01, 2024.
In this article, we will learn how to harness the power of Azure and .NET8 to seamlessly convert text into audio. Explore the integration of Azure Cognitive Services for text-to-speech functionality, leveraging the robust capabilities of.NET8 for efficient development.
How to Import Azure Wiki Contents into a JSON File
Feb 13, 2024.
In today’s digital age, organizations often depend on collaborative tools like Azure Wiki to streamline knowledge sharing among team members. In this article, we’ll see how to import Azure Wiki content into a JSON file using Azure DevOps Services REST API with Python.
How to Convert a Month Number to Month Name in PostgreSQL
Nov 28, 2023.
Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
Convert Word to PDF with Power Automate
Sep 07, 2023.
Explore a step-by-step guide on converting Word to PDF with Microsoft Power Automate, all without the need for premium connectors. Learn how to streamline your document conversion process and save costs while ensuring compatibility and accessibility in today's digital landscape.
ParseInt In JavaScript
Mar 11, 2022.
In this article, you will learn about ParseInt in JavaScript.
How to Convert an Array to a List in C#?
Jan 13, 2022.
Converting an array to a list in C# involves transforming the data structure from an array, which has a fixed size, into a list, which can dynamically adjust its size. This process is essential when flexibility in modifying the collection is needed. In C#, this can be achieved using the `ToList()` method provided by LINQ (Language Integrated Query) or by using the `List<T>` constructor, passing the array as an argument. Both approaches enable seamless conversion, allowing for easier manipulation and utilization of the collection's elements. This guide provides insights into the step-by-step process of converting an array to a list, emphasizing its utility and demonstrating practical use cases.
How to Convert String Representation Number To Integer In C#
Dec 30, 2021.
C# per-define functions using string representation number to integer conversion.
Cinchoo ETL - Converting JSON To CSV File
Nov 02, 2021.
In this article, you will learn a quick tutorial about converting JSON to CSV file using Cinchoo ETL.
Convert Text File To PDF File And ViceVersa Using ItextSharp
Feb 15, 2021.
Learn how to seamlessly convert text files to PDF and vice versa using iTextSharp, a powerful library for document manipulation in C#. This tutorial covers step-by-step instructions for efficient file conversion, enabling you to manage text and PDF documents with ease.
How To Display Value Of Date Time Column In SPFx Web Part
Feb 01, 2021.
In this article, we will learn how we should display the value of the date-time column in SPFx web parts.
Implement Kendo Upload And Convert Excel Data To JSON
Aug 24, 2020.
In this article, you will learn how to implement Kendo Upload and Convert Excel Data to JSON.
Converting the Disk Partition From MBR to GPT Using the Command Prompt
May 12, 2020.
In this article, we will discuss converting the disk partition from MBR to GPT using the Command Prompt.
Converting an Image into Oil Painting Using Actions in Photoshop🖌️🖌️
Apr 20, 2020.
In this article, we will discuss converting an image into an oil painting using actions in Photoshop.
What Is Embeddinator-4000
Nov 18, 2017.
Learn and download Embeddinator-4000
XAML Value Converter With A Simple Example
Sep 27, 2017.
Learn how to convert data formats using XAML's value converters, crucial for transforming string input (like from a textbox) into boolean values (for checkbox status). Explore setup, implementation using IValueConverter, and .NET's built-in classes for efficient data binding in UI design.
Python Data Types
Sep 25, 2015.
In this article we will learn the data types in python.
Introduction To Type Casting In C#
Sep 24, 2015.
In this article we will learn type casting and converting in C#. Some operators will also be discussed.
Convert PDF to Word Using C#
Jul 13, 2015.
This article shows how to how to read a PDF file and then convert it to Word format.
Convert PDF to Other Format Using Spire.PDF
Jun 25, 2015.
This article shows how to convert a PDF using Spire.PDF.
How to Convert Format of a Video File
May 17, 2015.
This article explains how to convert one video format file into another video format.
Introduction to Web Service with Example in ASP.NET
Apr 30, 2015.
Explore creating web services in ASP.Net for code reuse across multiple applications. Understand web method attributes, platform independence, and date conversion functionalities. Examples demonstrate creating and invoking web methods for calculating days from given dates.
Convert CSV File to XML With DataTable
Apr 20, 2015.
In this short article, we'll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
Learn Important WPF (XAML) Concepts in 15 Minutes
Dec 10, 2014.
I prepared this content to teach WPF (XAML) easily and quickly.
Convert Word File to PDF Using C# dLL
Dec 02, 2014.
This article shows how to convert a Word file to a PDF using C#.
Creating PDF From HTML Using JSPDF
Jul 02, 2014.
Learn how to create PDFs from HTML using the jsPDF library in this comprehensive guide. Discover the step-by-step process to convert your HTML content into a PDF document effortlessly with JavaScript.