Category Archives: Silverlight

PHPHOST BLOG

Web Hosting Related Articles You May Need

Silverlight TextBox Numeric Validation

While conducting a Silverlight training at one of my clients who was migrating from ASP.NET AJAX to Silverlight 4.0. While discussing input validations, my students raised a question that in AJAX we have the FilteredTextExtender using which the TextBox… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4 and 5 Tutorials–Link List

I recently published a list of Silverlight 4 and Silverlight 5 Tutorials that should be a useful resource for every Silverlight developer out there.
Check the article at Microsoft Silverlight 4 Tutorials You Must Read
The list provides learning resourc… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4 and 5 Tutorials–Link List

I recently published a list of Silverlight 4 and Silverlight 5 Tutorials that should be a useful resource for every Silverlight developer out there.
Check the article at Microsoft Silverlight 4 Tutorials You Must Read
The list provides learning resourc… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4.0 : Open .Exe Files using COM Interoperability

While working with Silverlight Line of Business applications, there may be a scenario where the user wants to open .exe applications e.g. Notepad or Calculator from the local machine. The question here is how to make this possible in Silverlight?
In S… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4.0 : Open .Exe Files using COM Interoperability

While working with Silverlight Line of Business applications, there may be a scenario where the user wants to open .exe applications e.g. Notepad or Calculator from the local machine. The question here is how to make this possible in Silverlight?
In S… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4: Consuming WCF REST Service using JSON

A nice feature of WCF programming is the support for REST and JSON, using which a client can communicate with the WCF service without using A proxy. In this article, I have used a Silverlight 4 client application to make a call to WCF service using JSO… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4: Consuming WCF REST Service using JSON

A nice feature of WCF programming is the support for REST and JSON, using which a client can communicate with the WCF service without using A proxy. In this article, I have used a Silverlight 4 client application to make a call to WCF service using JSO… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4: Creating Word Documents in MyDocuments Folder

Silverlight 4.0 supports COM automation. Using this feature we can interact with MS-Word, Excel etc via our application. The business requirement behind this isinteraction that a lot  users prefer to store their data in Word or Excel format for immedi… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Silverlight 4: Creating Word Documents in MyDocuments Folder

Silverlight 4.0 supports COM automation. Using this feature we can interact with MS-Word, Excel etc via our application. The business requirement behind this isinteraction that a lot  users prefer to store their data in Word or Excel format for immedi… Continue reading

Posted in Silverlight, Syndicated | Leave a comment

Data Validation in Silverlight using Data Annotations and Data Form

While using Silverlight for developing Line-of-Business applications, the DataForm control is recommended for performing DML operations. This control provides data pagination, insert, and update and delete operations on the records. This control provid… Continue reading

Posted in Silverlight, Syndicated | Leave a comment