C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
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]
Mahesh Chand(5)
Aarav Patel(4)
Shafaet Hossain(3)
Vinoth Xavier(3)
Sanjay Kumar(3)
Vijay Yadav(3)
Vijayaragavan S(3)
Rajesh Gami(2)
Sandhiya Priya(2)
Gowtham Rajamanickam(2)
John Godel(2)
Allam Purushotham(2)
Jejji Arora(2)
Jignesh Kumar(2)
Alagunila Meganathan(2)
Sarathlal Saseendran(2)
Deepak Tewatia(1)
Deepika Sawant(1)
Rohit Gupta(1)
Abiola David(1)
Nagaraj M(1)
Riya Patel(1)
Hariyanisantosh (1)
Vipin Mittal(1)
Tuhin Paul(1)
Jayant Kumar(1)
Saurav Kumar(1)
Ananya Desai(1)
Niharika Gupta(1)
Rajeev Paliwal(1)
Asfaque Ansari(1)
Micheal Xavier A (1)
Ashish Bhatnagar(1)
Vaishali Vishwakarma(1)
Himanshu Patel(1)
Eliana Blake(1)
Vipul Malhotra(1)
Dashrath Hapani(1)
Kirtesh Shah(1)
Sangeetha S(1)
Jalpa Dhola(1)
Swesh S(1)
Jeeva Subburaj(1)
Chetan Sanghani(1)
Jaimin Shethiya(1)
Kautilya Utkarsh(1)
Muhammad Asif(1)
Rasul Huseynov(1)
Keyur Pandya(1)
Rijwan Ansari(1)
Sreenath Kappoor(1)
Ayush Gupta(1)
Jefferson S. Motta(1)
Jitendra Mesavaniya(1)
Suraj Vishwakarma(1)
Harunraseed Basheer(1)
Naveen Kumar(1)
Jithu Thomas(1)
Ankeet Dange(1)
Ajay Kumar(1)
Ali Benchaaban(1)
Mohamed Shifan(1)
Nikhil Patil(1)
Mukesh Nailwal(1)
Vikas Pawar(1)
Raj Kumar(1)
Keyur (1)
Khoday Akilesh(1)
Shaily Dubey(1)
Uday Dodiya(1)
Chandani Prajapati(1)
Raj Bhatt(1)
Raja Msr(1)
Abhishek Yadav(1)
Resources
No resource found
C# Word Library: Comparing 7 Options for .NET Developers in 2026
May 21, 2026.
Explore the top 7 C# Word libraries for .NET in 2026. Compare features, licensing, and performance to choose the best option for document generation, parsing, and conversion.
Converting Cognos Reports into Power BI Dashboards
Apr 14, 2026.
Migrating from Cognos to Power BI requires strategic planning. Redesign data models, convert calculations to DAX, and map security for successful modernization.
How to Convert PDF Documents into AI Searchable Knowledge Base
Mar 24, 2026.
Transform PDFs into an AI-powered knowledge base! Extract text, create embeddings, and build a smart search system. Unlock insights and boost productivity.
How to Convert USDT from Ethereum to Polygon
Mar 12, 2026.
Learn how to convert USDT from Ethereum to Polygon for faster, cheaper transactions. Explore bridges and exchanges for seamless transfers and cost savings.
How to Convert USDT from ERC20 to Polygon
Mar 12, 2026.
Learn how to convert USDT from ERC20 (Ethereum) to Polygon for faster, cheaper transactions. Explore methods, costs, and tips for a seamless transfer. Perfect for DeFi!
How much does it cost to convert USDT from Ethereum to Polygon?
Mar 12, 2026.
Understand the costs of converting USDT from Ethereum to Polygon. Learn about gas fees, bridging options, and how to minimize expenses for cheaper transactions.
How Does TypeScript Help When Consuming ASP.NET Core Web APIs?
Feb 28, 2026.
TypeScript bridges the gap between React and ASP.NET Core APIs, preventing contract drift. It offers strong typing, safer refactoring, and automatic model generation.
How to Migrate a React JavaScript App to TypeScript in ASP.NET Core
Feb 28, 2026.
Step by step guide to migrating an existing React JavaScript project to TypeScript inside an ASP.NET Core solution using Visual Studio. Learn best practices and common pitfalls.
OpenClaw Workflow for Startup Growth: What It Is and How It Converts Leads
Feb 10, 2026.
Learn what the OpenClaw workflow is and how it maps an AI-driven growth funnel from first website visit to closed deal, with decision points, automation, and conversion optimization.
Converting String Dates to Real Date Types in PySpark
Feb 01, 2026.
In this article, I covered how to transform string dates to proper date types in PySpark using to_date() and to_timestamp()
Convert data/text/image to vector data for AI
Jan 29, 2026.
Unlock AI's potential by converting data to vectors! Learn how embeddings enable semantic search, RAG, chatbots, and more. Build intelligent, scalable AI systems.
How To Fix "Error Converting Data Type NVARCHAR to Numeric" in SQL Server
Jan 15, 2026.
Troubleshoot the "Error converting data type nvarchar to numeric" in SQL Server. Identify bad data, clean it effectively, and use safe conversion methods. Improve data quality and prevent runtime errors.
Hybrid Query Engine: SQL + JSONB + XML within the Same Data Model
Nov 20, 2025.
Unify SQL, JSONB, and XML in a single data model with a Hybrid Query Engine! Query across formats with consistent performance and governance. Ideal for modern apps.
Stop Struggling! Convert JSON or XML to C# Classes Instantly in Visual Studio
Nov 19, 2025.
Stop manually creating C# classes from JSON/XML! Visual Studio's 'Paste Special' feature instantly generates them. Save time, avoid errors, and boost productivity!
Using JSON and XML Data Efficiently in SQL Server for APIs
Nov 05, 2025.
Leverage SQL Server's JSON & XML capabilities for efficient APIs. Parse data, return responses directly from SQL, boosting performance & simplifying integration.
Program to Convert Decimal to Binary in C#
Oct 29, 2025.
Learn how to convert decimal numbers to binary in C# using a recursive function within an ASP.NET WebForms application. Includes code and examples! #csharp
How to convert a tree to a doubly linked list in C++?
Oct 17, 2025.
Learn how to convert a binary tree or BST into a doubly linked list (DLL) in C++ efficiently. This guide explores three approaches: recursive inorder traversal, iterative stack-based conversion, and the memory-efficient Morris traversal. Understand the pros and cons of each method, including code examples, to choose the best solution for your needs. Master tree pointer manipulation and in-place transformations for coding interviews and practical applications. The conversion preserves inorder sequence.
đź§© Convert SQL Server DataTable Rows into Pivot Table (With Example)
Oct 16, 2025.
Learn how to convert SQL Server DataTable rows into a pivot table for enhanced data analysis and reporting. This guide provides a step-by-step example using the PIVOT operator, including dynamic SQL for automatically generating columns. Discover when to use pivot tables and explore alternative techniques like UNPIVOT and GROUP BY. Ideal for BI dashboards and Excel exports, this tutorial simplifies data visualization in SQL Server.
Converting CSV/MCX Files to DataTable and Bulk Insert into SQL Server in C#
Oct 13, 2025.
Learn how to efficiently convert large CSV/MCX files, commonly used in financial applications like stock market data processing, into DataTable objects using C#. This article provides a step-by-step guide on filtering data and performing bulk inserts into SQL Server using SqlBulkCopy for optimal performance and maintainability.
How to Convert a Grayscale Image to Binary or Negative Image Using Python
Oct 08, 2025.
Learn how these fundamental operations enhance real-time vision systems, using a Singapore toll booth example. Optimize image processing for edge deployment with our zero-dependency code, boosting accuracy and reducing bandwidth. Perfect for OCR, object detection, and low-latency applications.
How to Convert CSV to JSON in JavaScript
Oct 07, 2025.
Learn how to convert CSV to JSON in JavaScript using various methods, from simple plain JavaScript parsers for small datasets to robust libraries like csv-parse and PapaParse for handling complex CSV files with quoted fields, escapes, and large data volumes. Choose the right approach based on your project's needs, considering performance, memory usage, and browser compatibility.
How to Convert a Python Script to an Executable (.exe)
Oct 06, 2025.
Learn how to convert your Python scripts into standalone Windows executables (.exe) using PyInstaller! This comprehensive guide covers everything from installation and basic conversion to adding custom icons, bundling external resources like images and JSON files, and accessing those resources reliably at runtime using sys._MEIPASS.
How Can I Convert JSON to a Python Object Dynamically?
Oct 06, 2025.
Unlock the power of JSON in Python! This guide provides a comprehensive overview of converting JSON data into dynamic Python objects. Learn to use json.loads(), SimpleNamespace, dataclasses, and jsonpickle to handle various JSON structures, from simple dictionaries to complex nested objects. Master techniques for efficient data manipulation and seamless integration with APIs. Elevate your Python skills and build robust, data-driven applications.
How to Convert a Nested List into a Flat List in Python
Oct 06, 2025.
Master the art of flattening nested lists in Python! This guide explores various methods, from basic loops to advanced techniques using itertools and NumPy. Learn when to use recursion for deeply nested structures, list comprehensions for clean code, and NumPy for efficient numerical data processing. Optimize your data manipulation skills for data science, machine learning, and API development. Choose the best approach for performance and readability.
How to Convert Recursive Algorithms to Iterative in Java
Sep 23, 2025.
Avoid StackOverflowError in Java by converting recursive algorithms to iterative solutions. Learn how to transform tail recursion into loops, simulate recursion with stacks for DFS, use dynamic programming for overlapping subproblems like Fibonacci, and leverage queues for BFS. Optimize performance and memory usage by choosing iteration over recursion when depth is a concern. This guide provides practical Java code examples for each conversion strategy, ensuring robust and efficient code.
Choose a Data Storage Approach at the Cloud
Aug 23, 2025.
This Article explains different types of data classification—structured, semi-structured, and unstructured data—in simple, easy-to-understand language. It breaks down how each type is stored, organized, and used, with real-world examples like product catalogs, photos, and business reports. We also explored common data serialization formats (XML, JSON, YAML) with plain explanations, examples, pros and cons, and a comparison table. Finally, we summarized everything with a visual infographic and a comparison table to make it easy to remember.
AJAX The power behind Dynamic Web pages
Aug 22, 2025.
AJAX enables fast, interactive, and user-friendly web applications by updating data without reloading pages. It improves performance, enhances user experience, supports real-time updates, and remains vital in modern web development despite limitations.
What is JSX, and How Does it Work in React
Aug 11, 2025.
JSX lets you write HTML-like syntax directly in JavaScript, making UI creation easier. It combines JavaScript logic with markup, enabling dynamic, readable, and maintainable React components.
Understanding AJAX (Asynchronous JavaScript and XML)
Aug 09, 2025.
This article provides a comprehensive introduction to AJAX (Asynchronous JavaScript and XML), explaining what it is, how it works, and why it’s important in modern web development.
Casting and Converting
Jul 31, 2025.
Learn how type casting works in Java, including primitive and object casting, upcasting, downcasting, and common pitfalls like ClassCastException with practical examples and inheritance-based scenarios.
Mastering Swagger in ASP.NET Core (.NET 6/7/8)
Jul 28, 2025.
Learn how to integrate and customize Swagger in your ASP.NET Core (.NET 6/7/8) API project using Swashbuckle. This guide covers setup, best practices, and practical tips to create clean, interactive API documentation.
Quickstart: Convert Text to Speech Using Azure AI Speech Service
Jun 22, 2025.
Quickstart: Convert Text to Speech Using Azure AI Speech Service or Build a Text-to-Speech App with Azure AI Services in C#
How To Run JavaScript in Power Automate Desktop Using “Run JavaScript” Action
Jun 17, 2025.
Learn how to run JavaScript directly in Power Automate Desktop using the “Run JavaScript” action. Build objects, return JSON via WScript.Echo(), and integrate JS logic seamlessly into your PAD flows.
Prompt Engineering Converts Your Native Language into a Programming Interface—Powered by PT-SLMs
May 23, 2025.
Private Tailored Small Language Models (PT-SLMs) transform natural language into secure, domain-specific interfaces—empowering employees to query, code, and communicate using prompts in their native language, safely and intelligently.
From Sketch to Code: How Firebase Studio Converts Ideas into Apps
May 08, 2025.
Learn how to convert sketches into apps using Firebase Studio. Discover the design-to-code workflow and speed up your app development process.
How to Convert a DataTable to a List of Objects in C#
Apr 27, 2025.
Learn how to convert a DataTable to a List<T> in C#. Explore manual, reflection-based, and LINQ methods for better performance, type safety, and cleaner code. Improve maintainability in modern C# applications.
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.
How to Convert a List of Objects to a DataTable in C#
Apr 23, 2025.
In real-world C# applications, especially when working with data layers or exporting data (e.g., to Excel, reports, or grids), you may often need to convert a generic list of objects (List<T>) to a DataTable.This article shows you how to do that in a clean, reusable way using reflection.
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.
How to Convert Image to Text in Blazor Server (Simple OCR Example)
Apr 10, 2025.
OCR (Optical Character Recognition) is a technology that extracts text from images. In this tutorial, we’ll build a simple Blazor Server application that allows users to upload an image and extract text from it using the Tesseract OCR engine.
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.
Create and Convert Word to PDF in OneDrive Using Power Apps
Feb 04, 2025.
Create a Canvas App to upload a Word document to OneDrive and convert it to PDF using Power Automate. Utilize Media Control, OnSelect events, and Power Automate flow to create, convert, and store the file seamlessly.
How to Convert a DataTable to a List of Objects in C#
Jan 27, 2025.
In many scenarios, you may need to convert this DataTable into a list of custom objects for easier manipulation and readability. In this article, we’ll go through a simple yet effective way to convert a DataTable to a list of any object type using C#.
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#.
Menu Navigation Layout in Android Studio
Dec 06, 2024.
The article explains creating a navigation menu layout in Android to enable seamless activity transitions. It covers Java code and XML design with DrawerLayout and NavigationView, ensuring intuitive UI interaction.
How to Read and Write JSON Files in C#
Nov 17, 2024.
JSON is a common data format used in APIs, configuration files, and data exchange. Learn to handle JSON in C# using `System.Text.Json`. This article covers creating data models, writing to and reading from JSON files, with practical code examples for efficient JSON management.
Converting HTML to PDF or Image in C# Using wkhtmltopdf Part 2 - Header & Footer
Nov 13, 2024.
In this tutorial, learn how to convert HTML to PDF or image in C# using wkhtmltopdf. This part covers adding and customizing headers and footers in your generated PDFs, enhancing document structure and appearance.
Converting HTML to PDF or Image in C# Using wkhtmltopdf
Nov 05, 2024.
This guide explains generating PDFs and images from HTML using wkhtmltopdf in C#. With wkhtmltopdf's Webkit-based engine, convert HTML content, including complex CSS and JavaScript, into high-quality PDFs or images.
Serialization and DeSerialization in C#
Oct 21, 2024.
Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binary, and SOAP serialization.
Hidden Gems - Converting the Table Response Into String Variable
Oct 03, 2024.
Discover the hidden gems and best practices for effectively handling data within Microsoft Copilot. Enhance your AI-driven applications by learning essential techniques for data manipulation and integration.
Efficient Package Management in Large Enterprises with Directory.Packages.props
Sep 23, 2024.
Managing NuGet package versions in large C# solutions can be challenging. The Directory.Packages.props file simplifies this by allowing you to define package versions in one central location, ensuring consistency across all projects.
What is a Sitemap and How to Use It?
Aug 09, 2024.
A sitemap is a crucial tool for website optimization, aiding search engines in indexing your site efficiently. This guide explores the definition, types, and benefits of sitemaps, including XML and HTML formats.
Create XML in .NET Core API and Send to Stored Procedure Using Dapper
Jul 30, 2024.
Learn how to create and send XML data to a stored procedure in a .NET Core Web API. This guide covers setting up a .NET Core Web API project, generating XML from data models, using Dapper for database interaction, and configuring a stored procedure to handle XML data. Ideal for complex data integration.
Advanced ADO.NET Features for Complex Data and Async Operations
Jul 23, 2024.
ADO.NET remains essential for database interactions in . NET. Advanced features include handling complex types with SQL Server's UDTs and XML data, managing binary data with VarBinary, and leveraging asynchronous operations for improved performance.
Content Negotiation in .NET Core Web API
Jul 11, 2024.
Content negotiation in REST APIs allows clients to specify their preferred response format (e.g., JSON or XML) using HTTP headers like Accept and Content-Type. ASP.NET Core Web API supports this with built-in JSON support and customizable formatters for XML and other formats.
Convert Speech into Text using Python
Jul 09, 2024.
Speech-to-text conversion is a fascinating area of technology that allows computers to understand and transcribe spoken language into text. This capability has numerous applications, from virtual assistants and transcription services to accessibility tools and hands-free device operation.
TaskCompletionSource in .NET to Convert Async Non Task to Async Task
Jul 09, 2024.
TaskCompletionSource<T> in .NET allows manual creation and control of tasks, enabling custom async patterns and adapting non-task-based APIs. With methods like SetResult, SetException, and SetCanceled, it facilitates complex asynchronous operations, event handling, and integration, enhancing code flexibility and readability.
Understanding View Binding in Android
Jul 09, 2024.
View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that module. An instance of a binding class contains direct references to all views that have an ID in the corresponding layout.In most cases, view binding replaces findViewById
How to Convert varbinary to Base64 String in SQL Server
Jul 03, 2024.
Learn how to convert varbinary data to Base64 strings in SQL Server using XML functions and the CAST method. This tutorial provides clear steps and SQL examples for encoding binary data, crucial for web applications needing text-based transmission of images and files.
Understanding LINQ While Writing Your Own
Jul 03, 2024.
LINQ (Language-Integrated Query) in .NET offers a unified, declarative way to query diverse data sources like objects, databases, XML, and more. It simplifies data manipulation with methods like Where, Select, and GroupBy, supporting both query and method syntax.
Copying Footers Between SharePoint Sites Using PnP PowerShell
Jun 24, 2024.
I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites is straightforward with PnP.
How To Convert Older C# Version to C# 12 With Example
Jun 17, 2024.
Many developers still use older versions of C# due to legacy codebases, corporate constraints, and familiarity with older language features. Upgrading can seem daunting, but modern versions of C# offer significant benefits such as better performance, enhanced features and improved security.
Web API
Jun 11, 2024.
A Web API (Application Programming Interface) enables applications to communicate over the internet. Using protocols like HTTP and data formats such as JSON and XML, Web APIs facilitate interaction between different software systems.
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.
WADL vs WSDL: The Battle of Web Service Descriptors
May 30, 2024.
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 enjoys broader adoption, WADL's simplicity attracts developers in REST contexts.
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 Doc to Pdf using NodeJS
May 08, 2024.
In this article, I demonstrate how to convert Word files to PDF using PowerShell, a feature supported on all Windows operating systems.
Converting Python Code into a Package for Open Source
May 07, 2024.
Learn how to transform your Python code into a reusable package and share it with others. This easy-to-follow steps covers the steps to package your code, choose a license, and make it open-source.
Convert Rows to CSV & Eliminate Duplicates in SQL Server
May 06, 2024.
Using SQL Server's string aggregate function, efficiently transform row data into a comma-separated format, while simultaneously removing any duplicate entries, ensuring data integrity and optimization.
Learn JSX and React Components
Apr 03, 2024.
A brief idea about the JSX and React Components.
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.
Creating Custom NuGet Packages in C#
Mar 10, 2024.
Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
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.
Customize Your Office Installer Using Office Deployment Tools
Feb 28, 2024.
Customize your Microsoft Office installer effortlessly with Office Deployment Tools. Tailor settings, configurations, and deployment strategies to fit your organization's needs using command-line options and XML configuration for seamless setup.
Converting Classic SharePoint Team Sites to Modern Communication Sites
Feb 27, 2024.
Converting Classic SharePoint Team Sites to Modern Communication Sites to better collaboration and productivity. Enhanced feature, customized web part and extension.
How to Convert OST to PST Manually - Top 3 Proven Methods
Feb 21, 2024.
Trying to know how to convert OST to PST manually? Read this article and get top three methods to export OST file to PST effortlessly.
D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShell
Feb 20, 2024.
Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
Android Responsive Login Screen Design using Constraint Layout
Feb 16, 2024.
In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
Using XML Key-Value Pairs in C# as a Dictionary
Jan 30, 2024.
To represent key-value pairs in XML, you typically use elements and attributes. how to represent key-value pairs in XML using C#. It covers XML file creation, interface and enum implementation, and methods for getting and setting values in an XML file. The example includes a WPF application for interaction.
Visual Studio Feature: Convert JSON or XML to Classes
Jan 30, 2024.
In this article, I will demonstrate how to use the Visual Studio feature Paste JSON as Classes or XML as Classes. This feature was introduced in Visual Studio 2013. This compelling feature will help the developer convert JSON to a C# class or XML to a C# class.
Converting Outlook MSG to HTML in C# for Enhanced Readability
Jan 22, 2024.
Converting Outlook MSG to HTML in C# for Enhanced Readability" describes the process of converting Microsoft Outlook MSG files into HTML format using the C# programming language. This conversion is undertaken with the primary goal of improving the readability and accessibility of the message content.
DropDown List Using XML in ASP.Net C#
Jan 11, 2024.
The first dropdown, "ddldist," displays district names, and the second dropdown, "ddltaluka," displays taluka names based on the selected district. The C# code uses the Page_Load method to load district data on the initial page load. The ddldist_SelectedIndexChanged method handles the district selection, filtering, and populating of the taluka dropdown accordingly. The XML files "District.xml" and "Taluka.xml" store the district and taluka data, respectively.
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.
How to Create a Logic App to Convert PDF into Word
Jan 03, 2024.
In this article, we are going to learn about How to create a Logic App to convert PDF into word. Learn how to create an Azure Logic App that automatically converts PDF files into Word documents and saves them in Dropbox. Follow step-by-step instructions for seamless integration.
How To Invoke SOAP Web Service in MuleSoft
Dec 24, 2023.
In this article, you will learn how to invoke SOAP Web Service from the MuleSoft application. SOAP (Simple Object Access Protocol) is a protocol for exchanging structured information in the implementation of web services. It is a messaging protocol that allows programs running on different operating systems to communicate with each other by using XML as the message format.
How to create a Logic App to convert documents into PDF
Dec 17, 2023.
In this article, we are going to see about How to create a Logic App to convert documents into PDF
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 Text To Speech Using Azure AI Speech With Angular 16 And .NET 6
Nov 05, 2023.
In this post, we will see all the steps to convert text to speech using Azure AI speech service with Angular 16 and .NET 6 applications.
Get XML element value Action in Desktop flow using Microsoft Power Automate
Nov 03, 2023.
Reading this article, you can learn how to Get XML element value in Desktop flow using Microsoft Power Automate.
Write XML to File Action in Desktop Flow using Microsoft Power Automate
Oct 31, 2023.
Reading this article, you can learn how to Write XML to file in Desktop flow using Microsoft Power Automate. Reading this article, you can learn how to Write XML to file in Desktop flow using Microsoft Power Automate.
Read XML From File Action in Desktop Flow using Microsoft Power Automate
Oct 30, 2023.
Reading this article, you can learn how to Read XML from file Action in Desktop flow using Microsoft Power Automate
Convert Speech To Text Using Azure AI Speech In Angular 16 And .NET 6 Web API
Oct 29, 2023.
In this post, we will see how to record audio from microphone and convert to a text using Azure AI Speech and .NET 6 Web API. We are using Angular 16 on the client side
Convert String to JSON using Power Automate Microsoft Flow
Oct 18, 2023.
Learn to convert a string to JSON in Power Apps. Explore two methods: the JSON expression and the Parse JSON Data Operation, followed by reading the JSON data for effective data manipulation.
How To Render Avatar Images From XML Data In Blazor?
Oct 11, 2023.
In this scenario, you'll need to read XML data, parse it, and then render avatar images inside a popup component in a Blazor application. This involves creating a data model, a service to handle XML parsing, and a component to display the avatars in the popup.
DateTime in SQL Server
Sep 13, 2023.
In this article we will learn about DateTime in SQL Server
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.
Exploring the Diverse Flavors of LINQ with Examples
Aug 22, 2023.
LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and manipulate data without worrying about the underlying data source, whether it's an in-memory collection, a database, or XML
Convert String into Array in JavaScript
Aug 21, 2023.
Efficiently transform strings into arrays in JavaScript. Explore split() method, custom delimiters, and JSON conversion.
How to Convert DataTable to JSON in ASP.NET Web API
Aug 21, 2023.
This article will show you how to convert a DataTable to a JSON string in an ASP.NET Web API. You can use this technique to return data from your Web API in a format that is easy for clients to consume.