Tag Archive: Silverlight 4

Jan
25

Open Website From Silverlight 4 App – Non-OOB Workaround

Silverlight 4 Application - Displaying HTML Non-OOB

How to Open Websites from Silverlight 4 and NOT use OOB Setting As with all workarounds, they aren’t perfect implementations, this one is a start. The Silverlight 4 Application – Web Browser Running non-OOB The specific things that facilitated this particular workaround are pretty simple. First we add an iframe to the test page that the Silverlight application is hosted on.  Silverlight normally generates one for you like appnameTestPage.html. Second …

Continue reading »

Jan
01

SplitButton Control in Silverlight 4 – Silverlight Toolkit

SplitButton Silverlight 4

Using the SplitButton control in your Silverlight 4 Application What is the SplitButton? The SplitButton is a nice control that allows you to turn one button into many different click options.  For example, you might have a Save button, with a split section that drops down with options to Save-As, Save a Copy, etc.   SplitButton Examples       Where can you get the SplitButton control for Silverlight 4? …

Continue reading »

Dec
09

ORM & IoC – Hollywood Principle, Panacea or Fad?

ORM .NET Silverlight 4 PowerBuilder

The Inversion of Control  (a.k.a. The Hollywood Principle) & ORM Panacea Inversion of Control (IoC) is old news for the Java community but it is the latest and greatest panacea for the .NET world. Inversion of Control actually first came to light way back in the late ’80′s when it was mentioned in Johnson & Foot’s paper Designing Reusable Classes.  I’m pretty sure that I was the second person to …

Continue reading »

Dec
06

Learning Silverlight Checklist, Must-Have Tools, SDK’s & Guides

Silverlight 4 - Must Have Tools for the Programmer

Learning Silverlight Checklist – Everything you’ll need to program Silverlight 4 Quick Intro of Silverlight 4 – for PowerBuilder Application Developers Silverlight 4 is a powerful development platform from Microsoft used for creating rich internet applications.  The free plug-in, powered by the .NET framework and compatible with multiple browsers, devices and operating systems.  Silverlight 4 is the natural choice  for PowerBuilder Application developers who are tasked with PowerBuilder conversions because the …

Continue reading »

Sep
08

Silverlight 4 with WCF RIA Services – Joining Tables

Silverlight 4 with WCF RIA Services – Joining Tables . It should be easier to join tables… A simple Google search will show that it isn’t overly intuitive to join tables using the Entity Framework with Linq to SQL.  I’m not sure yet if I’m a fan of LINQ, have found myself making database views to get the data ready for presentation in some cases. So far LINQ and data …

Continue reading »

Sep
01

PowerBuilder – Any real competition? Exploring WCF RIA & Silverlight 4

PowerBuilder to WCF RIA and Silverlight 4

Do any development technologies stack up to PowerBuilder? The question was almost rhetorical… but look at what I’ve done here. Converting PowerBuilder to C Sharp .NET, WCF RIA Services and Silverlight 4 I know it is hard for some people to watch the big guys win all the time, but Microsoft has been up to some good things lately. I’ve used Visual Basic in some prior corporate projects and also done …

Continue reading »