Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Form Application! Pin
abc9873del24-Nov-12 5:44
abc9873del24-Nov-12 5:44 
GeneralRe: Windows Form Application! Pin
Ravi Bhavnani24-Nov-12 5:50
professionalRavi Bhavnani24-Nov-12 5:50 
GeneralRe: Windows Form Application! Pin
abc9873del24-Nov-12 5:53
abc9873del24-Nov-12 5:53 
GeneralRe: Windows Form Application! Pin
abc9873del24-Nov-12 15:58
abc9873del24-Nov-12 15:58 
GeneralRe: Windows Form Application! Pin
Ravi Bhavnani24-Nov-12 16:06
professionalRavi Bhavnani24-Nov-12 16:06 
GeneralRe: Windows Form Application! Pin
abc9873del24-Nov-12 16:59
abc9873del24-Nov-12 16:59 
GeneralRe: Windows Form Application! Pin
Richard MacCutchan24-Nov-12 21:17
mveRichard MacCutchan24-Nov-12 21:17 
AnswerRe: Windows Form Application! Pin
DaveyM6924-Nov-12 23:25
professionalDaveyM6924-Nov-12 23:25 
abc9873del wrote:
And in return, I have got a very nice gift for you

We all help out here for free and do not want any kind of gift/payment.

Having read your response here[^], in my opinion you are starting out the wrong way.

I would start with creating classes that represent your objects, then hook up the data access and thoroughly test. Once that is done, it is easy to create a UI to display the data and interact with the user/classes.

So, here I would create a class Category first with fields/properties for name and id. Next I would create either an interface or abstract class that represents an item containing all things common between them, then classes that derive from this etc etc... Then I would modify the classes to add the data access - google CRUD (create, read, update, delete) and you will find plenty of examples.
Dave

Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.
Astonish us. Be exceptional. (Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)



AnswerRe: Windows Form Application! Pin
Killzone DeathMan30-Nov-12 1:28
Killzone DeathMan30-Nov-12 1:28 
QuestionBest practices for security implementation in RESTful api services using WCF/WebApi Pin
Md. Marufuzzaman24-Nov-12 1:21
professionalMd. Marufuzzaman24-Nov-12 1:21 
AnswerRe: Best practices for security implementation in RESTful api services using WCF/WebApi Pin
Eddy Vluggen24-Nov-12 5:08
professionalEddy Vluggen24-Nov-12 5:08 
GeneralRe: Best practices for security implementation in RESTful api services using WCF/WebApi Pin
Md. Marufuzzaman24-Nov-12 5:44
professionalMd. Marufuzzaman24-Nov-12 5:44 
AnswerRe: Best practices for security implementation in RESTful api services using WCF/WebApi Pin
Eddy Vluggen24-Nov-12 8:38
professionalEddy Vluggen24-Nov-12 8:38 
GeneralRe: Best practices for security implementation in RESTful api services using WCF/WebApi Pin
Md. Marufuzzaman24-Nov-12 22:06
professionalMd. Marufuzzaman24-Nov-12 22:06 
GeneralRe: Best practices for security implementation in RESTful api services using WCF/WebApi Pin
Eddy Vluggen25-Nov-12 3:54
professionalEddy Vluggen25-Nov-12 3:54 
QuestionPrime numbers and subtraction problems... Pin
sourpet24-Nov-12 0:55
sourpet24-Nov-12 0:55 
AnswerRe: Prime numbers and subtraction problems... Pin
Eddy Vluggen24-Nov-12 5:06
professionalEddy Vluggen24-Nov-12 5:06 
AnswerRe: Prime numbers and subtraction problems... Pin
PIEBALDconsult24-Nov-12 6:12
mvePIEBALDconsult24-Nov-12 6:12 
QuestionC# ActiveX DLL, JavaScript run EXE Pin
Joni_7823-Nov-12 7:48
Joni_7823-Nov-12 7:48 
AnswerRe: C# ActiveX DLL, JavaScript run EXE Pin
Eddy Vluggen24-Nov-12 5:05
professionalEddy Vluggen24-Nov-12 5:05 
GeneralRe: C# ActiveX DLL, JavaScript run EXE Pin
Joni_7824-Nov-12 5:20
Joni_7824-Nov-12 5:20 
GeneralRe: C# ActiveX DLL, JavaScript run EXE Pin
Eddy Vluggen24-Nov-12 5:32
professionalEddy Vluggen24-Nov-12 5:32 
GeneralRe: C# ActiveX DLL, JavaScript run EXE Pin
Joni_7824-Nov-12 20:52
Joni_7824-Nov-12 20:52 
GeneralRe: C# ActiveX DLL, JavaScript run EXE Pin
Eddy Vluggen25-Nov-12 3:57
professionalEddy Vluggen25-Nov-12 3:57 
Questionalpha numeric char Pin
Member 945456322-Nov-12 23:02
Member 945456322-Nov-12 23:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.