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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
armel djient
NA
7
2.1k
double dimensional dictionary in c#
Feb 12 2016 5:05 AM
hi all, i have visual studio c# winform
my winform is connected to my phpmyadmin database. My database has a tbale which contains 4 columns(pincode,request number, service category and service type).
how to buil a two-dimensional dictionary structure in c#?
In fact i need to build a collection of pincodes in which each pincode contains a collections of request numbers. And each request number contains its personal records(service category and service type).
The two-dimensional dictionary collection should look like:
pincode==>request number==>personal records--> service category and service type
Any help is welcome.
Reply
Answers (
1
)
language translation
Crop the selected color from an image ?