Skip to main content

Latest Articles:


Validating Data in Silverlight 4 Applications – IDataErrorInfo
Entry Date: Oct 2010 site: ASP.net Rating:
keywords:Silverlight; Silverlight 4;
Article Description:
With the release of Silverlight 4 two new interfaces are now available including IDataErrorInfo and INotifyDataErrorInfo. In this post I'll walk through the process of using the IDataErrorInfo interface which provides a more simplistic way to validate data and provide end users with notifications. Let's start by taking a look at the interface's members
Comments:

Nice intro to IDataErrorInfo and how to use it in SL4. With this interface you can implement complex validations (the ones that cannot be implemented by DataAnnotations).

Click Here To Navigate to the Article

Silverlight 4 Rough Notes: Clipboard Access
Entry Date: Oct 2010 site: Mike Taulty Rating:
keywords:Silverlight; Silverlight 4;
Article Description:
I must use the clipboard hundreds of times a day. Business applications need clipboard access. Silverlight 3 only provided clipboard access in the form of a couple of built-in controls ( like TextBox ) providing copy/paste automatically like most TextBoxes in the world already do. But in Silverlight 4 this is expanded to allow for more complete clipboard access.
Comments:

Quick reading, to check the new clipboard access features implemented on Silverlight 4.

Click Here To Navigate to the Article

Tell the Debugger to Ignore Silverlight Validation Exceptions
Entry Date: Oct 2010 site: John Papa Rating:
keywords:Silverlight; Silverlight 3.0; Silverlight 4;
Article Description:
I recently wrote an article that demonstrates how to use the DataForm and validate data entry in Silverlight using the DataAnnotations. One of the pet peeves I have with the validation is that it throws in exception in the setter of your public property. Putting my disagreements with that aside for a second, it causes a major inconvenience when debugging the application. For example, when running the application that uses the DataAnnotations and one of the conditions is violated, the debugger will catch the validation exception and break into the code. The desired behavior is that the debugger will not break into the code since I really just want to see the validation information on screen.
Comments:

Data Annotations are quite powerful, but is annoying when you are debugging and you get Visual Studio debugger hitting validation violations and unhandled exceptions, here you will find trick to disable that tracking.

Click Here To Navigate to the Article

10 Steps to Debug Silverlight Out-of-Browser Applications without Attaching
Entry Date: Sep 2010 site: John Papa Rating:
keywords:Silverlight 3.0; Visual Studio 2010; Silverlight 4;
Article Description:
The common technique many developers use to debug Silverlight Out of Browser applications is to attach the debugger to the SLLauncher.exe process. However, there is a another way to debug installed OoB apps. Attaching to the process does not allow you to catch and debug any startup code however this technique below does allow you to do so.
Comments:

News to SL OOB app's? check out this guide to avoid you debuggin not working headaches.

Click Here To Navigate to the Article

5+ Ways to Reduce your .Xap Size
Entry Date: Sep 2010 site: Telerik Rating:
keywords:Silverlight; Silverlight 4;
Article Description:
Being Silverlight developer means that we are also kind of web developers. From this point of view, we also have to think about the web traffic that our applications generate. We need to reduce it as much as possible. So basically we need to reduce the size of the application's output - the .xap file.
Comments:

Nice XAP optimization article... always check for good practices and avoid the "localhost" effect.

Click Here To Navigate to the Article

Create a Silverlight Europe weather map
Entry Date: Sep 2010 site: Silverlight Show Rating:
keywords:Silverlight; XAML; Silverlight 3.0; Silverlight 4;
Article Description:
I don’t generally find the fall or winter an appropriate time to track weather conditions, but this is an exception. Microsoft recently released the Bing Maps Silverlight Control SDK, which ties Silverlight and Bing Maps closely together, allowing developers to create some very powerful mapping applications. In this article, I’ll walk the reader through the process of creating an Europe weather map application in Silverlight by using the Bing Maps Silverlight Control
Comments:

Nice full sample, how to integrate Silverlight Bing Maps SDK into your SL application and a real sample application (weather map).

Click Here To Navigate to the Article

Getting Started with Bing Maps Silverlight Control v1.0
Entry Date: Sep 2010 site: Chris Pietschmann Rating:
keywords:Silverlight; XAML; Silverlight 3.0; Silverlight 4;
Article Description:
It’s been 8 months since the CTP release of the Bing Maps Silverlight Control at MIX’08, and finally this week Microsoft released the Final v1.0 release of the control to the web. Now, we can all finally start using the Bing Maps Silverlight Control in Production!
Comments:

Very nice intro to Silverlight Bing Maps SDK, really you will learn in some minutes how to start from scratch and use this powerful control.

Click Here To Navigate to the Article

Announcing Sketchables – Rapid Mockup Creation with SketchFlow
Entry Date: Aug 2010 site: hardcodet Rating:
keywords:Silverlight 4; Expression Blend;
Article Description:
SketchFlow is a great addition to Blend, but I was missing the ability to create quick mockups of user interfaces. I’m a huge fan of productivity tools such as Balsamiq, and I was sorely missing its ease and speed in SketchFlow.
Comments:

Great stuff, addon to add powerful balsamiq features to Sketchflow (quite easy to drop controls and add data).

Click Here To Navigate to the Article

Simultaneously calling multiple methods on a WCF service from silverlight
Entry Date: Aug 2010 site: imeta Rating:
keywords:Silverlight; Silverlight 3.0;
Article Description:
A while back I had to debug some performance issues in an existing Silverlight app, as the problem / solution was a bit obscure and finding info about it was quite tricky, I thought I’d share, maybe it can help the next person with this problem.
Comments:

Client network stack is a quite powerful feature incorporated in Silverlight 3, apart from the main topic discussed in this article (concurrent calls browser limits issues), it explains as well how to share browser cookies using client network stack.

Click Here To Navigate to the Article

Performance Testing Guidance for web applications
Entry Date: Aug 2010 site: Codeplex Rating:
keywords:Performance; TFS;
Article Description:
Performance Testing Guidance for Web Applications - PDF Version.
Comments:

Small companies cannot afford having an own specialized performance testing team, but knowing the basics can let us make some decent performance testing and ensure some minimum levels of quality.

This guide is quite useful a must read to get the concepts.

Click Here To Navigate to the Article

JavaScript vs Silverlight: An answer
Entry Date: Jul 2010 site: Gala Soft Rating:
keywords:Silverlight; Java Script; Silverlight 4;
Article Description:
An article was published at JupiterJS.com (titled “JavaScript vs Silverlight”) arguing that JavaScript is better than Silverlight. Unfortunately, there is no way to post comments on that page (weird, really) so I decided I would post my answer here.
Comments:

Interesting post comparing Silverlight with Javascript, highlighting weak and stron points, a nice read (also nice to read the article reffered that only covers the javascript part)

Good to read both points of views

Click Here To Navigate to the Article

Page (1) Of 60 Next Articles >>