OBS: download the application please visit www.mrbool.com/player
Title: E-learning-Visual C# 2008 and .Net Framework 3.5 new features-Lesson 1
Duration: 22:36 min
Summary: This lesson will introduces you how to use Visual C# 2008 and .Net Framework 3.5 new features. In Part1, It will show you Object and Collection initialize in .Net Framework 3.5.
Methodology of the development of example: You can initialize object properties such as using automatic properties. Automatic properties allow you to avoid having to manually declare a private field and write the get/set logic instead the compiler can automate creating the private field and the default get/set operations for you. You can assign property of the object in the new version in different way.
Technologies Used: Visual C# 2008 with sp1, Framework 3.5.
Examples constructed: Created a new Console Application using Visual Studio.Net 2008 IDE. Then added one class with automated property to initialized and finally added a collection of that type of object to initialized.
Keywords: Visual Studio.Net 2008, Framework 3.5.