TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Data Mapping
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Altaf Ansari (1)
Munesh Sharma (1)
Scott Lysle (1)
Tin Lam (1)
Related resources for Data Mapping
No resource found
Fetching Data From XML File To SQL Database
6/12/2024 7:01:05 AM.
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
Table Splitting in Entity Framework
4/25/2024 5:56:24 AM.
Entity Splitting in Entity Framework involves mapping an entity across multiple database tables, aiding in organizing data and optimizing performance. Table Splitting divides a single table into two,
View database structure using C#
11/4/2020 8:45:16 AM.
This article describes an easy approach for examining all of the tables, views, and columns in a database.
Reflecting Data to .NET Classes: Part I - From HTML Forms
10/13/2012 2:02:13 AM.
Reflection allows us to examine internal details of assemblies and classes at runtime (programmatically).