2009. 12. 8. 12:00
대부분의 사람들은 Silverlight 4 뉴스를 접하면서 다음과 같은 반응을 보여주었다.

"으잉 Silverlight 2 아냐?"
"Silverlight 3가 나온지 몇 달되었다고?"
"Silverlight 그런게 있었어?"

하지만 그럼에도 불구하고 Silverlight는 이미 버전 4.0을 향해서 가파르게 달려가고 있다. Silverlight 1~3까지는 기본 베이스를 다지기 위한 발전이라면 Silverlight는 기능적인 확산을 통해서 시장에 조기 안착하기 위한 버전이라고 볼 수 있다.

 Silverlight 4를 설명하는 문서에서는 비즈니스 응용프로그램, 미디어 응용프로그램 그리고 브라우저를 넘어서는 응용프로그램을 등의 구축을 늘리려고 한다고 되어 있다.새로운 기능들은 아래와 같다.

  • 프린터 지원
  • 폼위에 있는 중요한 데이터
  • 구글 크롬에 대한 완전한 지원.
  • WCF RIA Service(원래는 코드명 알렉산드리아로 개발되어 오던 .NET RIA Service 였는데 이번에 이름이 바뀌었다.).
  • MEF를 이용한 모듈러 개발(MEF에 대해서는 다시 정리해 볼 예정이다.)
  • Visual Studio 2010에 대한 완전한 지원.
  • 웹 캠과 마이크.
  • Rich text.
  • 향상된 데이터 바인딩.
  • HTML 지원.
  • MVVM(Model View-View-Model) 방식의 개발.
  • 데스크탑에 통합되어 실행 가능한 새로운 "신뢰된 응용프로그램" (신뢰되었다는 이야기는 권한 상승을 통해서 로컬 자원의 지원을 이야기 한다.)
  • COM automation
  • 로컬 파일의 지원

앞으로 하나 하나 기회 되는데로 설명해 드릴려고 합니다. ^^

2009. 12. 8. 09:00

LA 현지 Hillton 호텔에서 올로케한 침대토크~
장현춘, 김재우 두 부장님과 함께 허심탄해한 PDC 뒷 이야기를 들어 봅니다. ^^
2009. 12. 7. 11:45
언제인지도 모르게 이런 동영상들을 만들어 두었었네요 제가 MVP시절 촬영한 영상도 있습니다. ^^
먼저 1편은 Multi target support에 대한 기능 설명입니다.

두 번째 동영상은 Visual Studio 2008의 웹 프로그래밍 방법에 대한 동영상입니다.
세 번째 동영상은 UX와 관련된 개발을 하기 위해서 필요한 내용들이 무엇인가를 지퍼보는 동영상입니다.

2009. 12. 7. 09:00

Visual Studio 2008 Bible

.NET 2009. 12. 7. 09:00


Version 1.0 2009-12-06


Visual Studio 2008은 코드네임 Ocas로 2007년 9월 19일 출시되었다. .NET Framework 3.5와 함께 출시되었으며 서비스 팩 1은 2008년 8월 11일 출시되었다. Visual Studio 2008은 내부적으로는 9.0의 버전을 가지고 있다.
 Visual Studio 2008은 Windows Vista용 응용 프로그램의 개발에 촛점을 맞추고 있었으며 지금은 Windows7 용 Windows SDK를 설치하게 되면 Windows7을 지원할 수 있다. Office 2007과 웹 어플리케이션 그리고  WPF(Windows Presentation Foundation)와 HTML/CSS 를 위한 새로운 비주얼 디자이너가 포함되어 있다.

 Visual Studio 2008은 .NET Framework 3.5 버전이 기본으로 포함되어 있으며 2.0, 3.0 버전도 한꺼 버전에 지원한다. 이를 multi-targeting 이라고 부른다.  Silverlight CoreCLR or .NET Compact Framework 와 같이 RIA나 혹은 Mobile 관련된 개발을 지원하고 있을 뿐 아니라 새로운 code analysis 툴과 Code Metrics 툴 (Team Edition and Team Suite Edition 버전만 지원)을 사용할 수 있다.
 Visual C++ 개발자를 위해서 새로운 버전의 Microsoft Foundation Classes (MFC 9.0)을 제공하고 있다. MFC 9.0 에서는 Vista를 위한 visual styles과 UI controls이 제공되고 있다. Native와 Managed 코드가 통합되어 있으며  Visual C++ introduces the STL/CLR, C++ Standard Template Library (STL) 컨테이너 and Managed  코드 알고르즘. STL/CLR defines STL-like containers, iterators and algorithms that work on C++/CLI managed objects 등 많은 요소가 새롭게 포함되어 있다. 

이외에도 아래에서 설명하는 몇 가지 기능들이 새롭게 추가 되어 있다. 

 Visual Studio 2008에서는 XAML based designer (codenamed Cider), workflow designer, LINQ to SQL designer (for defining the type mappings and object encapsulation for SQL Server data), XSLT debugger, JavaScript Intellisense support, JavaScript Debugging support, support for UAC manifests, a concurrent build system, among others.[65] It ships with an enhanced set of UI widgets, both for Windows Forms and WPF. It also includes a multithreaded build engine (MSBuild) to compile multiple source files (and build the executable file) in a project across multiple threads simultaneously. It also includes support for compiling PNG compressed icon resources introduced in Windows Vista. An updated XML Schema designer will ship separately some time after the release of Visual Studio 2008.[66]

The Visual Studio debugger includes features targeting easier debugging of multi-threaded applications. In debugging mode, in the Threads window, which lists all the threads, hovering over a thread will display the stack trace of that thread in tooltips.[67] The threads can directly be named and flagged for easier identification from that window itself.[68] In addition, in the code window, along with indicating the location of the currently executing instruction in the current thread, the currently executing instructions in other threads are also pointed out.[68][69] The Visual Studio debugger supports integrated debugging of the .NET Framework 3.5 BCL. It can dynamically download the BCL source code and debug symbols and allow stepping into the BCL source during debugging.[70] Currently a limited subset of the BCL source is available, with more library support planned for later in the year.

-참고 자료-
Visual Studio 2008 백서

.NET Framework 3.5 OverviewVisual Studio 2008 제품 가이드(영문)
Visual Studio 2008을 소개하는 동영상 http://winkey.tistory.com/294

2009. 12. 2. 09:00

LA 현지 Hillton 호텔에서 올로케한 침대토크~
장현춘, 김재우 두 부장님과 함께 허심탄해한 PDC 뒷 이야기를 들어 봅니다. ^^
2009. 12. 1. 09:00

LA 현지 Hillton 호텔에서 올로케한 침대토크~
장현춘, 김재우 두 부장님과 함께 허심탄해한 PDC 뒷 이야기를 들어 봅니다. ^^
  • 깜직예퐉 2009.12.01 17:46

    와우! 처음입니다.
    Laptop for FREE!!!!!! 크크 김영욱 차장님, 장현춘 부장님, 김재우 부장님 재미있게 잘 보았습니다.^^