OSWE Exam review “2020” + Notes & Gifts inside!

@bansheepk said:
That was an excelent review, many thanks! As an actual AWAE student I am feeling that dotnet is a weak of mine. I need to improve my dotnet code review skills and mainly understand how dotnet url mappings work. If you have any reference to suggest me it would be very appreciated. I have not found a good free content about it yet. I am also waiting to ur box release so I can practice more. Congratslilations!

Thank you…

If you meant general code review, there’s one reference that might be good, chapter 19 in the Web Application Hacker’s Handbook.

However, you would still have to practice going through huge code “I’m talking hundreds of thousands of lines”, and find techniques to quickly identify what you are looking for.

As for .Net, I suggest watching these two videos about C# from Mosh:

Once you have a general understanding of the language and how its web apps are build, you should be able to understand the code flow and functionality, and can start practicing code review.