AppDev Visual Basic .NET Part1 英文光碟正式版 (8片裝) 軟體簡介: AppDevVisualBasic.NETPart1英文光碟正式版(8片裝) AppDev是一家相當有名的教育光碟出版公司,而這片教學光碟所要介紹的就是如何 使用微軟的程式語言VB.NET來開發你的應用程式,這套程式語言已經是現在時下最 流行的話題了,因為微軟推出了.NET平台之後VisualBasic.NET將會成為最紅的 程式語言軟體。 InthiscourseyouwilllearnhowtouseVisualStudio.NETandVisual Basic.NETtobuildapplicationstorunonthe.NETplatform.Youwill becomefamiliarwiththenewVisualBasic.NETprogrammingsyntax includingnewobject-orientedenhancementslikeinheritance.Thiscourse teachesyouhowtocreateWindowsFormsandtrapWindowsFormsEvents. YouwilllearnhowtoaccessdatausingthenewobjectsinADO.NET includingtheDataReader,DataAdapter,andDataSet.Learntobuildsolid applicationsusingthenewTry/CatchblockandExceptionObjectfor efficienterrortrappingandEventloggingandBreakpointsforeffective debugging. SESSION1(114:41) IntroductiontoWindowsForms Yes,.NETDoesWindows AddingControlstoaForm APeekbehindtheScenes AddingEventHandlingCode AddingaMenutotheForm AddingNon-GraphicalComponents VB.NETNutsandBolts CreatingConsoleApplications CreatingaNewVisualBasic.NETProject ModulesandClasses SESSION2(97:21) VB.NETNutsandBolts(cont.) Variables,Operators,andDataTypes Procedures,Arguments,Looping,andControlFlow TheWindowsFormsEventModel HowVisualBasic.NETHandlesEvents UnderstandingDelegates AnatomyofanEventHandler ExploringFormandControlEvents SESSION3(99:28) ClassesandObjects UsingObjectstoOrganizeaComplexWorld DefiningClasses ConstructingObjects CreatingandUsingProperties CreatingandUsingMethods RaisingandHandlingEvents Finalization WindowsFormsControls TabControl,ContextMenu,TrackBar SESSION4(108:21) WindowsFormsControls(cont.) TabControl,ContextMenu,TrackBar(cont.) NumericUpDown,DomainUpDown Label,CheckBox,RadioButton ListBox AddingControlsDynamically OtherListControls AnchoringandDocking UsingtheSplitterControl DialogControls SESSION5(90:03) WorkingwithStringsandDates WorkingwithText:TheStringClass ManipulatingTextwiththeStringBuilderClass WorkingwithDatesandTimes HandlingElapsedTimeswiththeTimeSpanType ExceptionHandling PerspectivesonExceptionHandling AddingaSimpleTry/CatchBlock UsinganExceptionObject CatchingSpecificExceptions UsingtheThrowKeyword UsingtheFinallyBlock SESSION6(113:15) DebuggingYourApplications ConfiguringtheDebuggingEnvironment DebuggingSyntaxErrors ConfiguringDebugginginVisualStudio.NET SettingBreakpointsandSteppingthroughCode ExploringtheDebuggingWindows WritingtotheWindowsEventLog InheritanceandInterfaces ObjectOrientedProgramming SupportingInheritance CreatingaDerivedClass OverridinginAction CustomizingControlswithInheritance SESSION7(80:49) InheritanceandInterfaces(cont.) UsingInterfaces ImplementingIComparabletoEnableSorting HandlingInput/OutputTasks IntroducingtheSystem.IONamespace SelectingFiles HandlingPathInformation WorkingwithDirectoriesandFiles ReadingandWritingTextFiles SESSION8(102:21) Investigating.NETDataStructures WorkingwithArrays UsefulSystem.ArrayMembers Arraysinthe.NETFramework TheArrayListClass TheHashTableClass TheSortedListClass TheStackandQueueClasses CreatingStronglyTypedCollections