Skip to content

Is there any tutorial for aspnet core code base? #48729

Closed Answered by gfoidl
abbasimo asked this question in Q&A
Discussion options

You must be logged in to vote

Or do you have any suggestions that gave me a clue to start?

Personally I find it the easiest way by using the (Visual Studio) debugger. Set a breakpoint in your code, examine the stack-trace and then you can set breakpoints in the framework code too.
That way I learned how the pieces play together and got a rough understanding on how the things work. Based on that you can dig into the code deeper (and deeper, ...).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@abbasimo
Comment options

@abbasimo
Comment options

@gfoidl
Comment options

gfoidl Jun 14, 2023
Collaborator

Answer selected by abbasimo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #48728 on June 12, 2023 16:51.