Quantcast
Channel: Björn Carlsson – blog.
Browsing all 12 articles
Browse latest View live

Performance nightmare

22 to 0.3 seconds! I found a simple solution to a very common problem. While profiling I found that remove in this little method took a lot of the time. [crayon-5456d5d5c5677176853965/] The reason was,...

View Article


How to debug a short hang

What can I do? When Bob the tester comes, and tells me that the client application sometimes hangs for about 30 seconds, when Bob is doing nothing. This client, and a hand full of […]

View Article


Getting started with managed dump files using WinDbg

Why If you have an application built on pre .NET 4.0, you can’t use Visual studio to debug a dump file. Even if you can use Visual Studio, WinDbg offers a nice alternative and […]

View Article

Using WinDbg to inspect native dump files

Just a very short instruction on how to inspect native dump files with WinDbg: Get and install and then start WinDbg File – Open Crash Dump ~*kb Lists all the threads and their call […]

View Article

Dapper-dot-net aka Micro-ORM

a simple object mapper for .NET After listening to Hanselminutes show #262 I became curious and have looked a bit at Dapper to check what it really is. First of all, it’s implemented as […]

View Article


Booting Windows 8 from a virtual disk

I have now installed Windows 8 developer preview on my main machine. I did this by looking at a couple of blog posts from primarily Scott Hanselman. Guide to Installing and Booting Windows 8 […]

View Article

Performance nightmare

22 to 0.3 seconds! I found a simple solution to a very common problem. While profiling I found that remove in this little method took a lot of the time. public void MovePropertyFirst(IProperty...

View Article

How to debug a short hang

What can I do? When Bob the tester comes, and tells me that the client application sometimes hangs for about 30 seconds, when Bob is doing nothing. This client, and a hand full of other clients are...

View Article


Getting started with managed dump files using WinDbg

Why If you have an application built on pre .NET 4.0, you can’t use Visual studio to debug a dump file. Even if you can use Visual Studio, WinDbg offers a nice alternative and some extra features in...

View Article


Using WinDbg to inspect native dump files

Just a very short instruction on how to inspect native dump files with WinDbg: Get and install and then start WinDbg File – Open Crash Dump ~*kb Lists all the threads and their call stacks. !locks Will...

View Article

Dapper-dot-net aka Micro-ORM

a simple object mapper for .NET After listening to Hanselminutes show #262 I became curious and have looked a bit at Dapper to check what it really is. First of all, it’s implemented as a single file...

View Article

Booting Windows 8 from a virtual disk

I have now installed Windows 8 developer preview on my main machine. I did this by looking at a couple of blog posts from primarily Scott Hanselman. Guide to Installing and Booting Windows 8 Developer...

View Article
Browsing all 12 articles
Browse latest View live