Michael's Blog

ASP.NET and Embedded Development

  • Visual Express 2005 (beta) installation

    If you start the installation for the new Visual Express 2005 (beta) developer tools you will need more time while installing because of the additional download of the tools (.NET Framework 2, ...). … more

  • SMTP Server (more tests please)

    First, I will thank you for your help in the last weeks! It was a pleasure for me getting so much feedback. As you know already I am on developing a SMTP server in C#. Now, the current release is … more

  • WebService calls using Javascript (user experience)

    SORRY: Here is the URL http://demo.pctopp.com/cvcart.htm In one of my old postings I talked about Javascript consuming WebServices. Some guy talkled to me and said "Hmmm, Javascript and WebServices? … more

  • Change MSDE Security and Authentication

    Yesterday evening someone of the INETA User Group Franken (Germany) asked me how to change the MSDE Security and Authentication. I will describe in some short words how to do this: - During … more

  • Only develop for Internet Explorer 6?

    I do not know if you already saw the Google Zeitgeist. But I think it is a good statistic on how the people browse through the internet. If i look at my own statistic log files I can see a similiar … more

  • Create code-behind files for resource.resx

    As I saw in the next generation of Visual Studio .NET there is a code-behind file for resource files. I tought this is an idea to create a small macro doing the same job. You can copy the following … more

  • .NET Developer Meetings to look at code samples

    I'd like to start a a developer meeting in Germany (Nuremberg) the next months. The idea is different from the idea of the .NET user groups. I heared about the INETA communities, but the problem here … more

  • Remove login pages to a seperate page!

    I looked arround in the web to find websites with security lecks. After months there is no change to the webmasters, they still offer login textboxes side-by-side to guestbooks or weblogs. Some weeks … more

  • VML class with Source Code

    What do you think about our first VML class. I will spend more time on it to enable full scripting support for VML elements. At the moment it is only a first test. It is working as the Graphics GDI … more

  • RSS Reader (or is it Feed Reader) Class Library

    I am searching for a good .NET class library for RSS feeds that is free and can be redistributed also for free. Does anyone know a good version? Because I did not find a free version I started to do … more