tailieunhanh - Apress introducing ASP.Net 4.0 with visual studio 2010_2
Có rất nhiều thành viên diễn đàn cộng đồng C Việt đã thành công trong ước muốn trở thành lập trình viên C/C++/C# chuyên nghiệp bằng sự cố gắng chia sẻ, tham gia thảo luận các vấn đề thực tế trong quá trình xây dựng phần mềm. Sau khoảng 1 năm với sự đam mê nghiên cứu qua sách vở, kết hợp với thảo luận chia sẻ trên diễn đàn cộng đồng C Việt, các bạn đã có kiến thức rất vững về C/C++ và C#. | CHAPTER 2 VISUAL STUDIO IDE AND MEF Intellisense Intellisense will now perform partial string matching. For example if you were to type the word build note how Visual Studio displays both StringBuilder and UrlBuilder options as shown in Figure 2-3 . This can be very useful if you cannot remember the exact property or type name. Intellisense also supports lookups based on capitalization. Because all .NET types are pascal-cased you can simply enter just the uppercase letters of the type. For example SB would return the type StringBuilder among others with the same pascal-casing. Intellisense performance has also been improved particularly for JavaScript libraries. Figure 2-3. Intellisense supports partial string matching. Add References The add references functionality was previously slower than Mr. Slow in a slow town on a slow day while walking backward. Add reference in VS2010 however is pretty quick. When the Add Reference dialogue first displays the focus is set to the Projects tab while separate threads load up the .NET and COM tabs. Web Development Code-Optimized Profile VS2010 contains some environment profiles such as the Web Development code-optimized profile shown in Figure 2-4. This profile is optimized for code and hides design features. Code-optimized profile can be selected when you first load Visual Studio or by selecting Tools Import and Export Settings. 12 CHAPTER 2 VISUAL STUDIO IDE AND MEF Figure 2-4. VS2010 contains environmental profiles such as the Web Development code-optimized profile. Zoom As much of the IDE is written in WPF it was easy for Microsoft to add functionality such as the ability to zoom into the code editor as shown in Figure 2-5 . To zoom into the code editor window simply press Ctrl and use the mouse wheel to increase and decrease zoom level. You could utilize this feature in presentations code reviews or to zoom out to help you navigate a lengthy piece of code. Figure 2-5. VS2010 includes the ability to zoom into the code .
đang nạp các trang xem trước