Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

Last week my manager tried to break my code...

He was in China, and with five our Shanghai developers worked on breaking my code for ~17 hours non-stop. As he says, they've started around 6AM and finished around 2AM (apparently, there was a lunch in-between). For all that effort they've found only
Posted by EldarM | 0 Comments
Filed under:

GUI design - what does this button do?

Recently, when going up in an elevator, I was puzzled by this picture. What do you think "Low Oil" button at the very top should do? ---------------------- A hint (white on white, select to see) It's not really a button. It's just some design genius made
Posted by EldarM | 1 Comments

Impersonation and authentication with ASP.Net

The task: make a web user authenticated (either with him directly providing user ID or password or through domain, if he is already logged in) and run ASP.Net code under his/her ID. Frankly, that’s very easy, but I noticed that sometimes even very good
Posted by EldarM | 3 Comments
Filed under: ,

0x800736B1: Calling C++ code from ASP.Net (from .aspx pages or .asmx webservices)

So, you have (or have to write) ASP.Net page or webservice, which should call native C++. Generally, it’s just extra work, but sometimes there is no other way, at least, no easier way. Overall that’s fairly easy – use COM or P/Invoce, that’s it. However,
Posted by EldarM | 23 Comments
Filed under:
 
Page view tracker