Silverlight 3.0 and web development

Recently, I have just been assigned a web application / website development project that uses the full capacity of Silverlight 3.0 . I am new to website development, and so far I am more involved in software development than in web development.

Nevertheless, I am very pleased with this new experience, because I feel that I can explore more. So I started learning the .NET Framework, C # and a bit of ASP.NET for the past 3 days.

Just to let you know my programming experience, I have been programming in Java and C for 3 years now, so I'm experienced enough. Any suggestions you can give me?

The project will start in 1.5 months, so I got something that can be caught up. I think my approach first is to first understand the concepts of .NET and ASP.NET, and then learn Silverlight at the end. I believe that C # will not be too heavy looking at my background that I have.

Can you recommend some good books and other resources that will help me in my educational process?

+3
source share
7 answers

, Silverlight ASP.NET(Silverlight 3 , ASP.NET).

Silverlight 3, :

  • .NET Framework
  • #
  • / # ( Silverlight)
  • Silverlight
  • ASP.NET

, , Silverlight (, , , UX).

0

Java, # - . . , , , . , , Java-//, , .Net.

, LINQ Java, .Net . LINQ, .

Silverlight/XAML/WPF , , , . http://silverlight.net/ http://windowsclient.net/learn/ , , silverlight, #,.net .. , , , , .

Silverlight, , , , . , , .

PDF WPF . - Silverlight #.

0

Java/C, , , Silverlight ( WPF). , UI, Win32 API, .

WPF Unleashed WPF ( , ). , Silverlight2 Unleashed , .

, , "click" .

0

Silverlight 3 - 1. , , Silverlight.

, # asp.net. Silverlight 2 ( "Pro Silverlight 2 # 2008" ). , .net, WCF, LINQ, Sql Server 2008.

, Silverlight 3 Silverlight 2.

  • . Silverlight, , ( ).

  • , Xap, .

  • Silverlight.. Silverlight.

  • , UX.

Advance

  • Pixel Shader., UX GPU. ( - 1 ). , DirectX SDK .

    sampler2D input : register(s0); 
    float4 main(float2 uv : TEXCOORD) : COLOR 
    { 
        float4 Color; 
        Color = tex2D( input , uv.xy); 
        return Color; 
    }
    
0

, Silverlight - Flash. , . Silverlight . , .

- -, , Silverlight.

# Silverlight, JavaScript. Java, .

MIX09, Silverlight 3, Silverlight 3, , Silverlight 2. http://videos.visitmix.com/MIX09.

0

MIX09, Silverlight 3, Silverlight 3, , Silverlight 2. http://videos.visitmix.com/MIX09.

, . Silverlight 3.0 . , ...

Silverlight -, , . ?

What are some sample applications using Silverlight that can use a database? Right now I'm just confused about how C # and ASP.NET can be tied to Silverlight. Perhaps I have not received this .NET knowledge yet.

0
source

Source: https://habr.com/ru/post/1707012/


All Articles