Team LiB
Previous Section Next Section

Index

F

Faculty class, 638
ParseData2 method, 638
Student Registration System example, 626
testing, 639
faculty.dat
Student Registration System example, 622
false keyword, 794
FCL (.NET Framework Class Library), 5
designing and programming views, 673
features of classes 76
fields
C# terminology, 423
initializing, 499
file persistence, 612
FileStream class, 614
reading from files, 615
StreamReader class, 614
writing to files, 618
FileMode class
constants, defining mode, 614
FileNotFoundException class, 459
proper ordering of catch blocks, 459
System.IO namespace, 458
files
capturing program output to, 789
entering C# programs into, 786
file names and the command prompt window, 790
reading from, 647
FileStream class
reading from files, 615
System.IO namespace, 615
finally blocks, 453
finally keyword, 794
FindCourse method
CourseCatalog class, 634
FindSection method
ScheduleOfClasses class, 642
fixed keyword, 794
float keyword, 794
float type, 12
focus of control bars
sequence diagrams, 398
Font class
System.Drawing namespace, 697
Font property
Label class, 697
for keyword, 794
for statements, 30
workings of, 31
foreach keyword, 794
foreach loop
flow of control structure, 496
in keyword, 496
iterating through ArrayList, 497
Form class
as container, 671
building GUIs, 686
building a simple form, 687
GUI classes, 686
properties
Controls property, 700, 704
Height property, 688
MinimumSize property, 701
StartPosition property, 691
Text property, 688
Width property, 688
System.Windows.Forms namespace, 671
window control buttons, 687
forms
adding labels to, 699
centering, 690
creating, 687
frames, 687
fully qualified names
classes, 438
namespaces, 438
function member
C# terminology, 423
functional requirements, 67
modeling applications, 331
use case modeling, 308

Team LiB
Previous Section Next Section