1 / 37

Hello! Silverlight. Enjoy The UX!!

실버라이트 개발 환경 구성하기. Hello! Silverlight. Enjoy The UX!!. 하승민 ( 승미 ). 광운대학교 & 삼성 소프트웨어 멤버십 antasis9@gmail.com. 개발 환경. VS2008 SP1. Blend. Expression Web. Visual studio 2008. Designer. Silverlight Tools. DeepZoom Composer. Developer. 개발 환경. Silverlight Café

Download Presentation

Hello! Silverlight. Enjoy The UX!!

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 실버라이트 개발 환경 구성하기 Hello! Silverlight. Enjoy The UX!! 하승민(승미) 광운대학교 & 삼성 소프트웨어 멤버십 antasis9@gmail.com

  2. 개발 환경 VS2008 SP1 Blend ExpressionWeb Visual studio 2008 Designer Silverlight Tools DeepZoom Composer Developer 네이버 실버라이트 까페(http://www.slkorea.net)

  3. 개발 환경 네이버 실버라이트 까페(http://www.slkorea.net) Silverlight Café http://cafe.naver.com/mssilverlight/4471

  4. Silverlight App의 구성 Design(XAML) Code(CS) 네이버 실버라이트 까페(http://www.slkorea.net)

  5. XAML과 CS Design(XAML) Code(CS) 네이버 실버라이트 까페(http://www.slkorea.net)

  6. Hello World! 네이버 실버라이트 까페(http://www.slkorea.net)

  7. 개발 flow 개발자 디자이너 Blend Visual studio 2008 Silverlight Project TeamFoundation Server 네이버 실버라이트 까페(http://www.slkorea.net)

  8. 개발 flow Design(XAML) Code(CS) 네이버 실버라이트 까페(http://www.slkorea.net)

  9. 디자이너 Blend TeamFoundation Server 네이버 실버라이트 까페(http://www.slkorea.net)

  10. 디자이너 Design(XAML) 네이버 실버라이트 까페(http://www.slkorea.net)

  11. 디자이너 Blend TeamFoundation Server 네이버 실버라이트 까페(http://www.slkorea.net)

  12. 프로그래머 Visual studio 2008 TeamFoundation Server 네이버 실버라이트 까페(http://www.slkorea.net)

  13. 프로그래머 Code(CS) 네이버 실버라이트 까페(http://www.slkorea.net)

  14. 프로그래머 Visual studio 2008 TeamFoundation Server 네이버 실버라이트 까페(http://www.slkorea.net)

  15. CoWork 네이버 실버라이트 까페(http://www.slkorea.net)

  16. Control 네이버 실버라이트 까페(http://www.slkorea.net) 80여 개의 Control 제공

  17. Use controls 네이버 실버라이트 까페(http://www.slkorea.net)

  18. Event Loaded - 화면에 출력 준비 완료 Example) Button Click - 사용자가 클릭한 경우 MouseEnter - 마우스 포인터가 들어옴 MouseLeave - 마우스 포인터가 떠남 MouseMove - 마우스가 움직임 네이버 실버라이트 까페(http://www.slkorea.net) Control에 특별한 상황이 발생한 경우

  19. Use events 네이버 실버라이트 까페(http://www.slkorea.net)

  20. Animation 2초 후 X 좌표 : 200 2초 후 Y 좌표 : 200 2초 (100, 100) (200, 200) 네이버 실버라이트 까페(http://www.slkorea.net) Silverlight에서 가장 중요한 요소

  21. Animation <Storyboard> <Animation 시간:2초 대상:X좌표 값:200/> <Animation 시간:2초 대상:Y좌표 값:200/> </Storyboard> 2초 후 X 좌표 : 200 2초 후 Y 좌표 : 200 네이버 실버라이트 까페(http://www.slkorea.net) Storyboard – Animation1, Animation2 …

  22. Make animation 네이버 실버라이트 까페(http://www.slkorea.net)

  23. Export {Project}\Bin\Debug \Release 네이버 실버라이트 까페(http://www.slkorea.net) Silverlight로 만든 프로그램을 웹에 배포

  24. Export 네이버 실버라이트 까페(http://www.slkorea.net) XAP – Project와 관련된 파일을 압축

  25. Export 네이버 실버라이트 까페(http://www.slkorea.net) FTP를 이용해 XAP 업로드

  26. Export 업로드한 XAP의 주소 실버라이트 버전 네이버 실버라이트 까페(http://www.slkorea.net) 블로그나 카페에 글을 쓸 때 다음 html 추가

  27. Silverlight를 사용하려면 .NET 3.5가 있어야 하는가?

  28. 4Mb Runtime 197Mb Runtime Silverlight Runtime .NET 3.5 Runtime

  29. Silverlight를 사용하려면 IIS가 있어야하는가?

  30. xap download Client Server 단순히 XAP 파일만 제공해주면 되기에 Server의 종류는 상관 없다.

  31. Silverlight를 사용하려면 ASP.NET을 사용해야 하는가?

  32. Silverlight는 HTML만을 사용한다. 네이버 실버라이트 까페(http://www.slkorea.net)

  33. Silverlight에서 Database 접속이 가능한가?

  34. FAQ xap download Server Client Database 주소 Database ID/PW Database

  35. Team Foundation Server가 없어요

  36. http://www.codeplex.com 프로젝트 호스팅 제공

  37. Q & A

More Related