Applied C# in Financial Markets covers all the aspects of C# relevant to practitioners working in financial sector.  It contains a practical workshop which builds on the material in the book, guiding you through all the stages of building a multiple model options calculator.  An accompanying website features examples, illustrations and solutions to the workshops and a downloadable application to complement the book.
- Features examples and illustrations taken from a sample trading application, making the book relevant to those working in the financial markets.
- Provides a quick start to C# for financial professionals to hit the ground running in building financial applications.
- Workshops illustrate building an options calculator, exploring the various elements in C# as they progress.
List of Examples.
List of Figures.
List of Tables.
Preface.
1 What is .NET and how does C# fit in?
1.1 .NET framework and the common language runtime.
2 The Basics of C#.
2.1 Assignment, mathematic, logical and conditional operators.
2.1.1 Assignment operator.
2.1.2 Mathematical operators.
2.1.3 Calculate and re-assign operators += −=*= /=.
2.1.4 Logical operators.
2.1.5 Operator precedence.
2.2 Data structures.
2.2.1 Built-in types.
2.2.2 Casting and type converting.
2.2.3 Strings.
2.2.4 StringBuilder.
2.2.5 Regex.
2.2.6 Arrays.
2.2.7 Collections.