Windows Azure – Introduction
Kurzer Überblick (Aufbau, Einsatzgebiete, Business Modell) und Angabe von Referenzen zu Windows Azure.
Kurzer Überblick (Aufbau, Einsatzgebiete, Business Modell) und Angabe von Referenzen zu Windows Azure.
When trying to start my unit test projekt today (in Visual Studio 2008), I ran across an interesting problem. My project which I’d liked to test referenced the NHibernate assembly. The test manager aborted with the following error:
This error seemed pretty strange to me because the assembly wasn’t located on a network share but simply on [...]
If you want to create a new session (open a new window in a new session), without disturbing/loosing the other one, you will have to use the SessionIDManager.
Here is a short example (this will only work with <sessionState cookieless=”true” /> in the web.config):
SessionIDManager manager = new SessionIDManager();
string newId = manager.CreateSessionID(HttpContext.Current);
string urlOrig = [...]
Habe heute von einem Kollegen den Hinweis zu einer netten SDK bekommen zum Taggen von Informationen, welche von vielen PDAs (Windows Mobile, Symbian, Android, IPhone – leider kein Blackberry ) unterstützt wird. (Link zum Downloadcenter: http://gettag.mobi/)
It’s simple, useful, and fun. Download the free application to your phone and you’re ready to link real [...]