Tuesday, March 21, 2006

C# programming

So far, all the programming I've been doing in C# has practically been procedural. There's no encapsulation, and it's really hard to create a black box. Messy, very messy so far.

Labels:

Tuesday, March 07, 2006

C# questions

Kind of fun reading: C# interview questions.

Labels:

Tuesday, February 21, 2006

c# references

beginner references:
http://www.softsteel.co.uk/tutorials/cSharp/contents.html
http://www.csharp-station.com/Tutorial.aspx

simple form calling and dialog return values:
http://www.publicjoe.f9.co.uk/csharp/csharp19.html

passing values between forms:
http://www.codeproject.com/dotnet/PassingValuesBetweenForms.asp

Labels: