July 2007 - Posts

1
Comments

Upgrading your project to Silverlight Alpha 1.1 Refresh by Michael Schwarz

Scott Hanselman wrote on his blog about how to upgrade your project from Silverlight 1.1 Alpha to Alpha Refresh . There are a couple of breaking changes in Silverlight 1.0 RC1 . Because the 1.1 version does include the same core it will be necessary to...
Filed under: ,
0
Comments

SwirlChat Module v2 (for DNN) by Michael Schwarz

swirlhost has released their new chat module that is designed specifically for DotNetNuke : "Since the success of the original SwirlChat version 1.0, we've been scouring our New Features forums and listening to customer feedback to help us produce a chat...
Filed under: , , ,
7
Comments

Silverlight Configuration Tool by Michael Schwarz

With the latest Silverlight bits you will find a new configuration tool in the Silverlight application folder (i.e. c:\Program Files\Microsoft Silverlight) names slup.exe (SilverLight UPdate?). You can open the configuration from any Silverlight host...
Filed under:
12
Comments

Updated My Silverlight Surface Version by Michael Schwarz

I have updated the Silverlight "Surface" demonstration with video support , too. The only thing I had to do is to replace the Silverlight.js JavaScript file and change the boolean properties in the createObjectEx to their string representations (true...
Filed under:
3
Comments

ASP.NET AJAX Roles and Security by Michael Schwarz

David Barkol writes on his blog about ASP.NET AJAX Role Application Service with Visual Studio 2008 (Orcas). Well, it is a new service that is working similar to the profile and authentication service. As it is very easy to call it from the client-side...
1
Comments

[de] Kostenfreier Silverlight Workshop in Erlangen by Michael Schwarz

Nachdem wir den ersten Workshop kurzfristig absagen mussten haben wir einen neuen Termin in Erlangen bei der the campus am 9. August, ab 18 Uhr. Wir haben einen Raum, PCs, Kaffee und Kuchen! Anmeldungen über die neu angelegte Google Group NET-Workshops...
3
Comments

New Silverlight Links by Michael Schwarz

The last weeks I was a little bit busy because of some projects and other work I had to do at home. But today I will publish some new links about Silverlight: New Visual Studio Version for Silverlight (2nd beta) How Silverlight Update works , (my old...
2
Comments

Silverlight 1.0 RC1 available by Michael Schwarz

As you may have already noticed: the RC1 of Silverlight 1.0 has been put online on the weekend. Since the last beta there have been fixed around 2000 (!) bugs and added some more features. English downloads are available here: Silverlight 1.0 RC1 / Windows...
Filed under: , , ,
4
Comments

Authentication and Session by Michael Schwarz

In my current project I'm using a own User object that I store in the HttpContext.Session to have personalized data available without connecting on each AJAX method / page refresh to the database. If the session will end because of timeouts, Web server...
1
Comments

Throw new Exception with AjaxPro by Michael Schwarz

Last Friday I had a discussion with Kris about some problems he had with Ajax.NET Professional. The thing was that he was using Response.Write somewhere in his code to write exception details to the output, but that failed because the result was not a...
More Posts Next page »