Contribution:
csharp
Headline
Basics of programming in C# and .NET
Motivation
Basic style of OO programming is exercised. The C# type system is used to create an in-memory representation, in fact, an object model for companies, departments, and employees. There is also an extra base class for persons from which employees are derived, thereby illustrating class inheritance. Operations on companies are implemented as . XML-based serialization is immediately available for all public Technology:.NET classes.
Architecture
C# object-oriented representation of 101companies model is located in the CompanyModel folder. It contains classes with required properties and methods (features implementations).
Tests folder contains:
- FeaturesTest class which covers test cases for the features: :Feature:Total, :Feature:Cut, :Feature:Depth.
- SerializationTests class which covers test cases for de-/serialization.
Usage
Technology:Visual Studio 2010 should be used to open a project file. The project itself is a class-library and compiles into a DLL. To run a project you must execute at least one unit test (or all at once). The Nunit GUI could be used for executing the unit tests conveniently.
The project has been tested with:
- C# Programming language used for all code (Version 4.0)
- .NET framework used to execute compiled code (Version 4.0)
- NUnit testing framework used for testing (Version 2.5)
- Visual Studio optional IDE (Version 2010)
There are no revisions for this page.
User contributions
User edits
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.