Browse by Tags

All Tags » Source Code (RSS)

The Future of .NET Reflector (from Lutz Roeder) by Michael Schwarz

Red Gate will be responsible for the future development of .NET Reflector , the popular tool authored by Lutz Roeder . I’m very happy to read that Red Gate will offer this tool for free to the community. Lutz did a great job and the feedback from developers...
Filed under: ,

Microsoft TCP/IP Stack on .NET Micro Framework Devices by Michael Schwarz

More an more devices are ready for the Microsoft TCP/IP stack that is available with the .NET Micro Framework version 2.5 introduced at the EmbeddedWorld2008 in Nuremberg. GHI Electronics have updated their firmware. Now their Embedded Master Module supports...

Download Surface Demo including DeepZoom by Michael Schwarz

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 video support from my first Surface demo and a the...
Filed under: ,

ASP.NET MVC Source Code at Codeplex by Michael Schwarz

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 Codeplex. You will be able to find this project at http://www...
Filed under: , , ,

Surface Demo - Silverlight 2 Update and DeepZoom by Michael Schwarz

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 demo : See the online demo here .

Silverlight Socket Comments by Michael Schwarz

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 Silverlight 2 starts a reverse DNS lookup for the host name...

Wake-on-LAN from a .NET Micro Framework Device by Michael Schwarz

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 servers at home using Wake-on-LAN . You'll find a lot of...

Wrong DateTime on .NET Micro Framework Devices by Michael Schwarz

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 Professional library to the really cool and small .NET framework...

Silverlight 2 and System.Net.Sockets.Socket by Michael Schwarz

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 Silverlight 2 applications will be allowed to connect...

LINQ to JSON by Michael Schwarz

James has published a first beta of LINQ to JSON support in his Json.NET library . It looks very similar to my LINQ support in an internal build of Ajax.NET Professional which never has been released.   List < Post > posts = GetPosts(); JObject...
More Posts Next page »