Code Monkey home page Code Monkey logo

Comments (1)

andrewstellman avatar andrewstellman commented on July 27, 2024

Thanks so much for letting us know that you're seeing these issues! I really appreciate you taking the time to give such detailed feedback—it really helps us. I'll get in touch with the folks at O'Reilly and see we if we can get it sorted out. In the meantime, you can see the full images in the the PDF of chapters 1 to 4: Head_First_CSharp_4e_chapters_1_to_4.pdf (if you DM me on Twitter I'd be happy to have the folks at O'Reilly send you a PDF of the whole book).

You're right—the timer ticks every tenth of a second, so it adds 10 to tenthsOfSecondsElapsed each tick. That's okay because later on in the code we divide tenthsOfSecondsElapsed by 10 before we actually display it:

timeTextBlock.Text = (tenthsOfSecondsElapsed / 10F).ToString("0.0s");

And yes, you're right—they changed the WPF options in Visual Studio a bit since the book was printed. You should choose WPF .NET Core (but if you chose WPF .NET Framework the whole exercise should still work exactly the same, so it hopefully shouldn't prevent any learning).

Also, I really appreciate the feedback about the Debug exercise! We really try to lean on the Visual Studio debugger as a learning and exploration tool throughout the book. I hope you like the rest of it!

from fourth-edition.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.