Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
Questionstudent information system Pin
dotnetdev8111-May-09 5:49
dotnetdev8111-May-09 5:49 
AnswerRe: student information system Pin
OriginalGriff11-May-09 5:54
mveOriginalGriff11-May-09 5:54 
GeneralRe: student information system Pin
dotnetdev8111-May-09 7:12
dotnetdev8111-May-09 7:12 
JokeRe: student information system Pin
OriginalGriff11-May-09 8:12
mveOriginalGriff11-May-09 8:12 
General[Message Deleted] Pin
dotnetdev8111-May-09 8:15
dotnetdev8111-May-09 8:15 
GeneralRe: student information system Pin
EliottA11-May-09 8:20
EliottA11-May-09 8:20 
GeneralRe: student information system Pin
harold aptroot11-May-09 6:04
harold aptroot11-May-09 6:04 
AnswerRe: student information system Pin
DaveyM6911-May-09 6:06
professionalDaveyM6911-May-09 6:06 
I'm feeling generous today so here you go...
public class Student
{
    public Student(Information information)
    {
        Information = information;
    }
    public Information Information
    {
        get;
        set;
    }
}
public class Information
{
    // Your implementation here
}


Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

AnswerRe: student information system [modified] Pin
0x3c011-May-09 6:54
0x3c011-May-09 6:54 
QuestionHow can i know when my database done update values ? Pin
Yanshof11-May-09 5:38
Yanshof11-May-09 5:38 
QuestionHow to a Control to the NonClient area of Form in C#? Pin
CodeVarma11-May-09 5:03
CodeVarma11-May-09 5:03 
AnswerRe: How to a Control to the NonClient area of Form in C#? Pin
Dave Kreskowiak11-May-09 5:11
mveDave Kreskowiak11-May-09 5:11 
GeneralRe: How to a Control to the NonClient area of Form in C#? Pin
CodeVarma11-May-09 5:38
CodeVarma11-May-09 5:38 
GeneralRe: How to a Control to the NonClient area of Form in C#? Pin
Dave Kreskowiak11-May-09 6:59
mveDave Kreskowiak11-May-09 6:59 
QuestionHow to develop chat application without server for LAN? Pin
mitz11-May-09 4:06
mitz11-May-09 4:06 
AnswerRe: How to develop chat application without server for LAN? Pin
Henry Minute11-May-09 4:13
Henry Minute11-May-09 4:13 
Questionconversion of richtextbox contents into CSV Pin
virendraec1011-May-09 4:01
virendraec1011-May-09 4:01 
AnswerRe: conversion of richtextbox contents into CSV Pin
Vikram A Punathambekar11-May-09 4:37
Vikram A Punathambekar11-May-09 4:37 
QuestionCalling a 16 bit Windows DLL from C# Pin
Matt Adamson11-May-09 3:29
Matt Adamson11-May-09 3:29 
GeneralRe: Calling a 16 bit Windows DLL from C# Pin
harold aptroot11-May-09 4:59
harold aptroot11-May-09 4:59 
QuestionHow to make browser's document not to visible until it (the web page data) fully gets loaded into the browser? Pin
svt gdwl11-May-09 2:37
svt gdwl11-May-09 2:37 
QuestionHow to integrate Crystal Report 2008 (Version 12.0) into Visual Studio 2008? Pin
btough11-May-09 1:55
btough11-May-09 1:55 
AnswerRe: How to integrate Crystal Report 2008 (Version 12.0) into Visual Studio 2008? Pin
Murat Çobanoğlu25-May-09 21:44
Murat Çobanoğlu25-May-09 21:44 
QuestionComponent Based Application? Pin
BetimD11-May-09 1:55
BetimD11-May-09 1:55 
AnswerRe: Component Based Application? Pin
Eddy Vluggen11-May-09 3:07
professionalEddy Vluggen11-May-09 3:07 

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.