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]
Vijay K(4)
Pankajkumar Patel(3)
Rajesh Gami(3)
Sanjay Kumar(3)
Vijay Yadav(3)
Jignesh Kumar(3)
Vijayaragavan S(3)
Micheal Xavier A (2)
Jejji Arora(2)
Tural Suleymani(2)
Kaushik Dudhat(2)
Venkatasubbarao Polisetty(2)
Sandeep Mishra(2)
Farhan Ahmed(2)
Riya Patel(1)
Deepak Tewatia(1)
Hariyanisantosh (1)
Jayant Kumar(1)
Rajeev Paliwal(1)
Asfaque Ansari(1)
Aarav Patel(1)
Vaishali Vishwakarma(1)
Vipul Malhotra(1)
Wilson Mok(1)
Sangeetha S(1)
Praveen Sreeram(1)
Jeeva Subburaj(1)
Chetan Sanghani(1)
Jaimin Shethiya(1)
Rasul Huseynov(1)
Keyur Pandya(1)
Sreenath Kappoor(1)
Ayush Gupta(1)
Jithu Thomas(1)
Ishika Tiwari(1)
Jayraj Chhaya(1)
Ajay Kumar(1)
Mohamed Shifan(1)
Allam Purushotham(1)
Vikas Pawar(1)
Raj Kumar(1)
Shaily Dubey(1)
Raj Bhatt(1)
Jaimin Patel(1)
Gurpreet Arora(1)
Ziggy Rafiq(1)
Sardar Mudassar Ali Khan (1)
Simran Verma(1)
Ali Benchaaban(1)
Enrique Aguilar (1)
Santosh Sarnobat(1)
Pasang Tamang(1)
Sumit Gupta(1)
David Mccarter(1)
Abhishek Singhal(1)
Rohol Amin(1)
Ganesan C(1)
Kirtesh Shah(1)
Ramakrishnan R(1)
George (1)
Love Thakker(1)
Vijay Kumari(1)
Istiaque Chowdhury(1)
Sarathlal Saseendran(1)
Bidyasagar Mishra(1)
Jin Necesario(1)
Faisal Pathan(1)
Arkadeep De(1)
Mehreen Tahir(1)
Rupesh Kahane(1)
Adalat Khan(1)
Mahesh Chand(1)
Ashish Vishwakarma(1)
Altaf Ansari(1)
Dinesh Kushwaha(1)
Sagar Shinde(1)
Pradeep Yadav(1)
Humza Tufail(1)
Resources
No resource found
Linux Containers Explained: Namespaces, Cgroups, and Container Runtime Basics
Jul 07, 2026.
Unlock the power of Linux containers! Explore namespaces, cgroups, runtimes, and images for efficient, secure, and scalable applications.
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.
How to Send and Receive Messages from Azure Service Bus using .NET Client Library?
Jan 22, 2026.
Learn how to send and receive messages from Azure Service Bus using the .NET client library. Create resources, assign roles, and build a .NET console application.
How to Send and Retrieve Events from Azure Event Hubs using .NET Client Library?
Jan 20, 2026.
Learn how to send and retrieve events from Azure Event Hubs using the .NET client library. Create resources, assign roles, and build a .NET console app.
How to retrieve configuration settings from Azure App Configuration using .NET Client Library?
Jan 08, 2026.
Learn how to retrieve configuration settings from Azure App Configuration in .NET using the .NET client library. Includes setup, role assignment, and cleanup steps.
Top JavaScript Features Released in 2025
Dec 11, 2025.
This article discusses the top JavaScript features released in 2025 and shows how senior Angular developers can use them effectively. It includes real-world examples, Angular-focused implementation details, and production best practices. You also get practical migration advice and clear code samples.
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.
How Python’s Namespace Concept Differs from Other Programming Languages
Oct 24, 2025.
Explore the unique nature of Python namespaces compared to languages like C#, Java, and C++. Discover how Python treats namespaces as dynamic, runtime objects (dictionaries) that map names to objects, enabling flexible code modification. Contrast this with the compile-time namespaces in other languages, which serve primarily for code organization and collision prevention, lacking runtime mutability and dynamic lookup.
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.
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.
.NET Base Class Library(BCL)
Jun 28, 2025.
The most commonly used .NET Base Class Library (BCL) namespaces: System and System.IO
Understanding Namespaces in Python
Mar 21, 2025.
Namespaces in Python help manage variable scope and prevent conflicts. This article explains the LEGB rule, which determines how Python looks up variables in Local, Enclosing, Global, and Built-in scopes.
Databricks Unity Catalog: Mastering Metastore and Namespace
Feb 10, 2025.
Databricks Unity Catalog provides a unified governance layer with a three-level namespace (Catalog, Schema, Table) for efficient data organization, access control, and sharing across workspaces, improving security and collaboration.
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.
Azure Storage Account Vs Azure Data Lake Service Gen 2
Nov 25, 2024.
Azure Data Lake Storage Gen2 (ADLS Gen2) is a highly scalable and analytics-optimized storage solution in Azure, offering hierarchical namespace, big data processing capabilities, and Secure File Transfer Protocol (SFTP) support.
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.
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.
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.
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.
Learn JSX and React Components
Apr 03, 2024.
A brief idea about the JSX and React Components.
Namespace for Authentication Routes in MVC and Its Importance
Mar 19, 2024.
The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and authorization tasks.
Understanding Implicit Usings in C#
Mar 13, 2024.
In C# 10, a new feature called "Implicit Usings" has been introduced. This feature aims to simplify the process of including commonly used namespaces in C# code files.
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.
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.
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.
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.
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.
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
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.
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
Implementing AJAX for Editing Data and Updating the Database in ASP.NET MVC
Aug 07, 2023.
Implementing AJAX for editing data and updating the database in ASP.NET MVC allows you to enhance the user experience and responsiveness of your web application. AJAX (Asynchronous JavaScript and XML) enables seamless data retrieval and updates without requiring a full page reload, resulting in faster and more interactive user interactions.
File-Scoped Namespace Declaration in C#
Jul 28, 2023.
File-Scoped Namespace Declaration in C# 10
Converting Strings in C#: JSON, Base64, XML, CSV and Reverse
Jul 19, 2023.
Discover Ziggy Rafiq's comprehensive guide on converting strings to JSON, Base64, XML, and CSV formats using C#. Plus, learn how to reverse the process effortlessly. Don't miss out on this must-read article!
HttpContextAccessor in Asp.NET Core Web API
May 27, 2023.
In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request and response, such as headers, cookies, query parameters, and user claims.
HTML Vs XML - Whats The Difference?
Apr 06, 2023.
In this article, you will learn about HTML vs XML.
Include XML Comments In Swagger under ASP.NET Core 2.2
Mar 22, 2023.
In this article, you will learn how to include XML Comments in Swagger under ASP.NET Core 2.2.
Multiple Views And Access To XML Files With .NET For iOS
Mar 21, 2023.
You will learn how to build an iPhone app using multiple views, recording, and extract data of XML files, using .NET for iOS and the XCode Interface Builder.
XML Serialization in practice: Preparing The Central Bank Service
Feb 17, 2023.
Learn XML serialization in practice. In the second part of our article, we will get acquainted with XML serialization and look at the use of the Central Bank's XML service in real practice.
Create Lookup Field In Existing SharePoint List Using REST API Schema XML
Feb 06, 2023.
In this article, we will learn how to create lookup field in existing SharePoint list using REST API and schema XML. The REST API enables us to communicate with SharePoint using standard HTTP methods, such as GET, POST, PUT, and DELETE. The API provides access to various SharePoint entities including lists, libraries, and sites, allowing us to retrieve data, create and update lists, fields, items, upload files and manage user permissions.
Using XML Comments As Web API Documentation With Swagger
Jan 18, 2023.
This article demonstrage how to use C# XML Comments as a Web API documentation with Swagger.
Convert XML Files Data To List Of Object
Nov 13, 2022.
In this blog, we learn how to get all XML files from a specific location and convert it's data into the C# object.
Improving The Fetch XML Performance In Dynamics CRM
Sep 20, 2022.
The articles shares the information and steps to improvise the performance of FetchXML query in DataVerse
Rock Your Code: XML Documentation Of Code For Microsoft .NET
Jul 27, 2022.
In this article, you will learn about XML Documentation of code for Microsoft .NET.
XML Shredding In T-SQL
Jul 19, 2022.
In this article, you will learn about XML shredding in T-SQL.
String.XML In Android
May 09, 2022.
In this article, you will learn about String.XML in Android.
Using For XML Clause In SQL Queries
May 05, 2022.
For XML clause is used to convert the SQL result set into XML format. It is a very much helpful clause when we need XML data from the SQL result set. The FOR XML clause can be used in top-level queries and in subqueries. The top-level FOR XML clause can be used only in the SELECT statement. In sub queries, FOR XML can be used in the INSERT, UPDATE, and DELETE statements. 
Retrieve Data Using FetchXMLWebAPI With Webresource In Dynamics CRM
Apr 07, 2022.
In Dynamics 365 CRM, for certain requirements data needs to be retrieved to achieve business functionality. As an example, all contact records whose first name starts with V taken for explanation.
Convert JSON And XML Object Into Class Using Visual Studio
Jan 11, 2022.
In this article, we are going to explore about how to convert a JSON/XML object into the classes using Visual Studio.
FOR XML In SQL Sever
Dec 02, 2021.
In this article, we are going to discuss FOR XML Path Clause in SQL Server.
Usage Of XML Function In Power Automate
Oct 28, 2021.
In Power Automate, at times we must work on strings which have XML values. We can use XML function in power automate to convert string value to XML and perform related operations. As an example, notification xml string is used here to send notification to required person.
Get XML Data From SP Library And Upload To SP List - JavaScript
Jul 03, 2021.
In this article, you will learn how to get XML Data from SharePoint Library & Upload to SharePoint List - JavaScript REST API.
Forms Authentication (A), Using XML
May 03, 2021.
This article discuss Forms Authentication by using XML
Export Data In EXCEL, PDF, CSV, Word, JSON, XML And Text File In .NET Core 3.1 Using MVC Core
Apr 12, 2021.
This article demonstrates how to export functionality with different types of file formats like excel, pdf, word, csv, json, xml and text files using a .net core 3.1 application. I have implemented the most frequently used file format to export data in real time projects.
Error Occurred In Deployment Step 'Recycle IIS Application Pool' - Invalid Namespace SharePoint
Jan 18, 2021.
In this article, you will learn about Error occurred in deployment step 'Recycle IIS Application Pool': Invalid namespace SharePoint.
Learn About AJAX Security
Dec 15, 2020.
Explore the swift and interactive technology of AJAX in web development, its implementation using JavaScript, XML, and HTML, and its security vulnerabilities such as session management flaws, CSRF, and XSS attacks. Learn how to secure AJAX applications effectively for robust web security.
Layouts in Android
Sep 21, 2020.
This article looks at layouts in Android with Android Studio
XML Entities - Introduction
Sep 09, 2020.
In this article, you will learn about XML Entities.
Communicating With XML
May 31, 2020.
In this article, you will learn how to communicate and process in XML.
XMl Data Validation
May 27, 2020.
In this article, you will learn about Validation types and processes in XML.
XML And Database
May 27, 2020.
In this article, you will learn about the XML and database modes.
XML Writers
May 27, 2020.
In this article, you will learn about the XML writer programming interface.
Create and Configure sitemap.xml in ASP.NET Core
May 15, 2020.
In this article, we are going to learn how to create a sitemap.xml in an ASP.NET Core Web application. We will add a middleware for sitemap.xml routing.
How To Export Data In EXCEL, PDF, CSV, Word, JSON, XML And Text File In MVC Application
Apr 20, 2020.
This article demonstrates how to export functionality with different type of file format like excel, pdf, word, csv, json, xml and text file in .net mvc application.
Combine XML And Json Requests And Responses In ASP.NET Core Web API
Apr 12, 2020.
In this post, we will see how to pass XML and Json data in same web request as well as get XML and Json data from same request as per our need.
Convert XML File Data to a List Of Objects
Jan 27, 2020.
In this blog, we will learn how to get all XML files from a specific location and convert its data into a C# object.
Transformation Using CSS And XSLT
Sep 18, 2019.
In this session, I will discuss how to convert XML to XSLT. Basically, we need XSLT for the presentation of XML using some user-defined transformation.
Playing With File I/O Using C#
Aug 28, 2019.
In this article, you will learn about the basics of File I/O using C#. We are going to discuss the 3 classes - Path, Directory & File - to work with the file-system.
Reading XML File In Angular 8
Jul 24, 2019.
Here, in this article, we will learn how to make our Angular 8 application read the XML file returned from the server.
SQL Bulk Copy From DataTable Using XML
May 20, 2019.
In this article, you will learn about SQL bulk copy from DataTable using XML.
Protocol Buffer - A Walk Through For Beginners
Sep 19, 2018.
This article would introduce you the third option when it comes to data serialization. Let's move beyond XML and JSON for better. Protocol Buffer is a language-agnostic binary data format developed by Google to serialize the structured data between different services.
Bulk Insert, Update XML Data Into SQL Table
Sep 14, 2018.
In this article, I have created a sample XML format. Using nodes() method to shred XML into multiple rows, which propagates parts of XML documents into row sets.
An Overview Of Web Services In .NET
Sep 05, 2018.
A web service is an XML-based information exchange system that creates direct interaction between the two applications over the internet or network in order to exchange data or information.
How To Customize Media Formatter In Web API And Retrieve In XML And JSON Format
Aug 02, 2018.
In this article. I will demonstrate how we can customize asp.net web API Media formatter and retrieve data in format as we want like XML or JSON. I will retrieve data from SQL database and format them in json format. XML is default format in asp.net web API.
How To Import XML Data In SQL Server Using MVC 5
Jul 27, 2018.
In this article. I will demonstrate how to import XML data into SQL server using MVC 5 and entity framework. I will create a XML file and upload it into FileUpload in project. I will also use jQuery datatable plugging for searching, shorting and paging.
Generating Public/Private Keys In C# And .NET
Jul 07, 2018.
How to generate public/private key in C#. Asymmetric cryptography also known as public-key encryption uses a public/private key pair to encrypt and decrypt data. In .NET, the RSACryptoServiceProvider and DSACryptoServiceProvider classes are used for asymmetric encryption.
Executing Fetch XML With WebAPI In Dynamics 365 Using JavaScript
Jun 26, 2018.
In this article, we will learn how to execute fetchXML with WebAPI in Dynamics 365 using JavaScript XHR & Fetch API.
Fetching Data From XML File To SQL Database
Jun 07, 2018.
This article provides tips on creating an SQL table using an XML file and importing data into it. It covers creating a DataTable from an XML file, generating an SQL table from the DataTable, and using SQL's BulkCopy feature for efficient data import.
Create CLR Stored Procedure With And Without Namespace In C# And Install And Uninstall CLR Assembly In MSSQL Server
May 13, 2018.
In this article, we will learn how to create a CLR Stored Procedure with & without namespace in C# and install & uninstall CLR assembly in MSSQL Server.
How To Insert Bulk Records Into SQL Server Using XML Data Type
Mar 11, 2018.
Sometimes, there is a need to insert bulk records into a database. In some cases, we have multiple unique records and that all needs to be inserted into the database. Instead of hitting the database for each record, we need to insert bulk records into database.
Difference Between ASP.NET MVC And ASP.NET
Mar 09, 2018.
ASP.NET MVC offers an action-based approach, enhancing code reusability over traditional ASP.NET. It supports diverse response types like HTML, JSON, and XML, adapting views based on conditions, ensuring flexible integration of data.
Introduction To Serialization In .NET
Mar 08, 2018.
In this article, we will Learn about various serialization formats like binary, XML, and JSON, along with serialization attributes and best practices for efficient data handling and persistence within the .NET ecosystem.