搜索


会员资源切换至【手机版】

切换本帖至【手机版】


开启左侧

Basic.Net 高级编程 AppDev - Advanced Visual Basic .NET

[复制链接]
发表于 2021-7-31 20:17:54 | 显示全部楼层 |阅读模式
下载备注说明:


  • 1.有些P2P资源共享较早,会出现无源或暂时无源的情况,如果您喜欢它,请耐心挂机等待。


  • 2. 有些磁力链接无法自动解析,比如:


    [url=magnet:?xt=urn:btih:E1346C46C3736056756E98D2EC22A383D7D2600F&dn=[www.books51.com]太阳之下_幸福北韩 Under.the.Sun.2015.DOCU.1080p.WEB-DL.AAC2.0.H264-FGT 4GB]点击下载[/url]



    可自行选择字符


    [url=


    红色为磁力地址


    ]点击下载


    之间的内容 (红色字符代表要复制的磁力链接代码,选择后点击CRTL+C 复制到下载工具中




  • 游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0


    资源信息:



    中文名


    : Basic.Net 高级编程


    英文名


    : AppDev - Advanced Visual Basic .NET


    发行日期


    : 2003年


    地区


    : 美国


    对白语言


    : 英语


    概述


    :



    [通过安全测试] 杀毒软件:Symantec Antivirus 版本: 10.0.1.1000 服务器:IA MEDIA 共享时间:8AM-10PM. [通过安装测试]Windows 2000 Advanced Server SP4/Windows 2000 Pro SP4/Windows XP SP2 + Nero 6.0 这23张CD是我从网上找来的,没有转换格式,用nero的ImageDrive 可以打开。最后两个是第一部分和第二部分的打包,已包括了所有的23张CD,各位驴友可以依照情况选择,不要重复下载。纯英文,如果有相关问题可以共同探讨,本人长期在线,时间8AM-10PM。源保留至6月30日。联系方式QQ:273930323。 另:在使用的时候曾经出现过注册帐号不成功的问题,重新装过系统后又没有出现了,猜测是和系统中所安装的软件有些冲突。 感谢网友ImageCode提供的解决方法: Basic.Net 教程用户注册不成功的解决办法:   从安装目录中找到Users.dbf文件,默认安装位置在:C:\Program Files\AppDev\Runtime\Database 里,使用 Visual FoxPro 打开或者 DBF View Pro 软件打开,打开之后自己填充一条注册记录就好了。只需要填写Username FirstName LastName Password 这几个字段就可以了。 提供一个注册好了的数据库备份,希望大家好运。用户名Mike ,密码Mike 介绍:



    Part One: Microsoft Visual Basic .NET Sessions 16 Run Time 26 hours In the first part of this course you will learn how to use Visual Studio .NET and Visual Basic .NET to build applications to run on the .NET platform. You will become familiar with the new Visual Basic .NET programming syntax including new object-oriented enhancements like inheritance. This course teaches you how to create Windows Forms and trap Windows Forms Events. You will learn how to access data using the new objects in ADO.NET including the DataReader, DataAdapter, and DataSet. Learn to build solid applications using the new Try/Catch block and Exception Object for efficient error trapping and Event logging and Breakpoints for effective debugging. Once you have mastered the basics of Visual Basic .NET, you will learn how to access legacy code in COM components through Visual Basic .NET. Understand how to use ADO.NET to manage data through table constraints, data-binding and transactions. Tap into the Internet by building Web-based application and XML Web Services including understanding Microsoft's SOAP toolkit, UDDI, and how to build Web Services consumers. Learn how to leverage the security features in the .NET framework to lock down your application and build powerful reports using Crystal Reports. Deploy your application effortlessly by understanding how to create Windows Installer Packages. In this course you will... Learn about Windows Forms Get up to speed on the new Visual Basic syntax Understand how to trap Windows Forms events Learn basic object-oriented programming techniques See the latest Windows Forms controls Become familiar with classes for handling string and date data Learn how to access data using ADO.NET Understand how to use inheritance and override members Work with the new VB.NET debugging features Understand error handling using Exception objects Learn how to work with the Windows file system Investigate new .NET data structures Learn the role of DataSets in ADO.NET Understand how to build Windows Services Learn how to create data-bBound application Build XML Web Services See how VB.NET can access COM components Become familiar with ASP.NET and server controls Learn about .NET security Understand how to build reports using Crystal Reports Learn to create MDI applications See how to efficiently deploy your VB.NET applications SESSION 1 (114:41) Introduction to Windows Forms Yes, .NET Does Windows Adding Controls to a Form A Peek behind the Scenes Adding Event Handling Code Adding a Menu to the Form Adding Non-Graphical Components VB.NET Nuts and Bolts Creating Console Applications Creating a New Visual Basic.NET Project Modules and Classes SESSION 2 (97:21) VB.NET Nuts and Bolts (cont.) Variables, Operators, and Data Types Procedures, Arguments, Looping, and Control Flow The Windows Forms Event Model How Visual Basic.NET Handles Events Understanding Delegates Anatomy of an Event Handler Exploring Form and Control Events SESSION 3 (99:28) Classes and Objects Using Objects to Organize a Complex World Defining Classes Constructing Objects Creating and Using Properties Creating and Using Methods Raising and Handling Events Finalization Windows Forms Controls TabControl, Context Menu, TrackBar SESSION 4 (108:21) Windows Forms Controls (cont.) TabControl, Context Menu, TrackBar (cont.) NumericUpDown, DomainUpDown Label, CheckBox, RadioButton ListBox Adding Controls Dynamically Other List Controls Anchoring and Docking Using the Splitter Control Dialog Controls SESSION 5 (90:03) Working with Strings and Dates Working with Text: The String Class Manipulating Text with the StringBuilder Class Working with Dates and Times Handling Elapsed Times with the TimeSpan Type Exception Handling Perspectives on Exception Handling Adding a Simple Try/Catch Block Using an Exception Object Catching Specific Exceptions Using the Throw Keyword Using the Finally Block SESSION 6 (113:15) Debugging Your Applications Configuring the Debugging Environment Debugging Syntax Errors Configuring Debugging in Visual Studio .NET Setting Breakpoints and Stepping through Code Exploring the Debugging Windows Writing to the Windows Event Log Inheritance and Interfaces Object Oriented Programming Supporting Inheritance Creating a Derived Class Overriding in Action Customizing Controls with Inheritance SESSION 7 (80:49) Inheritance and Interfaces (cont.) Using Interfaces Implementing IComparable to Enable Sorting Handling Input/Output Tasks Introducing the System.IO Namespace Selecting Files Handling Path Information Working with Directories and Files Reading and Writing Text Files SESSION 8 (102:21) Investigating .NET Data Structures Working with Arrays Useful System.Array Members Arrays in the .NET Framework The ArrayList Class The HashTable Class The SortedList Class The Stack and Queue Classes Creating Strongly Typed Collections SESSION 9 (93:39) Accessing Data Overview of ADO.NET Connecting to Data Executing Commands Working with Data Choosing an ADO.NET Provider Interoperability Using COM Objects in Visual Basic .NET Using Platform Invocation Services SESSION 10 (107:02) Interoperability (cont.) Call .NET Assemblies from Visual Basic 6.0 Creating Data-Bound Applications Data Binding Basics Using the Data Form Wizard Introduction to ASP.NET A Review of Classic ASP ASP.NET Web Applications SESSION 11 (106:55) Introduction to ASP.NET (cont.) Rendering HTML with Server Controls Managing Data with ADO.NET DataSets The Role of DataSets in ADO.NET Using DataSets in ASP.NET Saving DataSets in Session State Using DataTable Constraints and DataSet DataRelations Using DataSets with DataAdapters to Modify Data SESSION 12 (107:04) Managing Data with ADO.NET DataSets (cont.) Using DataSets with DataAdapters to Modify Data (cont.) The Transactional Model in DataSets DataSets and XML Typed DataSets Creating Reports Using Crystal Reports Introducing Crystal Reports Creating a Simple Report SESSION 13 (95:59) Creating Reports Using Crystal Reports (cont.) Using Custom Formulas Add Custom Grouping and Totals Filtering the Report Creating Windows Services Introducing Windows Services Building Your First Windows Service The FileWatcher Service Creating and Consuming XML Web Services The Motivation for XML Web Services Creating an XML Web Service with Visual Studio .NET Designing XML Web Services SESSION 14 (105:03) Creating and Consuming XML Web Services (cont.) Creating .NET Consumers Web Services and Legacy Clients Discovering Web Services Using UDDI Data Binding Techniques Synchronizing Multiple DataGrid Controls Formatting a DataGrid Control Limit Editing in a DataGrid Working with the ListBox Control Working with Binary Data Security Overview of Security in .NET Permission Requests SESSION 15 (100:34) Security (cont.) Using Role-Based Security Multiple Document Interfaces (MDI) and Graphics (GDI+) Creating MDI Applications The Scribble Application SESSION 16 (106:58) Multiple Document Interfaces (MDI) and Graphics (GDI+) (cont.) Drawing on Forms Creating Transparent Areas in Forms Creating Shaped Forms Deployment Part Two: Advanced Visual Basic .NET Sessions 7 Run Time 11 hours In this course, you'll investigate some of the important classes and tools provided by the .NET Framework that you might have missed in earlier courses. This courses focuses on important development techniques, such as delegates and events, asynchronous programming and multi-threading, Windows Management Instrumentation (WMI) support in the System.Management namespace, serialization, attributes and reflection, printing, working with XML documents, and creating custom controls. Advanced Visual Basic .NET Training will teach you to... Use delegates to make your code more flexible and maintainable Take advantage of asynchronous programming techniques, and know when to use explicit multi-threading Manage computers as well as hardware and software resources using .NET code and WMI Store and retrieve data using .NET serialization Work with .NET attributes, and discover information about code using .NET reflection Print text and graphics from within .NET Windows applications Read and write XML data using the XmlDocument class Create three different types of custom controls for Windows forms Delegates and Events Motivating Delegates Introducing Delegates Working with Events Asynchronous Programming in VB.NET Processes and Threads Using Delegates Using the Thread Pool Directly Timers and Threads Using .NET Timers Creating Your Own Threads Filling the .NET Gaps with WMI Introducing WMI Getting Started with WMI WMI Queries, Properties, and Methods WMI Server Explorer Extensions WMI Events and Asynchronous Handling Creating WMI Event Handlers Working with WMI Asynchronously WMI Server Explorer Extensions and Events Serialization Introducing Serialization Serializing Complex Objects Customizing the Serialization Process Attributes and Reflection Introducing Attributes Creating and Using Custom Attributes Introducing Reflection Using Reflection to Perform Late Binding Printers and Printing The PrintDocument Class The PageSettings Class The PrinterSettings Class Working with Print-Related Controls A More Complex Report Reading and Writing XML Getting Started Reading XML Data Working with Nodes Creating and Modifying XML Dealing with Errors Creating Custom Windows Controls Control Creation in Windows Forms Inheriting from an Existing Control Drawing Your Own Custom Controls Creating Composite Controls

    主题推广




    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    切换至【手机版】| 主站| Archiver|

    JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

    |网站地图

    GMT+8, 2026-3-27 01:41 , Processed in 0.826153 second(s), 73 queries .

     

    快速回复 返回顶部 返回列表