Skip to main content

Microsoft Silverlight

Answered Question Beginning Silverlight RSS Feed

(0)

goodway
goodway

Member

Member

0 points

1 Posts

Beginning Silverlight

Hello,

Silverlight needs programming knowledge to be learned???
I mean a graphic designer who is used to work on Golive and Flash (basic flash) can learn silverlight or he needs to know Dot Net as a prerequisite.

Thank you

alok572
alok572

Member

Member

334 points

63 Posts

Answered Question

Re: Beginning Silverlight

Hi,

It is not required for you to know .Net to design any application but it will be a more advantage for you. For designing purposes, you can use microsoft's expression blende.

 

Mark as answer if i've helped you.
 

Mark as answer if i have helped you.

Roet
Roet

Member

Member

211 points

65 Posts

Answered Question

Re: Beginning Silverlight

If you want a real good Silverlight application with rich functionality and dynamic content, you really need basic programming skills.

For design only, Blend is perfect and a Flash designer would probably like it.

But you still need a programmer, or the designer needs to have some basic knowledge of programming. But good designers with good programming skills are very rare.

If this post helped you, please mark it as answer! It helps other people too.

koyot3
koyot3

Participant

Participant

805 points

172 Posts

Re: Beginning Silverlight

 you have two parts in a silverlight application

-design side (using XAML language like XML) : you can learn xaml to develop your interface or you can use Expression Blend which can generate automaticaly the code during you are creating your page.xaml

- code-behind side (C# or VB) : this part needs basics skills in programmation to developp your application.

You can find on microsoft website Silverlight Coach and C# Coach to learn quickly knowledge to begijn with silverlight

Hope this help

baskarg83
baskarg83

Member

Member

414 points

127 Posts

Answered Question

Re: Beginning Silverlight

Basically the  Silverlight is for creating  a Rich Internet Applicatin, which is mixed roles of designer and developers.

here the microsoft introduce a Expression Blend for designer  which provides a XAML code automaticaly. and

for programmer you have  to write a C# program as a code-behind file. so if you want to work on silverlight you need basic of flash for designer and some .NET

knowledge to write a C# code behind file.

 

If it Helps Please "Mark as Answer"

 

 

 

paru
paru

Member

Member

164 points

28 Posts

Answered Question

Re: Beginning Silverlight

Silverlight is a subset of wpf or wpf/e

It has two editor(IDE):

1. Visual Studio  2. Expression Blend(a part of expression studio)

If you are a designer as such you will require to know only XAML (designer code). But still if you are looking forward for  full flugged applicatin you must know C#

Silverlight 1.0- unmanaged code(javascript)

Silverlight 1.1 beta and silverlight 2.0- introduces C# (managed code)

If you know javscript i guess you can do almost everything that C# can do :)

Expressin Blend you to design your page without actual coding, so you can escape xaml... but again when you go for code behind (event handling, dynamic binding etc...) you cannot escpe C#. Itis always according to your requirement :)

 

Thanks
Paru

--mark as answer if helped
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities