Embedding Flash in C#
This is something I think you’d want to avoid like the plague, but it might have it’s benefits (as in the article–cheap charting).
Here’s the article
This is something I think you’d want to avoid like the plague, but it might have it’s benefits (as in the article–cheap charting).
Here’s the article
A nice clean diagram illustrating the flow and importance of user experience.
The Importance of User Experience
Originally uploaded by soldierant.
<non-techno>
Allow me to get non-technical here for a moment. I’d like to share my current non-technology reading list! This is to benefit my friends, as well as myself as I look back and remember what I was reading now.
Currently Finished (in the order I read them):
A New Kind of Christian [website] – Brian [...]
http://blogs.msdn.com/jaredpar/archive/2005/07/11/437584.aspx
A very helpful explanation of marshalling, as well as “more complex than simple” marshalling.
I had a situation where I had to marshal a struct that contained a dynamic array of other structs. I wasn’t able to find anything on the web about marshalling dynamic arrays, other than this (and even then, this didn’t address [...]
http://blog.stevex.net/index.php/string-formatting-in-csharp/
Helpful!