This blog post covers a few tips for holding presentations that include some activity inĀ Visual Studio, such as live
Continue readingTag: DotNetPowerTip
.NET Power Tip 5: Examining .NET Callstacks on Running Application with Sysinternals Process Explorer
This blog post shows how you can use Sysinternals Process Explorer to examine .NET Processes at runtime without installing any
Continue reading.NET Power Tip 4: Playing with Format Strings
Many developers heavily underestimate the power of the format string. This post shows a couple of examples that can
Continue reading.NET Power Tip 3: Reading Data from Excel/CSV
As with writing data to Excel, reading data can be achieved in multiple ways. If you need read and write
Continue reading.NET PowerTip 2: Writing Data to Excel
Every now and then, developers have to write data to excel. There are several approaches: 1. Full fledged Excel Interop:
Continue reading.NET Power Tip 1–Save a .NET Assembly as a Visual Studio Project (*.csproj) with ILSpy
This blog post introduces ILSpy and shows the lesser known feature that allows you to decompile foreign assemblies and
Continue reading