Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

What is ajax ?

Introduction: AJAX(asynchronous JavaScript and XML) is an important front-end web technology that lets JavaScript communicate with a we...

Generate Class From JSON or XML in Dot Net with C#

Introduction: There is cases application written using the .NET Framework written by a developer that receives a JSON or XML string from...

Difference between JSON and XML

Introduction:  JSON and XML are human readable formats and are language independent. They both have support for creation, reading and d...

What is XML

Extensible Markup Language ( XML ) is a markup language that defines a set of rules for encoding documents in a format which is both h...

Bulk Insert data into SQL database with XML file in ASP.Net using C#

Introduction This article explains how to upload bulk data (records) in SQL Server Database using XML file in ASP.Net using C# and VB.Ne...