code
@Wyk: I'm missing the important parts about strong and weak entities and candidate keys.
View Articlecode
You should consider storing your Data in a proper Database, where each entry has a proper unique PrimaryKey. The job of the UI then is to allow the user "to choose the right primary key, without having...
View Articlecode
You should consider storing your Data in a proper Database, where each entry has a proper unique PrimaryKey. The job of the UI then is to allow the user "to choose the right primary key, without having...
View Articlecode
what would happen if there is multiple data with same same like their is two name, first- sam with adddress- new york and another name- sam with address- new jersy surajit halder
View Articlecode
The problem is: Your code mixes different responsibilities into one bad designed class. Thus you need to refactor your code and introduce some classes handling the single responsibilites.Your are...
View Articlecode
thanks for the assist you have give me i have short some problem but the edit and delete code does not work properly. here is the new code help me to success full making of this code using System;...
View Articlecode
You have a lot of problems here. I'll do my best to point out the obvious ones.When you write your file, you use a format like this: W.Write(NameContact); W.Write("?"); W.Write(ContactPhone);...
View Articlecode
What coding level do you have in general and in C#? How much do you know about Object Oriented Programming?
View Articlecode
I have worked on personal assistant code on visual c# code was built successfully but edit delete and search function doesn't work properly help me to get of it. using System; using...
View Article