Posts

Showing posts from October, 2020

Source Code Review for ASP .NET MVC

Image
 Hi guys. Been a while since I last share something. So, for today I would like to share some knowledge regarding source code review.  *I'm still beginner in doing source code review. Recently I've been tasked with doing source code review for some organization and the language used for the application is ASP .NET MVC 5.0. As you all know that this language is now EOL. The last update is on 28 November 2018. This is my first time encountering this language. Before that, below is the list of tools commonly used when doing source code review that is completely free:- 1) Visual Code Grepper (VCG) - https://github.com/nccgroup/VCG 2) Sublime Text - https://www.sublimetext.com/ 3) Notepad++ - https://notepad-plus-plus.org/downloads/ Surprisingly, when running tools such as VCG, I did not found any sql query in the file. I did some research on how the language handle sql query. Also my colleague point out that the sql query is normally handle by .dll file for the language. It was a n