English 中文(简体)
了解何时建造银灯的一些有用概念是什么?
原标题:What are some of the useful concepts to know about when building Silverlight apps?

银灯( & WPF)空间似乎在其周围有全新的名声,有时我用很强的时间把我们对于研究来说非常重要和有益的东西混在一起。

例如,我知道多国公司模式,但我看一看规模较小的东西,即可能用于实施多国公司而需要事先知道的专题、想法、方案制定。

因此,我基本上看一看人们在制作银灯时认为有用或重要的一些关键议题和概念。 也许为什么它有用或重要,何时可以适用或使用。

感谢。

问题回答

If you are a newcomer, don t bother with MVVM yet. It could easily overcomplicate everything. I recommend you to build your first one or two applications without it. (See this question.)

你们应熟悉以下概念:

  • XAML syntax and the concept of code behind
  • Styles and Templates
  • What UIElement, FrameworkElement, Shape, Control, and other abstract classes are
  • Bindings (there are quite a few types of them)
  • How to create custom controls and styles for them (In SL, generic.xaml)

如果大家熟悉以上情况(而且你对XAML感到安慰,或者你团队中的某个人已经这样做),那么你就读了银星和世界森林论坛的最佳做法,然后你可以开始使用多国机器。

我认为,学习充分利用全球森林和生态系统服务价格指数的两个最重要的内容是首先制定数据,然后采用模拟模型。 数据 捆绑是许多申请的关键,但海事组织的模板确实是WPF/Silverlights。

我可能建议你首先扩大范围,把世界森林论坛也包括在内,因为在许多情况下,设计模式和编码模式有些重叠。 很显然,银灯是一种微薄的WPF,但由于许多设计方法和风格类似,它也可能有助于审视一些WPF的做法。





相关问题
Silverlight Rich text box control

Our team decided that we need our own custom Rich text box control for Silverlight app we are developing. We looked at existing controls mentioned at A good rich text control for Silverlight but ...

Silverlight ImageBrush not rendering (with Bing Map Control)

I m trying to add an image to a Pushpin instance from the Silverlight Bing Map Control, but I can t seem to get it to render (the pushpin renders fine). This is probably a general WPF question rather ...

Silverlight OpenFileDialog DoEvents equivalent

I m processing large files after they are selected by the user. My code looks like the following: if (FileDialog.ShowDialog() == true) { // process really big file } This freezes up the UI so ...

list of controls with templates in silverlight

Does anyone know where to find a list of controls that you can set the template on in Silverlight? I ve wasted several hours now trying to create control templates only to find that the control doesn ...

Silverlight, Updating the UI during processing

I have a simple silverlight multifile upload application, and i want to provide the user with some feedback, right now its only in a test phase and i dont have the webservice. Somehow i cant get the ...

Silverlight 3 - FindName returns null

This looks a bug to me.. Using Silverlight 3 and i have a user control defined in XAML and trying to access the object during runtime returns a null. <Grid> <common:CommonGridEditPanel x:...

silverlight 3 collection binding

Someone please help me understand why this binding does not work... I have a class called SelectionManager with a property called dates which is populated by a WCF service. The property is an ...

热门标签