So I have learned a nice amount of C#, and was wondering if anyone could help me learn silverlight, also how similar is silverlight to C#?
teach me silverlightI know C#, but know I want to learn silverlight
Page 1 of 1
10 Replies - 6011 Views - Last Post: 21 February 2012 - 04:17 AM
Replies To: teach me silverlight
#2
Re: teach me silverlight
Posted 04 September 2009 - 12:59 AM
Your best bet is to go onto Google and do a few WPF/Silverlight tutorials. The syntax of Silverlight is very differnt to C#, and it certainly takes a bit of effort to move from WinForms to WPF or Silverlight, but it is well worth it.
#3
Re: teach me silverlight
Posted 04 September 2009 - 01:54 AM
DIC has a few tutorials: http://www.dreaminco...howforum124.htm
#4
Re: teach me silverlight
Posted 04 September 2009 - 08:38 AM
thnx, any more info would also be nice
#5
Re: teach me silverlight
Posted 05 September 2009 - 05:49 AM
Quote
The syntax of Silverlight is very differnt to C#,
You are definitely wrong on this. Silverlight is based on C#, therefore a Silverlight developer uses standard C# to build SL applications. You are using XAML to build the UI, but that's a different application layer.
@Theaegd Take a look at our Silverlight Resources list for places where you can learn the basics of SL.
#6
Re: teach me silverlight
Posted 05 September 2009 - 07:43 AM
thnx core, i was kinda surprised when he said SL syntax was diffrent.
#7
Re: teach me silverlight
Posted 07 September 2009 - 11:41 AM
Sorry guys you are compleatly right - I was very confusing there - I was talking about XAML, and not SL. Sorry if I caused any confusion
#8
Re: teach me silverlight
Posted 07 September 2009 - 01:49 PM
you better be srry you piece of crap, jk
#10
Re: teach me silverlight
Posted 21 February 2012 - 03:26 AM
startd with my forst sivelight applications...
On opening this error is coming... ->
System.NullReferenceException
Object reference not set to an instance of an object.
at Microsoft.Windows.Design.Platform.SilverlightMetadataContext.SilverlightXamlExtensionImplementations.<GetXmlNamespaceCompatibilityMappings>d__8.MoveNext()
at MS.Internal.Design.Metadata.ReflectionProjectNode.BuildSubsumption()
at MS.Internal.Design.Metadata.ReflectionProjectNode.SubsumingNamespace(Identifier identifier)
at MS.Internal.Design.Markup.XmlElement.BuildScope(PrefixScope parentScope, IParseContext context)
at MS.Internal.Design.Markup.XmlElement.ConvertToXaml(XamlElement parent, PrefixScope parentScope, IParseContext context, IMarkupSourceProvider provider)
at MS.Internal.Design.DocumentModel.DocumentTrees.Markup.XamlSourcedocument.FullParse(Boolean convertToXamlWithErrors)
at MS.Internal.Design.DocumentModel.DocumentTrees.Markup.XamlSourcedocument.get_RootItem()
at Microsoft.Windows.Design.DocumentModel.Trees.ModifiableDocumentTree.get_ModifiableRootItem()
at Microsoft.Windows.Design.DocumentModel.MarkupDocumentManagerBase.get_LoadState()
at MS.Internal.Host.PersistenceSubsystem.Load()
at MS.Internal.Host.Designer.Load()
at MS.Internal.Designer.VSDesigner.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedView.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedDesignerFactory.Load(IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.Load()
at MS.Internal.Designer.DesignerPane.LoadDesignerView()
what should if or now to resolve it?
On opening this error is coming... ->
System.NullReferenceException
Object reference not set to an instance of an object.
at Microsoft.Windows.Design.Platform.SilverlightMetadataContext.SilverlightXamlExtensionImplementations.<GetXmlNamespaceCompatibilityMappings>d__8.MoveNext()
at MS.Internal.Design.Metadata.ReflectionProjectNode.BuildSubsumption()
at MS.Internal.Design.Metadata.ReflectionProjectNode.SubsumingNamespace(Identifier identifier)
at MS.Internal.Design.Markup.XmlElement.BuildScope(PrefixScope parentScope, IParseContext context)
at MS.Internal.Design.Markup.XmlElement.ConvertToXaml(XamlElement parent, PrefixScope parentScope, IParseContext context, IMarkupSourceProvider provider)
at MS.Internal.Design.DocumentModel.DocumentTrees.Markup.XamlSourcedocument.FullParse(Boolean convertToXamlWithErrors)
at MS.Internal.Design.DocumentModel.DocumentTrees.Markup.XamlSourcedocument.get_RootItem()
at Microsoft.Windows.Design.DocumentModel.Trees.ModifiableDocumentTree.get_ModifiableRootItem()
at Microsoft.Windows.Design.DocumentModel.MarkupDocumentManagerBase.get_LoadState()
at MS.Internal.Host.PersistenceSubsystem.Load()
at MS.Internal.Host.Designer.Load()
at MS.Internal.Designer.VSDesigner.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedView.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedDesignerFactory.Load(IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.Load()
at MS.Internal.Designer.DesignerPane.LoadDesignerView()
what should if or now to resolve it?
Page 1 of 1
|
|

New Topic/Question
This topic is locked


MultiQuote






|