Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

António Vargas


.Net
SharePoint
Silverlight

Browse by Tags

All Tags » Silverlight   (RSS)
Using Application library caching
If you have a Silverlight application (framework 3.0 or superior) which the XAP file is sizable and the application has performance problems, you should put the project references in separate files using application library caching. You can follow this Read More...
Silverlight tips for designers
If you're doing a Silverlight-based project that are involving a web design team, don’t forget to tell to designer to ensure the following tips: Only use images with 92 dpi (the designers are habituated to use images with 72 dpi, and they should Read More...
How to create a Text Box control in Multiline mode
If you need to create a Tex Box control in Multiline mode as you can do in the ASP.NET, check this tip . You just need to add the AcceptReturn property on your Text Box control as the following sample: <TextBox x:Name="textBox1" AcceptsReturn="True" Read More...
PDC09: Silverlight videos
Yesterday, i finally had time to watch some PDC09 session videos and i found some interesting Silverlight videos on my point of view. Here are the links to the videos that I recommend you to see: How to get data to Silverlight control (What should i use?) Read More...
Silverlight 4 announced
It was announced the release of Silverlight 4 at PDC , two weeks ago. The beta version is now available here . This framework version will include the following new interesting features: Print support Webcam and microphone support Audio and video local Read More...
Some interesting Silverlight controls on CodePlex
I found some Silverlight controls on CodePlex that i think that are important to share: Silverlight Timeline control: http://timeline.codeplex.com/ Silverlight DataFilter control: http://riadatafilter.codeplex.com Silverlight Cover Flow: http://silverlightcoverflow.codeplex.com Read More...
Add Silverlight control to SharePoint
One of the problems using Silverlight on SharePoint 2007 is how can we add a Silverlight control in the SharePoint site? A quickly and simple solution that i found to do it is the SPSilverlight web part, a web part that allows you to add a Silverlight Read More...
Expression Blend 3: How to set a shadow effect on some control
I’m training to use Expression Blend because i’m not a designer guy but i need to have some base knowledge about the control’s design that i developed. The first restriction that i found is how can i set a shadow effect on some control? Read More...
Using Silverlight in Sharepoint 2007 - Configuration
My name is António Vargas, I'm Create IT’s consultant and i work here since a one year ago. Well this is my first post on the blog, and i will focus to talk about .Net, Sharepoint and Silverlight technologies on the posts. To see more Read More...