Category : .NET

12 Jul

Image Library for .NET

by Marco Mastropaolo

I’ve written a small wrap around the DevIL image library . It allows any .NET program (VB.NET, C#, etc) to open and save files in all formats supported by the DevIL library (most notably it can open PSD, PSP, TGA and DDS – yes it can directly open Photoshop files ). Also it opens them [...]

Filed Under: .NET, Programming, Uncategorized

08 Jul

.NET Type Viewer

by Marco Mastropaolo

I’ve uploaded a page with a small utility I’ve written yesterday in about 2 hours to solve a problem I had with some code of mine. .NET Type Viewer is a small program using reflection to inspect .NET modules, with special power features for mixed mode DLLs. More details here.

Filed Under: .NET, C++, Programming, Uncategorized