Alexander Schmidt
              Mathematical methods,
    ;         software development

Genesis Turn It On Again Tour

Thursday, 4 October 2007 21:56 by admin

Just got back from the Genesis concert at United Center called Turn It On Again Tour. Phil Collins rocks! The performance was awesome, sound was perfect and visuals are excellent. He performed the best songs including Invisible Touch, Mama, Turn It On Again of course and many other well-known songs.

Visual Studio 2005 Class Diagram for Web Site

Thursday, 4 October 2007 21:56 by admin

If you try to add class diagram to Web Site in Visual Studio 2005 and create a diagram of code-behind classes of web controls, the following messages will appear preventing from creating the diagram for such classes:

Visual Studio allows only classes in Add_Code folder and its subfolders added to class diagram and to manipulate such classes. This is a limitation in current release of Visual Studio because development team decided to take an opportunistic approach and limit the functionality of class designer only to static classes, not dynamic classes such as code-behind ones in web site projects.

More...