Category: Technology

  • Favicon.ico

    Headline: http://www.favicon.cc is a great site for creating a favicon! What is Favicon.ico? When you browse to websites and you see a small image that is placed on your browser tab which makes it easier to recognize which tab is the one you want rather than having to read the text you are looking at…

  • Silverlight AND WPF–Table of Contents

    This post is a table of contents for posts I have regarding my project that attempts to provide both a Silverlight and a WPF (Windows Presentation Foundation) application with similar if not identical functionality. I’m currently using Visual Studio 2010 with .NET 4.0 and Silverlight 4. I don’t know if you call it writing compatible…

  • WPF and Silverlight – Same Namespace, Same .dll name, Different Projects

    As I work with the two technologies I would like to minimize any code differences I have. Looking at Microsoft, other companies like Telerik (more on them in another post), and CodePlex projects like Caliburn.Micro it seems the evolving best practice is in the title of this post. References I searched some, and could not…

  • Silverlight 5 Announcement

    I was glad to see Scott Guthrie’s blog post Announcing Silverlight 5 posted last Thursday. If you have read my recent posts you know there are many points of Silverlight that have disappointed me. As someone that only has 64-bit computers, believes in TDD (Test Driven Development), and appreciates the MVVM (Model-View-ViewModel) pattern, Silverlight seems…

  • Overview of Silverlight and WPF Projects

    Headline: I’m trying to develop a new version of the FamilyShow that will use MVVM and work in both Silverlight (what I care about) and Windows Presentation Foundation (WPF) (what it was originally written in). I’ll start having a lot more posts about the differences between the two. I wish I’d started writing the differences…

  • Window Restore Slow After nVidia Driver Upgrade

    Headline: If you installed the latest driver for an nVidia Quadro FX 1800M, Version 8.17.12.5922, A08, you might experience slowness when bringing up or restoring windows. Go to the Dell site and get the pervious version, install it, reboot, and performance should be restored. Details I have a Dell Precision M4500 notebook running Windows 7…

  • MVC Team Should Rule

    Headline: I don’t think I’ve seen a team more focused on testability at Microsoft than the ASP.NET MVC (Model-View-Controller) team. I sure hope their unit testing philosophy starts to influence other teams more. Entity Framework If you use any of the patterns for the Entity Framework (one of the early versions of .NET 4.0 that…

  • No Silverlight Unit Test Integration with TFS?

    Well, the excitement of the last post lasted about 18 seconds. Now I need to slog through this post about “Integrating Silverlight Unit Tests into Build Process”. Must Use Silverlight Unit Tests In the last post I was doing unit testing with a regular unit test project. That integrates with TFS (Team Foundation Server) quite…