http://msdn.microsoft.com/en-us/bb629407

우선은 당장 필요한
#2 | How Do I: COM Interop and Office in C# 4.0?
를 봤다.

dynamic 이라는 keyword가 있네.
처음이라 완전히 알아듣지는 못했다.
뭔가가 first citizen이 아니라는데, 뭔소린지 모르겠네.

#1 | How Do I: Named and Optional Parameters in C# 4.0?
도 봤다. 이건 쉽다.
C# 4.0 에서
call by name = named argument 를 지원한다는 얘기.

android에서는 silverlight가 당장 없어서 바로 보기가 안되는 것 같은데,
Video: WMV | 3GP | iPod | Zune | MP4 | WMV (ZIP) | PSP
Audio: WMA | MP2 | MP3 | MP4 | AAC
형태로 download받아서 보면 된다.

하나씩 받아놔야겠다.

매번 새로운 분야에 들어갈 때, 이 정도는 master하고 입문해야겠다.

중에서
당장 필요한 거 > 쉬운 거 > 대충 들을 거
Visual C# > Visual C++ > Visual Studio 2010 > Forms 
interop > managed c > tools > ui
순으로 봐야지.

phone은 화면이 작아서 글씨가 잘 안보일 수도 있겠다.


동영상은 아니지만, 차근 차근 볼 수 있는 tutorial 도움말로 구성된 http://msdn.microsoft.com/ko-kr/trainingcourses.aspx 를 보는 것도 좋겠다.
아래 것들 중 당장은 Visual Studio 2010 Training Course 만 필요하겠다.
설치하고 나면, html들이 local에 생긴다.
그대로 따라하기 좋다. 
단계별 소스도 제공한다. 모니터만 크면 더욱 좋겠네.

Windows Phone 7 Training Course

Windows Phone 7 promises to be an amazing mobile phone operating system given its innovative user interface and functionality, as well as its great development platform upon which you can quickly and easily build games and applications. With a myriad of new devices, a powerful and immersive software platform, and a new marketplace to attract developers and provide easy access to applications, consumer demand for Windows Phones will be high, and developers will quickly adopt the Windows Phone platform to capitalize on this growing mobile marketplace. This Training Course will give you a jumpstart into the new Windows Phone world by providing you with a step-by-step explanation of the tools to use and some key concepts for programming Windows Phones.

Windows Azure Platform Training Course

The Windows Azure Platform Training Course includes a comprehensive set of technical content including samples, demos, hands-on labs, and presentations, that are designed to expedite the learning process for the set of technologies released as part of the Windows Azure Platform. This release provides updated content as related to the Windows Azure Tools for Microsoft Visual Studio 1.2 (June 2010) and Windows Azure platform AppFabric SDK V1.0 (July update). Additional content will be included in future updates.

Silverlight 4 Training Course

The Silverlight 4 Training Course includes a whitepaper that explains all of the new Silverlight 4 features, several hands-on-labs that explain the features, and a 8 unit course for building business applications with Silverlight 4. The business applications course includes 8 modules with extensive hands on labs as well as 25 accompanying videos that walk you through key aspects of building a business application with Silverlight. Key aspects in this course are working with numerous sandboxed and elevated out of browser features, the new RichTextBox control, implicit styling, webcam, drag and drop, multi touch, validation, authentication, MEF, WCF RIA Services, right mouse click, and much more!

Visual Studio 2010 Training Course

The Visual Studio 2010 and .NET Framework 4 Training Course includes videos and hands-on-labs designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: C# 4.0, Visual Basic 10, F#, Parallel Computing Platform, WCF, WF, WPF, ASP.NET AJAX 4.0, ASP.NET MVC Dynamic Data.

Windows 7 Training Course

Windows 7 offers a myriad of new features to make it easy for you to make the most of your applications – as well as current PCs' hardware capabilities. Whether you want to improve robustness and performance or you want to boost end-user productivity and satisfaction, this kit will provide you with what you need to know about the new developer features to make your applications shine in Windows 7.

Unified Communications "14" Training Course

Microsoft Lync Server 2010 and Microsoft Exchange Server 2010 provide the communication platform for developers to rapidly build solutions that integrate and extend communications into their business processes based on familiar tools and skills. This Unified Communications "14" Training Kit provides deep technical training on all aspects of the Lync Server 2010 and Exchange Server 2010 SDKs to give developers the skills they need to be productive developing communications driven business processes.






by 언제나19 2010. 12. 23. 00:07

c#에서 interop 부분과 event, delegate 부분을 자세히 알고 싶은데,
책사긴 아까워서
우선 교보 문고에 가봤다.
성과가 많았다.

먼저 본 Head first c# 책은 너무 어수선해.
신속하게 보기가 쉽지 않다.
event, delegate 부분을 좀 봤다.
interop에 대한 얘기는 없다.

Inside c#
INSIDE C# 2(2003)
카테고리 컴퓨터/IT
지은이 톰아처 외 (정보문화사, 2003년)
상세보기
에는 원하는 interop 얘기가 두 챕터 무려 100쪽이나 써있다.
좋아~ 살 뻔 했다.
www.microsoft.com/mspress/books/5861.asp
에 책 예제 code가 있다고 하니, 써봐야겠다.

laptop을 가져가서 프로그래밍까지 해볼까..

지나가다가 우연히 meet/deet ebs 방송 교재를 봤다.
6월 14일부터 강의한대.
인터넷에서 더 싸게 파는 것 같네.
아침이랑 점심에 30분씩 일주일 3번 강의 하나봐.

오늘은 50%할인 도서에 맘에 드는 게 없어서 안샀다.


by 언제나19 2010. 5. 14. 21:47

perl에 이어서 c#를 써보는데,
역시나 책을 살 필요까지는 없겠다.
물론 사두고 보면 좋긴 한데,
한 권 전체를 볼 여유가 없을 것 같아서..

대신 ebook을 차근 차근 모아놔야겠다.

c sharp에서 function pointer 같은 걸 쓰려고 했는데,
대신 delegate 라는 게 있다.

google에서 c# tutorial을 검색하면 여러 개가 나오는데,
그 중 가장 위에 나온 site의 delegation part:


by 언제나19 2010. 5. 2. 23:21

출연자들이 잘 웃기는 하다만
여유있는 웃음일뿐 딱히 재밌는 내용은 없다.

유명한 프로그래머를 초대해놓고,
coding 배경 얘기를 듣는다.

신선하다만,
나한테 관심 있는 얘기는 없었다.

아직은 첫번째 쇼만 나왔나보다.
마이크로소프트에서 c#, dot net framework를 주도적으로 만들었다는 사람이 주인공이었다.
Behind the Code with Anders Hejlsberg

This episode features industry luminary, Anders Hejlsberg. Before coming to Microsoft in 1996 he was well noted for his work as the principal engineer of Turbo Pascal and the chief architect of the Delphi product line. At Microsoft, he was the architect f

http://deimos3.apple.com/WebObjects/Core.woa/Feed/researchchannel.org.1419678191.01419678198


by 언제나19 2010. 4. 30. 01:49

첫 강의만 봤고,
introduction만 들어서
이 강의 시리즈가 앞으로 얼마나 도움이 될런지 모르겠다.
아직 lecture 1까지밖에 안나온 것 같다.

http://deimos3.apple.com/WebObjects/Core.woa/Feed/itunes.stanford.edu.1617348111.01617348114


by 언제나19 2010. 4. 30. 01:45