Archives
-
Silverlight Control Skin Sets
Corrina Barber has publish four different Silverlight control skin sets that looks very nice and shows the power of skinning in Silverlight. See online … more
-
Download Surface Demo including DeepZoom
Well, I forgot to publish the source code of the changed Microsoft Surface Demo written for Silverlight 2 beta 1. The original demo can be found at the Silverlight community gallery. I have added the … more
-
[de] .NET User Group Franken trifft sich wieder
Die .NET User Group Franken trifft sich wieder, am Donnerstag den 3. April bei der conplement AG im Südwestpark. Ich werde eine kurze Einführung/Demo zum .NET Micro Framework machen, als … more
-
ASP.NET MVC Source Code at Codeplex
Today Microsoft published the source code of ASP.NET MVC Framework at Codeplex: We’re delighted to give you an early preview of the first release of the ASP.NET MVC source code on to … more
-
Breaking Changes in Silverlight 2
There is an MSDN article that focuses on changes that might cause your older Silverlight-based applications to now fail or behave differently not on new features/enhancements for this release: … more
-
Surface Demo - Silverlight 2 Update and DeepZoom
Today I updated my Surface Demo (original source from Silverlight examples). Well, there are only some small changes since last beta 1.1. So I have added a DeepZoom control (MultiScaleImage) to the … more
-
Marc Julian Starting Writing
My oldest son Marc Julian (5 years old) will start school this summer. He's still in kindergarten and today we did some games with mathematics and writing some words, playing with what he has learned. … more
-
Getting Silverlight from Microsoft Update
Since some weeks Microsoft offers a Silverlight update (KB946609) through Microsoft Update. As it is an optional component you have to select it in the Microsoft Update web site or with Windows Vista … more
-
Silverlight Socket Comments
During my experience with Silverlight 2 beta 1 and the use of sockets I have collected some comments that may help you starting with sockets inside Silverlight: The current beta version 1 of … more
-
Wake-on-LAN from a .NET Micro Framework Device
Well, I love the easy development of embedded devices with the .NET Micro Framework. As the device I'm currently using is really small I tried to build a small Web site on it to start my private … more
-
Wrong DateTime on .NET Micro Framework Devices
Since embeddedworld2008 in Nuremberg I'm playing in my free time with the .NET Micro Framework and the Digi Connect ME network device. I've created a small Web server and ported the Ajax.NET … more
-
Silverlight 2 beta 1 and Socket Exception: Access Denied
Playing around with the sockets in Silverlight 2 beta 1 I found out that it works fine on my local host. When publishing my sample to a real Web server (I mean a Web server that is reachable in the … more
-
Maybe Socket Bug in Policy Code in Silverlight 2 beta 1
In my last post I wrote about how you can use sockets in Silverlight 2 beta 1. Well, when publishing my application to a Internet domain the code didn't work. I always get a socket exception: error … more
-
Silverlight 2 and Apple Safari for Windows
Yesterday evening I have played with the new Silverlight 2 beta 1 bits and tried to run it on different Web browsers. The system requirements for Silverlight 2 are: Operating … more
-
Silverlight 2 and System.Net.Sockets.Socket
The new beta of Silverlight 2 introduces Sockets. The security model enforced by the System.Net.Sockets namespace in Silverlight 2 allows for a connection only back to the site or host of origin. So … more
-
Silverlight 2 not working on Production Web Server
I got some questions about why is Silverlight 2 beta not working on my production Web server? Well, one of the most errors I found is the missing MIME type definition in IIS. Silverlight 2 doesn't … more
-
Silverlight 2, Images,... running on .NET Micro Framework Web Server
The next beta of Silverlight 2 is available online since yesterday. Another announcement appeared in the news is that Silverlight (maybe only version 1.0 for now) will be available on Windows Mobile 6 … more
-
My own small .NET Micro Framework Web Server
While developing my small Ajax.NET M! library for creating Web applications that run on the .NET Micro Framework I have started to write my own Web server. Some years ago I wrote a simple SMTP/POP … more
-
Ajax.NET M! - The .NET Micro Framework AJAX Library
The embeddedworld2008 is over and I had some time to play around with Microsoft .NET Micro Framework devices. I can remember that I had a look on it during the first available betas on Microsoft … more