Sebastian Wojciechowski’s WebLog

.NET Developer

Archive for June, 2005

Get a focused, first look at the features and capabilities in Microsoft Visual Basic 2005, Visual Studio 2005, and .NET Framework 2.0.
If you currently work with Visual Basic 6, these authors fully understand the adoption and code migration issues you’ll encounter.
They’ll step you through a quick primer on .NET Framework programming, offering guidance […]

Read Full Post »

Problem with slow debugging

My friend recently had a problem with slow debugging. It took a few minutes before debugger went to the next statement.
Clearing all breakpoints helped. He had a lot of them. So if you have the same problem, check how many breakpoints you have defined.

Read Full Post »

There are two main things that drives me crazy:

Erasing event handlers.
Sometimes Visual Studio .NET 2003 erases event handlers.
What I see is that it occurs after working in html mode. What you can do is attach events manually after the InitializeComponent() call, instead of using the properties editor.

“Close all documents” closes VS. NET […]

Read Full Post »

Finally that time came. Time to face with the lack of group validators problem. I had two choices: loop up a solution for that in the Internet or fix it on my own.
I decided that first I will try to find something on the Internet. Maximum time for that is 20 minutes, after that I’m […]

Read Full Post »