Intelligentedu intelligentedu
Best New Free Computer IT Training Tutorial Resources 最佳新免费电脑的资讯科技培训,补习资源
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian





Blog Roll: 博客滚动:


Top Links: 顶部链接:

March 4, 2008 2008年3月4日

18 C# .NET Tutorials 18 C # 。 NET的教程

Here are这里是 18 C# .NET Tutorials 18 C # 。 NET的教程 , from ,从 brainbell.com , that will teach you how to program using the C# language in the .NET framework. ,这将教导您如何计划使用C #语言在。 NET Framework 。 They will teach you the basics with getting started with coding C# and also show you more intermediate and advanced topics, including: Attributes, Interfaces, Expressions and Operators, Program Flow Control, Error Handling with Exceptions, Delegates and Event Handlers, and Multithreaded Programming他们会教你基础与入门与编码C #和还显示,您更多的中级和高级主题,包括:属性,接口,表现形式和经营者,程序流程控制,错误处理的例外,代表和事件处理程序,以及多线程编程


Object Oriented Programming 面向对象编程
The tutorial provides an overview of the terminology of object-oriented programming (OOP) and gives you an understanding of the importance of object-oriented concepts to programming.补习社提供了一个概述术语面向对象编程( OOP ) ,让您一重要性的认识,面向对象的概念来编程。

Microsoft .NET 在Microsoft 。 NET
Get a good understanding of .NET and how the C# language is a part of it.取得了良好的理解。净额,以及如何C #语言是它的一部分。

Hello, C# 您好, C #中
This C# tutorial gives you an overview of the development process for a simple C# application.这C #中补习让您概述了发展过程中为一个简单的C #应用程序。 It shows you the advantages and disadvantages of the different editors to write in C#, write the "Hello, World" example application to get to know the basic syntax and structure of writing C# applications.它显示你的好处和坏处不同的编辑写在C # ,写的“ Hello , World ”范例的应用为了结识的基本语法和结构,写作的C #应用。 You'll also learn how to compile using the command-line compiler.您也将了解如何编制使用命令行编译器。

The C# Type System C #类型系统
In this C# tutorial, you'll learn about the C# type system.在这方面的C #补习,你将学到的C #类型系统。 Find out how .NET divides types into the two categories: value types and reference types; and then learn how boxing enables a completely object-oriented type system to function efficiently.找出如何。 NET的类型划分成两类:值类型和引用类型;然后学习如何拳击,使一个完全面向对象的类型系统的有效运作。 Finally, learn how type casting works in C#, and find out how to start using namespaces.最后,了解如何型连铸工程在C # ,并了解如何开始使用的命名空间。

C# Classes C #中班
In this C# tutorial, you'll learn the basics of defining classes in C#, including instance members, access modifiers, constructors, and initialization lists, and then learn how to define static members and the difference between constant and read-only fields.在这方面的C #补习,你将学到的基本界定班在C # ,包括例如成员,访问修饰符,建设者,和初始化名单,然后了解如何定义静态成员和之间的差额不断和唯读领域。 After that, this tutorial teaches you about destructors and deterministic finalization.之后,本教程教你约destructors和确定性的最后定稿。 Finally, the tutorial provides a quick discussion of inheritance and C# classes.最后,补习社提供了一个快速的讨论,继承和C #班。

C# Methods C #中的方法
This C# tutorial shows you how to use the ref and out method parameter keywords and how they enable you to define a method such that it can return more than a single value to the caller.这C #中补习社将告诉您如何使用编号和方法的参数的关键词,以及他们如何使您能够定义一个方法,例如,它可以返回多于一个单一的价值来电。 You'll learn how to define overloaded methods so that multiple methods with the same name can function differently depending on the types and/or number of arguments passed to them.您将了解如何界定重载方法,使多种方法具有相同名称的功能,可以根据不同的类型和/或数量的论据,通过给他们。 Then you'll learn how to handle situations in which you don't know the exact number of arguments a method will have until run time.然后,您将了解如何处理在何种情况下你不知道确切数目的论据的一种方法,直到将运行时间。 Finally, discussion of virtual methods and how to define static methods.最后,讨论的虚拟方法和如何定义静态方法。

C# Properties, Arrays, and Indexers C #中属性,阵列,和indexers
In this C# tutorial, you'll learn about properties, arrays, and indexers because these language features share a common bond.在这方面的C #补习,您将了解性能,阵列, indexers ,因为这些语言功能都有一个共同的债券。 They enable you, the C# class developer, to extend the basic class/field/method structure of a class to expose a more intuitive and natural interface to your class's members.他们让你, C #类的开发,扩大基本类/场/方法的结构一类揭露更为直观和自然界面,您的类的成员。

C# Attributes C #中的属性
C# attributes provide you a generic means of associating information (as annotations) with your defined C# types. C #中的属性为您提供一个通用的手段缔信息(说明)与您定义的C #类型。 You can use attributes to define design-time information (such as documentation information), run-time information (such as the name of a database column for a field), or even run-time behavioral characteristics (such as whether a given member is "transactionable"?that is, capable of participating in a transaction).您可以使用属性界定设计时间信息(如文件信息) ,运行时间信息(如名称,一个数据库列一个领域) ,或什至运行时间的行为特征(如是否给会员是“ transactionable ” ?是,能够参与在交易中) 。

C# Interfaces C #中的接口
C# Interfaces allow you to define behavioral characteristics, or abilities, and apply those behaviors to classes irrespective of the class hierarchy. C #中的接口,让您界定的行为特征,或能力,并适用于这些行为的班级,不论阶级层次。

C# Expressions and Operators C #中的表达及营办商
This C# tutorial shows you how to express assignments and comparisons through the use of operators.这C #中补习告诉您,如何表达的转让和比较,通过使用运营商。 You'll learn what operators are and how operator precedence is determined in C#, along with specific categories of expressions for doing such things as performing math, assigning values, and making comparisons between operands.你将学到什么营办商,以及如何运算符优先级是确定在C # ,随着特定类别的表现做这些事情,作为表演数学,分配价值,并作出比较运算。

C# Program Flow Control C #程序流量控制
The statements that enable you to control program flow in a C# application fall into three main categories: selection statements, iteration statements, and jump statements.该报表,使您可以控制程序流程在一个C #应用程序分为三个主要类别:选择报表,迭代报表,并跳转报表。 In this C# tutorial, you'll learn how to use each of these statement types to control structure flow.在这方面的C #补习,您将了解如何使用每个这些声明类型,以控制结构的流动。

C# Error Handling with Exceptions C #中的错误处理与例外
This C# tutorial teaches you the general mechanics and basic syntax of exception handling, how exception handling compares with the more prevalent methods of error handling.这C #中补习教您一般力学和基本语法的例外处理,如何处理比较例外,与较普遍的方法,错误处理。 You will also learn about .NET exception-handling issues, such as using the Exception class and deriving your own exception classes and issue of properly designing your system to use exception handling.你也会了解。 NET的例外处理的问题,如使用异常处理类并从中您自己的例外,阶级和问题,妥善设计您的系统使用异常处理。

C# Operator Overloading and User-Defined Conversions C #中的经营者超载和用户定义的转换
This C# tutorial teaches you how to use two closely related features of C# that give you the capability to create structure and class interfaces that are easier and more intuitive to use: operator overloading and user-defined conversions.这C #中补习教您如何使用两个密切相关的特点, C #中,让您的能力,创造结构和阶级的界面,更容易和更直观的使用:超载运营商和用户定义的转换。

C# Delegates and Event Handlers C #中的代表和事件处理程序
In this C# tutorial, learn how to code using delegates, how they compare to interfaces, the syntax used to define them, and the different problems that they were designed to address.在这方面的C #补习,学习如何使用代码代表,他们如何比较接口,语法用来界定他们,和不同的问题,他们设计来解决。 You'll also see several examples of using delegates with both callback methods and asynchronous event handling.您也将看到的几个例子使用的代表与回调方法和异步事件处理。

C# Multithreaded Programming C #中多线程程序设计
This C# tutorial teaches you the basics, along with more advanced issues regarding the aborting, scheduling, and lifetime management of threads and also discuss thread synchronization with the System.Monitor and System.Mutex classes and the C# lock statement.这C #中补习教你最基本的,随着更先进的问题,关于堕胎,调度,管理和寿命的线程,并讨论线程同步与system.monitor和system.mutex班和C #锁声明。

Querying Metadata with Reflection 元数据查询与反思
This tutorial explains the reflection API and how you can use it to iterate through an assembly's modules and types and to retrieve the different design-time characteristics of a type.本教程解释了反射API和如何您可以使用它来迭代通过一大会的模块和类型和检索的不同设计的时代特征一类。 You'll also learn about several advanced usages of reflection, such as dynamically invoking methods and use type information (through late binding) and even creating and executing MSIL code at run time.您还可以了解几个先进的用法的反思,如动态调用方法和使用的类型信息(通过后期绑定) ,甚至创造和执行msil代码在运行时。

Interoperating with Unmanaged Code 交互与非托管代码
Unmanaged code refers to code that is not managed, or controlled, by the .NET runtime.非托管代码是指代码这是不管理,或控制,由。 NET运行时。 This tutorial cover the three main examples of unmanaged code in .NET: Platform Invocation Services, Unsafe code , COM interoperability.本教程包括三个主要的例子,非托管代码在。 NET :平台调用服务,不安全的代码, COM互操作性。

Working with Assemblies 工作与集会
This tutorial describes the major advantages of using assemblies, including the packaging and versioning of your .NET components.此教程说明主要优点,利用集会,包括包装和版本您的。 NET组件。

Popularity: 23% [人气: 23 % [ ? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. 分享和享受: 这些图标链接到社会书签网站,读者可以分享和发现新的网页。
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: 相关文章:
  • 5,000 pages of Software and Computer Tutorials 5000页的软件和计算机教程
  • Lots of PHP Tutorials很多的PHP教程
  • PHP Programming Tutorials PHP的编程指南
  • Perl Programming Tutorials的Perl编程指南
  • 222 Open Source Online Books and Tutorials 222开放源代码线上书籍和教程

  • Filed under:提起下: Best New Free Computer IT Training Tutorial Resources最佳新免费电脑的资讯科技培训,补习资源 — computer_teacher @ 10:17 pm -c omputer_teacher@下午1 0时1 7分


    Over 300 Computer and Programming eBooks超过300计算机和编程电子书

    Here is an这里是一 ebook repository 电子书存放 containing over 300 technical, computer, and programming ebooks covering many areas.载有超过300名技术,计算机和编程的电子书涵盖许多领域。 These computer ebooks are in pdf format.这些电脑的电子书是PDF格式。


    eBook Topics : 电子书主题
    - Computer Networking -计算机网络
    - Wireless LANs -无线局域网
    - Perl Programming -的P erl编程
    - Linux Programming -L inux的编程
    - Linux TIps and Tricks -L inux的技巧和窍门
    - 3D Graphics Programming -3 D图形编程
    - Technical Writing -技术写作
    - Artificial Intelligence -人工智能
    - PC Hardware -P C硬件
    - Photoshop -P hotoshop的
    - Neural Networks -神经网络
    - Computer Security -计算机安全
    - Cisco, CCNA -思科, c cna
    - Algorithms -算法
    - DNS -的D NS
    - Database Design -数据库设计
    - Electrical Circuits -电子电路
    - Electronic Concepts -电子概念
    - Extreme Programming -极限编程
    - C++ Programming -C + +编程
    - Java Swing -爪哇摆动
    - XML Programming in Java -X ML的编程在J ava
    - SQL -的S QL
    - Linux Command Reference -L inux命令参考
    - Linux Shell Programming -L inux的s hell编程
    - Visual Basic .NET ( -V isualB asic。 N ET中( VB.NET vb.net )
    - Microsoft Office VBA -的M icrosoftO ffice的V BA
    - Network+ Certification -网络+认证
    - Windows Network Programming -在W indows网络编程
    - C# Programming (C Sharp) -C #中编程(三夏普)
    - PHP with MySQL -的P HP与M ySQL
    - Samba -桑巴
    - UML -U ML的
    - VPN -的V PN
    - Windows XP -在W indowsX P
    - CSS -的C SS
    - C++ Reverse Engineering -C + +的逆向工程

    Popularity: 16% [人气: 16 % [ ? ] ]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. 分享和享受: 这些图标链接到社会书签网站,读者可以分享和发现新的网页。
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts: 相关文章:
  • 120 Computer and Network Security eBooks 120计算机和网络安全电子书
  • 18 Free Computer Ebooks 18免费电脑电子书
  • 150 Free Computer Ebooks 150免费电脑电子书
  • 246 Freely Available eBooks 246免费电子书
  • Over 450 Computer and Programming Ebooks超过450名计算机和编程电子书

  • Filed under:提起下: Free Computer and IT Books免费的电脑及资讯科技书籍 — computer_teacher @ 10:29 pm -c omputer_teacher@下午1 0时2 9分


    March 10, 2008 2008年3月10日

    Freely available eBooks from ebooks-space.com免费提供电子书由电子书- space.com

    This site offers links to many本网站提供的链接有很多 freely available Computer eBooks 免费提供电脑电子书 , from ,从 ebooks-space.com电子书- space.com , in the following technical areas: PHP, Perl, MySQL, Oracle, Java, J2me, JSP, .NET Framework, ,在以下技术领域: PHP中,的Perl , MySQL和甲骨文的Java , J2ME的, JSP技术, 。 NET框架, ASP.net asp.net , VB.net vb.net , C programming, C++ programming, C# programming, Ajax, Networking, SQL Server, XML, and Windows. , C语言编程, C + +编程, C #中编程, AJAX技术,网络中, SQL Server , XML的,和Windows 。 The ebooks are located on download sites, such as rapidshare.de.该电子书,位于下载的网站,如rapidshare.de 。 These computer ebooks are available in the following formats: PDF, CHM, DOC, HTML, ZIP, RAR.这些电脑的电子书,可在下列格式: PDF格式,资料交换所机制,文件, HTML格式,邮编,的RAR 。

    eBook Categories 电子书分类
    - .Net 。净额
    - AJAX阿贾克斯
    - C / C++炭/炭+ +
    - CSS的CSS
    - DB2 DB2的
    - Google谷歌
    - Java
    - MySQL MySQL的
    - Networking网络
    - Oracle甲骨文
    - Photoshop Photoshop的
    - PHP PHP的
    - SQL的SQL

    Popularity: 12% [人气: 12 % [ ? ] ]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. 分享和享受: 这些图标链接到社会书签网站,读者可以分享和发现新的网页。
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts: 相关文章:
  • More Freely Available Ebooks via Google更免费提供电子书透过Google
  • Free Ebooks Center Post with 7 Freely Available Ebooks免费电子书中心后,与7月免费提供的电子书
  • Many Freely Available eBooks许多免费提供的电子书
  • 144 Freely Available Computer Ebooks 144免费提供电脑电子书
  • 246 Freely Available eBooks 246免费电子书

  • Filed under:提起下: Free Computer and IT Books免费的电脑及资讯科技书籍 — computer_teacher @ 12:47 pm -c omputer_teacher@下午1 2时4 7分


    March 17, 2008 2008年3月17日

    11 Computer Networking Tutorials 11计算机网络教程

    Here are这里是 11 Computer Networking Tutorials 11计算机网络教程 , from ,从 brainbell.com . These cover and teach you about the following networking technologies: Cabling, Connectors, Security, Networking Devices, OSI Model, TCP/IP, Networking Troubleshooting, VLANs, and WANs.这些封面和教你对下列网络技术:布线,连接器,安全,网络设备, OSI模型中, TCP / IP协议,网络故障排除, VLAN的,和广域网。


    Cabling Standards Media And Connectors 布线标准的媒体和连接器
    This tutorial focuses on the media and connectors used in today's networks.本教程侧重于媒体和连接器的使用在今天的网络。 In addition to media and connectors, this tutorial identifies the characteristics of the IEEE 802.3 standard and its variants.此外,媒体和连接器,本教程识别特征的IEEE 802.3标准及其变种。

    Introduction to Networking 介绍网络
    This tutorial reviews general network considerations such as the various topologies used on today's networks, LANs, PANs, and WANs, and the IEEE standards.本教程评语一般网络的考虑因素,例如各种拓扑结构用在今天的网络,局域网,平底锅,和广域网,以及IEEE标准。

    Network Operating Systems And Client Connectivity 网络操作系统和客户端连接
    This tutorial looks at a number of operating systems that are widely used in today's network environments.本教程看来,在多个操作系统被广泛采用在今天的网络环境。

    Network Security 网络安全
    In this tutorial, we will examine how security measures such as port blocking, password policies, and encryptionfit into network security strategy.在此教程中,我们会研究如何安全的措施,如港口拦截,密码政策, encryptionfit到网络安全策略。 We also take a quick look at the purpose and characteristics of extranets and intranets.我们也借此就让我们来看看它的宗旨和特点,外联网和内联网。

    Networking Devices 网络设备
    This tutorial introduces commonly used networking devices, and, although it is true that you are not likely to encounter all of the devices mentioned in this tutorial on the exams of MCSE & Network+, you can be assured of working with at least some of them.本教程介绍了常用的网络设备,而且,虽然这是事实,您是不是可能会遇到的所有设备都提到,在此教程中关于考试的mcse &网络+ ,你可以放心,工作与至少他们中的一些。

    OSI Model and Network Protocols OSI模型和网络协议
    This tutorial looks at the OSI model and describes how it relates to real-world networking.本教程着眼于OSI模型,并介绍了如何它涉及到真实世界的联网。 It also examines how common network devices relate to the OSI model.它也审查了如何共同的网络设备与OSI模型。

    TCP/IP (Transmission Control Protocol Internet Protocol) TCP / IP协议(传输控制协议网际网路通讯协定)
    This tutorial deals with the individual protocols within the protocol suite.本教程涉及个人通讯协定议定书套房。 The tutorial looks at the function of the individual protocols and their purposes.补习着眼于功能的个人协议和他们的目的。

    Troubleshooting Connectivity 疑难解答连接
    This tutorial identifies the tools that are used in the troubleshooting process and identifies scenarios in which these tools can be used.本教程列出了所用的工具,在故障排除过程,并查明情况,在这些工具都可以使用。

    Troubleshooting and Supporting the Network 疑难解答和支持网络
    This tutorials focuses on all areas of troubleshooting, including troubleshooting best practices and some of the tools and utilities you'll use to assist in the troubleshooting process.本教程侧重于各方面的疑难解答,包括故障排除的最佳做法和一些工具和公用事业您可以使用,以协助故障排除的过程。

    VLANs Antivirus Fault Tolerance And Disaster Recovery VLAN的防毒容错和灾难恢复
    Fault tolerance and disaster recovery are such an important part of network administration.容错和灾难恢复是如此的重要组成部分,网络管理。 In that light, this tutorial is important both in terms of real-world application.在这种情况下,本教程是很重要的,无论是在真实世界的应用。

    WAN Technologies Internet Access And Security Protocols 湾技术的因特网接入和安全议定书
    This tutorial examines various WAN technologies and the protocols used to secure and establish the connections.本教程审查各种湾技术和使用的协议,以确保和建立连接。

    Popularity: 17% [人气: 17 % [ ? ] ]

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. 分享和享受: 这些图标链接到社会书签网站,读者可以分享和发现新的网页。
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts: 相关文章:
  • 5,000 pages of Software and Computer Tutorials 5000页的软件和计算机教程
  • Computer Networking Tutorials计算机网络教程
  • 30 Computer and Networking eBooks 30计算机和网络电子书
  • Technical Computer, Programming and IT Tutorials技术的电脑,编程和它教程
  • Free Computer eBooks, Guides and References from OnlineFreeeBooks.net免费电脑电子书,指南和参考onlinefreeebooks.net

  • Filed under:提起下: Best New Free Computer IT Training Tutorial Resources最佳新免费电脑的资讯科技培训,补习资源 — computer_teacher @ 5:42 pm -c omputer_teacher@下午5时4 2分


    Downloadable IT Certification eBooks下载它的认证电子书

    Here are many freely available这里有很多免费提供 downloadable IT Certification eBooks 下载它的认证电子书 in several areas, as linked below, from在几个领域,作为联系下面,从 tekshelf.blogspot.com . These computer ebooks cover Microsoft certification, Linux certification, Comptia certification, Cisco certification, Oracle certification, programming, and networking.这些电脑的电子书涵盖微软认证, Linux的认证, ( CompTIA认证,思科认证, Oracle认证,编程,和联网。 This site provides links to these computer, programming, and certification ebooks in text form, so you will need to copy and paste them into your browser's address bar.