Tag: Silverlight

  • Silverlight is Hard–It is moving faster than I am

    When will Silverlight slowdown? I’ve been trying to pick up Silverlight on the weekends ever since 1.0. However, just as I’m starting to catch on, all my code is obsolete. I thought that with Silverlight 4 things might slow down a bit. However, it seems that the RIA (Rich Internet Applications) Services are pretty key…

  • Getting Silverlight 4 Business Application to Run on TFS Build Server

    Headline: There is a folder that does not display by default in a Silverlight Business Application project called Generated_Code. That has to be added to the project and checked into the solution in order for your Silverlight application to run on your TFS Build Server. I was trying to get my Silverlight 4 test application…

  • Single Logic Tier, Multiple Presentation Tiers – In a 64-bit world

    Wouldn’t it be nice if we had a single data and logic tier upon which any number of presentation tiers could display? For example, one logic tier but present via WPF (Windows Presentation Foundation) (both 32 and 64 bit), ASP.NET, MVC (Model-View-Controller), Silverlight, and Windows 7 phone? And, can I use the MVVM (Model-View-ViewModel) pattern…