Blog Post by Murat Yaşar


Posted on Saturday, February 13, 2010 11:34:28 PM and it has been read 1968 times since then.


Debugging in .NET

Debugging is very important in every project we do in any platform. Writing code is not enough by itself because you can not finish a project in one go. Even if you do, later you can experience a different kind of bottlenecks, complains from users who use the application you had written. In course of time, you can have problems which you had not thought about in the beginning.

This is the time when debugging comes to stage if you do not have any other better solution. When you use Visual Studio, you can set break point and wait for it to be hit and go step by step by pressing F11. This is ok but when I watched the screencast on debugging in .NET, I wanted to share this with those who might also interested in.

It gives some insight of different way of debugging, and very useful in my opinion.

The last word of this blog entry should be thanking to Carl Franklin and Tess Ferrandez who made this watching available.

Here is the link that you can watch the screencast.

http://www.dnrtv.com/default.aspx?showNum=157

Have a great day.


(In order to use this feature, you have to register.)

Tag Related Blog Entries

Creating Connection and Making CRUD Operations From Your .NET Project to Oracle DB

Thursday, December 29, 2022 0   761  

Scratching Beneath the Surface

Friday, March 11, 2022 0   1716  

Calculate Time Difference Between Two Dates Excluding Weekend and Special Holidays

Monday, March 07, 2022 0   1579  

Some Helpful Links For Software Developers

Saturday, April 28, 2012 0   7817  

File Is Being Used By Another Process

Monday, August 29, 2011 1   3857  

Converting String From Turkish To English

Sunday, December 19, 2010 0   2228  

LINQ

Friday, October 08, 2010 0   3297  

VS 2010 / .NET 4 Release Candidate

Tuesday, February 09, 2010 0   2229