Skip Navigation

  • Careful with Paul. He may starve.

  • Who is Paul? Why is he killed? So many questions. And I'm still stuck at the chess board...

  • OK, I may have hit a wall with this one.

  • I think I will quit at this point.

  • To me, there are two things that are valuable:

    1. New developments in the language
    2. Advanced techniques

    That's why I follow these two channels:

    • Zoran Horvat: In this channel, you will find advice on development and architecture in .NET and C#. He is really keen on functional programming and bends C# to fit into his preferences. Even though you are not so inclined, the way he uses the language really helps understanding some advanced features.

    • Nick Chapsas: He explains language concepts in a comprehensible way. This is a good channel to follow new developments in the language.

  • That depends on the PR tool. I don't know how others work, but Azure DevOps handles rebases quite well (as long as you are rebasing to the target of your PR).

  • Thank you for the response. To be honest, I'm a bit surprised that this is not an easy task. If I understand the documentation correctly, that means, I will have to create a C# wrapper for C++ methods. I was hoping to get the wrapping for free via some tooling. I found Emscripten that looks promising (for JS), but not sure that's any different.