Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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 Prativadi(8)
Sagar Shinde(1)
Devesh Omar(1)
Deepti Nahar(1)
Surya Prakash(1)
Debadatta Mishra(1)
Mukesh Kumar(1)
Nadeem Abbasi(1)
Anup Hosur(1)
Krishnajina (1)
Bosco Wilfred(1)
Filip Bulovic(1)
Resources
No resource found
How To Validate XML Using XSD In C#
Jan 29, 2018.
Extensible Markup Language (XML) is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public Internet, as well as via corporate networks. The XML tags are not pre-defined in XML. You will have to create tags according to your needs.
Creating XSD of a XML Using Visual Studio
Jan 15, 2014.
I would like to share a simple way to create a XSD of a sample XML file.
Modifying InfoPath Form Based on XSD Schema Using Resource Files
Dec 16, 2013.
I came across a scenario where an InfoPath form was created based on an XSD schema. This schema changed frequently and the corresponding changes had to be made to the UI (InfoPath form template) accordingly.
Insert, Select and Delete Data With Stored Proc Using XSD (Typed Dataset)
Nov 17, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
Update Data With Stored Proc Using XSD (Typed Dataset)
Nov 15, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
XML Validation with XSD Along With Custom Exception
Nov 01, 2011.
In this article, I will discuss about validating XML against defined XSD. Prior to getting into this article, it is mandatory that one should have basic knowledge on what XML & XSD are.
Generation of XML, XSD, DTD With Java
Sep 09, 2013.
In this article, I will present how to generate various XML, XSD or DTD files using Java.
Update Data With Typed Dataset (XSD) Via WCF
Feb 24, 2013.
This article demonstrates an interesting and very useful concept in typed datasets.
Select Data With Typed Dataset (XSD) Via WCF
Feb 23, 2013.
This article demonstrates an interesting and very useful concept in typed datasets.
Insert Data With Typed Dataset (XSD) Via WCF
Feb 23, 2013.
This article demonstrates an interesting and very useful concept in typed dataset.
Delete Data With Typed Dataset (XSD) Via WCF
Feb 23, 2013.
This article demonstrates an interesting and very useful concept in typed dataset.
Insert and Update Data With LINQ Using XSD
Nov 12, 2012.
Today, in this article let's play around with one of the interesting and most useful concept of Insert and Update data in LINQ using XSD.
Select and Delete Data With LINQ Using XSD
Nov 11, 2012.
Today, in this article let's play around with one of the interesting and most useful concept of Select and Delete Data in LINQ.
Create a Strongly Typed DataSet Using The XML Schema Definition Tool (XSD.exe)
Jun 27, 2011.
In this article we are going to see how to create a strongly typed DataSet from a XSD schema file using the XML Schema Definition Tool (XSD.exe).
XSD XML Based Crystal Report Data Source
Apr 01, 2009.
This article is intended to illustrate the benefits of using disconnected connection in crystal reports.
Basics of DataContract
Dec 08, 2010.
DataContract is under namespace System.Runtime.Serialization. During design time, DataContract Attribute is used to indicate which class should be represented as XSD.
Creating Reports in C# using Crystal Reports with Xml data Definitions
May 22, 2005.
This article explains how to extract data into a Crystal Report created outside a C# project using xml data definitions and data sets.
SOAP Client in Windows XP
May 06, 2004.
This article covers the basics of using the SOAP Client software included with Microsoft Windows XP Professional to access Web Services using SOAP.
Degenerated Observer and Asynchronous Web Services
Mar 20, 2003.
In this article I will revisit Observer pattern and try to show how it can be modified and used to make web services to dispatch and receive notifications.