LetsBlogAbout.NET
Blogging about all that is .NET

Silverlight Tips of the Day Update 2

September 12, 2008 17:17 by joswalt

I blogged previously about some great Silverlight Tips of the Day that the Silverlight team has been releasing to help developers get started using Silverlight. Well, the team has released some new tips:

 


Tags:
Categories: Silverlight
Actions: E-mail | Permalink | Comments (7) | Comment RSSRSS comment feed

Silverlight Tips of the Day Update 1

August 15, 2008 09:24 by joswalt

I blogged previously about some great Silverlight Tips of the Day that the Silverlight team has been releasing to help developers get started using Silverlight. Well, the team has released some new tips:


Tags: ,
Categories: Silverlight | WPF
Actions: E-mail | Permalink | Comments (6) | Comment RSSRSS comment feed

Intellisense for you XAML code

August 4, 2008 19:47 by joswalt

If you have worked with XAML outside of Visual Studio, you have probably wished that you could get Intellisense in your code. Microsoft Expression Blend is one of main tools that Microsoft expects developers to use when working with XAML. Blend doesn't have Intellisense for XAML either.

Stefan Dobrev has developed an addin for Expression Blend that will provide the auto completion and Intellisense in Expression Blend.

Stefan's code is based off another great free XAML tool called Kaxaml. Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK).

XamlPad is a basic visual editor for Extensible Application Markup Language (XAML) and is installed with the SDK.  

  kick it on DotNetKicks.com

 


Tags: , ,
Categories: Silverlight | WPF
Actions: E-mail | Permalink | Comments (8) | Comment RSSRSS comment feed

44 Great Silverlight 2.0 Screencasts from Mike Taulty

August 4, 2008 11:01 by joswalt

Mike Taulty has uploaded a great collection of Silverlight 2.0 screencasts. These screencasts help you better understand the different aspects of developing with Silverlight as in the following: controls, File IO, networking, UI design, data-binding, interacting with HTML pages, and more. If you want to learn about Silverlight, this set of screencasts will definitely get you started in the right direction. 

  1. Silverlight - Hello World
  2. Silverlight - Anatomy of an Application
  3. Silverlight - The VS Environment
  4. Silverlight - Content Controls
  5. Silverlight - Built-In Controls
  6. Silverlight - Width, Height, Margins, Padding, Alignment
  7. Silverlight - Using a GridSplitter
  8. Silverlight - Grid Layout
  9. Silverlight - StackPanel Layout
  10. Silverlight - Canvas Layout
  11. Silverlight - Databinding UI to .NET Classes
  12. Silverlight - Simple Styles
  13. Silverlight - Custom Types in XAML
  14. Silverlight - Binding with Conversion
  15. Silverlight - List Based Data Binding
  16. Silverlight - Simple User Control
  17. Silverlight - Templating a Button
  18. Silverlight - Resources from XAP/DLL/Site Of Origin
  19. Silverlight - Animations & Storyboards
  20. Silverlight - Uploads with WebClient
  21. Silverlight - Downloads with WebClient
  22. Silverlight - Calling HTTPS Web Services
  23. Silverlight - Calling Web Services
  24. Silverlight - Making Cross Domain Requests
  25. Silverlight - Using HttpWebRequest
  26. Silverlight - File Dialogs and User Files
  27. Silverlight - Using Sockets
  28. Silverlight - Using Isolated Storage
  29. Silverlight - .NET Code Modifying HTML
  30. Silverlight - Using Isolated Storage Quotas
  31. Silverlight - Calling JavaScript from .NET
  32. Silverlight - Evaluating JavaScript from .NET Code
  33. Silverlight - Handling HTML Events in .NET Code
  34. Silverlight - Handling .NET Events in JavaScript
  35. Silverlight - Calling .NET from JavaScript
  36. Silverlight - Displaying a Custom Splash Screen
  37. Silverlight - Passing Parameters from your Web Page
  38. Silverlight - Loading Media at Runtime
  39. Silverlight - Dynamically Loading Assemblies/Code
  40. Silverlight - Reading/Writing XML
  41. Silverlight - Multiple Threads with BackgroundWorker
  42. Silverlight - Insert/Update/Delete with the DataGrid
  43. Silverlight - Getting Started with the DataGrid
  44. Silverlight - Embedding Custom Fonts

Silverlight Tips of the Day

July 22, 2008 14:59 by joswalt

The Silverlight team has been releasing some Silverlight Tips of the Day to help developers get started using Silverlight. I thought that I would post them here as well as a reference for me and anyone else that is needing help with working with Silverlight.

This list will expand as more Tips are released from the Silverlight team.

 Silverlight Tips of the Day:

Last Updated: 10/13/2008 06:00 PM
 


Getting Started with Silverlight 2 Beta 2

June 16, 2008 16:29 by joswalt

Microsoft Silverlight is a cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web.

Get Started Building Silverlight 2 Applications:


Tags:
Categories: Silverlight
Actions: E-mail | Permalink | Comments (8) | Comment RSSRSS comment feed