• Fri frakt över 249 kr
  • •
  • Snabba leveranser
  • •
  • Billiga böcker
Kundservice

Du är på sajten för privatpersoner.

Företag, bibliotek eller offentlig verksamhet?

Du handlar på classic.bokus.com, där alla dina funktioner finns intakta.
Till classic.bokus.com
Bokus logotyp. Gå till startsidan.
  • Erbjudanden
  • Nyheter
  • Student
  • Topplistor
  • Barn & ungdom
  • Bokus Play
  • E-böcker
  • Pocketböcker
  • Spel & pussel

10% rabatt på allt med kod: NYSTART10 →

Sidfot

Mina sidor

    Hjälp

    • Kundservice
    • Vanliga frågor och svar
    • Frakt och leverans
    • Retur vid ångerrätt
    • Reklamera vara
    • Betalning
    • Köpvillkor
    • Allmänna villkor
    • Information om webbplatsens tillgänglighet

    Om Bokus

    • Om oss
    • Pressrum
    • För studenter
    • För företag
    • För bibliotek och offentlig verksamhet
    • För leverantörer
    • Hållbarhet

    Populärt

    • Aktuella erbjudanden
    • Presentkort
    • Studentlitteratur
    • Nya böcker
    • Topplistor
    • Signerade böcker
    • Engelska böcker

    Inspiration

    • Boktips
    • BookTok
    • Populära bokserier
    • Barnbokskaraktärer
    • Populära författare
    Logotyp för Bokus
    Följ oss på Facebook (extern länk)Följ oss på Instagram (extern länk)Följ oss på YouTube (extern länk)Följ oss på TikTok (extern länk)
    bokus @ CookiesAnpassa cookiesIntegritetspolicyKöpvillkor
    Till Citymail hemsida (extern länk)Till Budbee hemsida (extern länk)Till Postnord hemsida (extern länk)Till Schenker hemsida (extern länk)Till Early Bird hemsida (extern länk)Till Walleys hemsida (extern länk)
    1. Ekonomi och Ledarskap
    2. Företagsekonomi
    3. Redovisning och finansiering

    Applied C# in Financial Markets

    AvMartin Worner

    Inbunden, Engelska, 2004

    Del 272 i serien Wiley Finance Series

    1 051 kr

    Beställningsvara. Skickas inom 5-8 vardagar. Fri frakt över 249 kr.

    Fler format och utgåvor

    E-bok

    1 203 kr

    Beskrivning

    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.

    Produktinformation

    • Utgivningsdatum:2004-08-27
    • Mått:168 x 244 x 16 mm
    • Vikt:369 g
    • Format:Inbunden
    • Språk:Engelska
    • Serie:Wiley Finance Series
    • Antal sidor:144
    • Förlag:John Wiley & Sons Inc
    • ISBN:9780470870617

    Utforska kategorier

    • Redovisning och finansiering inom Ekonomi och Ledarskap

    Mer om författaren

    MARTIN WORNER has spent 16 years in the industry working at UBS, and at Morgan Stanley in London, New York and Zurich. While at Morgan Stanley he worked on many different financial applications, covering back office systems, STP projects and spent many years on a Warrants, Convertible Bond and ADR dealing and decision support systems.He is founder and Managing Director of thecitysecret ltd a software company specialising in bespoke systems for derivatives and structured products, working with a variety of financial institutions.

    Innehållsförteckning

    • 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.2.3 Control structures.2.3.1 if/else.2.3.2 switch.2.3.3 while.2.3.4 do/while.2.3.5 for loop.2.3.6 foreach loop.2.4 Summary.3 Object Oriented Programming.3.1 Introduction to classes.3.1.1 Exception handling.3.1.2 User defined exception class.3.1.3 Workshop: Exercise one.3.2 Inheritance and polymorphism.3.2.1 Applying inheritance and polymorphism to finance.3.2.2 Interfaces.3.2.3 Multiple threading or asynchronous programming.3.2.4 Workshop: Exercise two.3.3 Summary.4 Databases.4.1 ADO.NET object model.4.2 Connecting to the database.4.3 Connection pools.4.4 Database handler.4.5 Working with data.4.6 Transactions.4.7 Workshop: Exercise three.4.8 Summary.5 Input & Output.5.1 Streams.5.2 Serialisation.5.3 Workshop: Exercise four.5.4 Summary.6 XML.6.1 Schema validation.6.2 XML and ADO.NET.6.3 Workshop: Exercise five.6.4 Summary.7 Building Windows Applications.7.1 Creating a new project in visual studio.NET.7.2 Managing projects with the Solution explorer and class view.7.3 Working with components on forms.7.3.1 Model view control.7.4 Workshop Exercise six.7.5 Summary.8 Deployment.8.1 Assemblies.8.1.1 Metadata.8.1.2 Shared assemblies.8.2 Summary.Bibliography.Appendices.Appendix A: Specification for an options calculator.Appendix B: System design.Appendix C: Calculation models.Index.