Michael's Blog

ASP.NET and Embedded Development

  • SQL Server Stored Procedures Class

    The last days I had to build a web application with a lot of stored procedures to a SQL Server database. Because I had to change parameters very often I decided to write a simple wrappr for these … more

  • Google indexing your hard disk

    For all the Google fans, here is the first local Google search: http://www.desktop.google.com/ I have installed it and it is a really good implementation to google.com. If you search on google.com … more

  • Create a copy of an existing SQL Server database

    I was searching for an easy way to create a copy of an existing live database and put it on the same SQL Server in a test database. Because I didn't find a good stored procedure I build my own SQL. … more

  • Windows XP Service Pack 2 Security Problems

    I read on the heise c't magazine security list some security issues with the Service Pack 2 for Windows XP. The article talks about the zone identifier in the NTFS file. If you download a file from … more

  • SMTP Server (create temporary email addresses)

    I am still developing my own SMTP server. A lot of people asked me why do I don't offer a POP3 server to get the emails. "Only a webfrontent is not enough for us...!" Ok, I started to create a … more

  • A sample on how to use the SetCookieEx function

    A lot of pages in my intranet application are using now the SetCookieEx functions. One of my .HTC components will be similar to the System.Collections.CollectionBase object in .NET. You can add this . … more

  • Use Javascript objects like you do it in C#

    While developing websites (intranet applications) I had to save a lot of information on the client or for a user. First, I used cookies to save information. I noticed that I can only save up to 20 … more

  • Microsoft SQL Server 2005 (beta) installation files

    For the installation of the new Microsoft SQL Server 2005 (beta) you have to copy the files from c:\6091bfe0e40c1cb8ef (perhaps this id is different). Note: You cannot copy the complete folder … more