Vi ste ovdje
Overview/Description
To describe how to write advanced, efficient ANSI C programs using pointers
Target Audience
Programmers and software developers new to ANSI C
Prerequisites
Awareness of programming concepts; experience of using a third-generation, high-level language, such as Pascal, PL/1, BASIC, or FORTRAN
Expected Duration (hours)
2.8
Lesson ObjectivesANSI C Programming: Pointers
use the correct syntax for defining and initializing pointers in ANSI C.
define and initialize pointers to different datatypes in ANSI C.
distinguish between access by reference and access by value and use...
Overview/Description
To describe how to write ANSI C programs for processing aggregate data objects individually, in arrays, and in lists
Target Audience
Programmers and software developers new to ANSI C
Prerequisites
Awareness of programming concepts; experience of using a third-generation, high-level language, such as Pascal, PL/1, BASIC, or FORTRAN
Expected Duration (hours)
4.0
Lesson ObjectivesANSI C Programming: Processing Records
use the correct syntax when declaring and defining structures in ANSI C.
define and declare a structure in ANSI C.
declare and define nested structures,...
Overview/Description
To describe how to write ANSI C programs for text, string, and array processing
Target Audience
Programmers and software developers new to ANSI C
Prerequisites
Awareness of programming concepts; experience of using a third-generation, high-level language, such as Pascal, PL/1, BASIC, or FORTRAN
Expected Duration (hours)
4.0
Lesson ObjectivesANSI C Programming: Text Processing
define one-dimensional and multidimensional arrays and find the mean of an array in ANSI C.
write the code that reads an array in ANSI C.
initialize one- and two-dimensional arrays with constant data...
Overview/Description
To describe programming file and other I/O operations in ANSI C and how to implement facilities from the standard library
Target Audience
Programmers and software developers new to ANSI C
Prerequisites
Awareness of programming concepts; experience of using a third-generation, high-level language, such as Pascal, PL/1, BASIC, or FORTRAN
Expected Duration (hours)
3.3
Lesson ObjectivesANSI C Programming: The Standard Library and Preprocessor
name the most common header files and list their uses and identify the functions used to read and write using standard I/O in ANSI C....
Overview/Description
Software systems are increasingly ubiquitous in all aspects of our lives. Failures in these systems can be costly in terms of money, time, and business reputation. Some software failures can even result in personal injury or death. Effective software testing is integral to mitigating harm caused by software failures and providing confidence in software systems. This course introduces software testing methodology and principles. It explores why testing is necessary, the basic testing process, and the psychology behind testing. This course is one of a series intended to...
Overview/Description
To enable compatibility between COM and C# 2005, use reflection to call classes and data types, and customize a C# 2005 application for graphics, text, globalization, and e-mail
Target Audience
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration...
Overview/Description
To manage application configuration and the custom installation of components, event logs, system processes and information, and use debugging and tracing to measure application performance
Target Audience
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable...
Overview/Description
To recognize the different types of security supported by C# 2005 and how they work, and to use them in application development
Target Audience
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
2.8
Lesson ObjectivesC# 2005: Security...
Overview/Description
To serialize and deserialize objects for storage and manipulation, use I/O classes to manage data streams and files, and analyze how application performance can be enhanced using serialization and I/O
Target Audience
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language...
Overview/Description
To use types, classes, interfaces, iterators, and generics to create data-driven applications
Target Audience
Employees, consultants, and students that are preparing for the Technology Specialist: Microsoft .NET Framework 2.0 - Application Development Foundation Certification Exam (70-536)
Prerequisites
Familiarity with concepts and architecture of software development and business applications; development experience in an object-oriented programming language preferable
Expected Duration (hours)
2.8
Lesson ObjectivesC# 2005: System Types and Collections
recognize basic...