I have a C#. net 2010 web form application that I am going to maintenance and add linq to sql statements in the existing application. This application communicates with a sql server 2008 r2 professional edition database.
My problem is acutally wanting to know who to debug (step through) the code. I can get the general idea of what the code does. Howeever, I would like to know how to step through the code. Can you give me some help in this area?
Loading
Anil KumarPosted May 26, 2012, 10:42 PM
Finally you go inside coding/ flow by debug. Once you understand these things, it is very much easy to do maintenance.
For example someone has written some jQuery code to trigger some event on some controls and doing some kind of stuff using ajax calls, but and you are wonder and looking inside code behind to find that. But if you have gone through the kind of job is done before putting your head into code behind, you would be in better position to go at exact position for changes.