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 4 اذار / مارس ، 2008

18 C# .NET Tutorials # 18 ج. الصافية دروس خصوصيه

Here are وهنا 18 C# .NET Tutorials # 18 ج. الصافية دروس خصوصيه , from ، من brainbell.com , that will teach you how to program using the C# language in the .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 وسوف يعلمك اساسيات مع الابتداء مع الترميز ج # وكما يظهر لك المزيد من المواضيع والمتوسطة والمتقدمه ، بما فيها : السمات ، البينيه ، والتعبير عن المشغلين ، برنامج التحكم في التدفق ، ومعالجة الأخطاء مع بعض الاستثناءات ، والوفود والحدث عمال ، والبرمجه multithreaded


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. الدورة التعليميه لمحة عامة عن المصطلحات المستخدمة في برمجة شيءيه (صافية) ويتيح لك فهم اهمية شيءيه المفاهيم في البرمجه.

Microsoft .NET مايكروسوفت. صافي
Get a good understanding of .NET and how the C# language is a part of it. الحصول على فهم جيد لل. الصافية ، وكيف ج # اللغة هي جزء منه.

Hello, C# مرحبا ، ج #
This C# tutorial gives you an overview of the development process for a simple C# application. ج # هذا البرنامج التعليمي يوفر لك لمحة عامة عن عملية التنمية لمجرد تطبيق # ج. 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. وتبين لكم من مزايا وعيوب مختلف المحررين الى الكتابة في ج # ، في كتابه "مرحبا ، العالم" مثلا تطبيق للتعرف على التركيب والبنية الأساسية للكتابة ج # الطلبات. You'll also learn how to compile using the command-line compiler. وستعرف ايضا كيف تستخدم لتجميع قيادة الخط المجمع.

The C# Type System س # نوع النظام
In this C# tutorial, you'll learn about the C# type system. ج # في هذه الدورة التعليميه ، وستعرف عن نوع النظام # ج. 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. اعرف كيف. الصافية يقسم أنواع الى فئتين : قيمة أنواع وأنواع الاشارة ، وبعد ذلك معرفة كيف يمكن للملاكمة تماما شيءيه نوع النظام على العمل بكفاءه. Finally, learn how type casting works in C#, and find out how to start using namespaces. وأخيرا ، تعرف كيف تعمل في نوع الصب # ج ، والتعرف على كيفية البدء فى استخدام namespaces.

C# Classes # الطبقات ج
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. ج # في هذه الدورة التعليميه ، وانت تعلم أسس تحديد الطبقات في ج # ، بما فيها أعضاء المثال ، وصول معدلات ، البناؤون ، وتهيئة قوائم ، وبعد ذلك تعلم كيفية تحديد ساكنة واعضاء الفرق بين المستمر للقراءة فقط والميادين. 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# Methods ج اساليب #
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. ج # هذا البرنامج التعليمي يظهر لك كيفية استخدام المرجع وطريقة معلمة من اصل الكلمات الرئيسية والكيفيه التي تمكنك من تحديد الطريقة التي يمكن ان مثل هذه العودة اكثر من واحد الى قيمة المكالمه. 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 ج # الممتلكات ، المصفوفات ، وindexers
In this C# tutorial, you'll learn about properties, arrays, and indexers because these language features share a common bond. ج # في هذه الدورة التعليميه ، وستعرف عن ممتلكاتهم ، المصفوفات ، ولأن هذه اللغة 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# Attributes ج السمات #
C# attributes provide you a generic means of associating information (as annotations) with your defined C# types. ج # السمات العامة توفر لك وسيلة للربط المعلومات (شروح) الخاص بك مع انواع محددة # ج. 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# Interfaces allow you to define behavioral characteristics, or abilities, and apply those behaviors to classes irrespective of the class hierarchy. ج # البينيه تسمح لك لتحديد الخصائص السلوكيه ، أو قدرات ، والى تطبيق هذه السلوكيات بغض النظر عن فئات من الطبقة العليا.

C# Expressions and Operators ج # والتعبيرات متعهدي
This C# tutorial shows you how to express assignments and comparisons through the use of operators. ج # هذا البرنامج التعليمي يظهر لك كيف افصح عن مهام ومقارنات من خلال استخدام المتعهدين. 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# Program Flow Control ج # برنامج التحكم في التدفق
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. التصريحات التي تمكنك من التحكم في تدفق البرنامج ا # ج تطبيق تنقسم الى ثلاث فئات رئيسية هي : اختيار البيانات ، وتكرار البيانات ، واذهب البيانات. In this C# tutorial, you'll learn how to use each of these statement types to control structure flow. ج # في هذه الدورة التعليميه ، فأنت تعلم كيفية استخدام كل من هذه الانواع بيان للسيطره على تدفق الهيكل.

C# Error Handling with Exceptions ج # معالجة الاخطاء مع أستثناءات
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. ج # هذا البرنامج التعليمي يعلم أنك الميكانيكا العامة والأساسية لغوي من التعامل مع استثناء ، وكيفية التعامل مع استثناء يقارن مع اكثر انتشارا من طرق معالجة الأخطاء. 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. يمكنك ايضا معرفة. الصافية باستثناء معالجة القضايا ، مثل استخدام وباستثناء الطبقة الناشءه الخاصة بك باستثناء الطبقات والمساله على الوجه الصحيح من تصميم النظام لاستخدام استثناء المناوله.

C# Operator Overloading and User-Defined Conversions ج # المشغل واثقال يحددها المستعمل التحويلات
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# Delegates and Event Handlers ج # المندوبين والمتعاملين مع الحدث
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. ج # في هذه الدورة التعليميه ، وتعلم كيفية استخدام قانون المندوبين ، وكيف يقارن البينيه ، والتركيب المستخدمة لتعريف لها ، ومختلف المشاكل التي كانت تهدف الى معالجة. You'll also see several examples of using delegates with both callback methods and asynchronous event handling. كما سترى العديد من الامثله على استخدام المندوبين ءاعدتسلاا مع كل من أساليب التعامل مع الحدث وغير تزامني.

C# Multithreaded Programming ج # multithreaded البرمجه
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. ج # هذا البرنامج التعليمي يعلم اساسيات لكم ، الى جانب القضايا الاكثر تقدما فيما يتعلق اجهاض ، وجدولة ، وادارة الحياة والخيوط وايضا مناقشة الخيط التزامن مع system.monitor وsystem.mutex الطبقات و# لوك ج.

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 Interoperating مع قانون غير المداره
Unmanaged code refers to code that is not managed, or controlled, by the .NET runtime. غير المداره رمز يشير الى ان القانون لا تدار ، أو يتحكم فيها ، من قبل. الصافية وقت التشغيل. This tutorial cover the three main examples of unmanaged code in .NET: Platform Invocation Services, Unsafe code , COM interoperability. وتغطي هذه الدورة التعليميه الرئيسية الثلاثة امثلة من غير المداره في المدونه. الصافية : منهاج الاحتجاج الخدمات ، غير مامونه قانون كوم المتبادل.

Working with Assemblies العمل مع الجمعيات
This tutorial describes the major advantages of using assemblies, including the packaging and versioning of your .NET components. ويصف هذا البرنامج التعليمي تشمل المزايا الرئيسية لاستخدام الجمعيات ، بما فيها التعبءه والتغليف واصدارات الخاصة بك. مكونات صافي.

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 5.000 صفحة من برامج الكمبيوتر والدروس
  • Lots of PHP Tutorials بي. اتش. بى الكثير من الدروس
  • PHP Programming Tutorials بي. اتش. بى البرمجه دروس خصوصيه
  • Perl Programming Tutorials دروس البرمجه بيرل
  • 222 Open Source Online Books and Tutorials 222 المصدر المفتوح على الانترنت والكتب والدروس



  • 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 -- البرمجه بيرل
    - Linux Programming -- برمجة لينكس
    - Linux TIps and Tricks -- لينكس النصائح والحيل
    - 3D Graphics Programming -- رسومات ثلاثية الابعاد البرمجه
    - Technical Writing -- الكتابة الفنية
    - Artificial Intelligence -- الذكاء الاصطناعي
    - PC Hardware -- أجهزة كمبيوتر
    - Photoshop -- ادوبي فوتوشوب
    - Neural Networks -- الشبكات العصبيه
    - Computer Security -- الحاسوب الامن
    - Cisco, CCNA -- سيسكو ، CCNA
    - Algorithms -- الخوارزميات
    - DNS -- دياناس
    - Database Design -- تصميم قواعد البيانات
    - Electrical Circuits -- دوائر الكهرباءيه
    - Electronic Concepts -- المفاهيم الالكترونيه
    - Extreme Programming -- البرمجه القصوى
    - C++ Programming -- ج + + برمجة
    - Java Swing -- جافا سوينغ
    - XML Programming in Java -- لغة الترميز القابلة للامتداد في برمجة جافا
    - SQL -- لغة الاستعلامات البنيويه
    - Linux Command Reference -- لينكس القيادة المرجعيه
    - Linux Shell Programming -- لينكس شل البرمجه
    - Visual Basic .NET ( -- البصريه الاساسية. صافي) VB.NET Vb.net ) (
    - Microsoft Office VBA -- مايكروسوفت اوفيس VBA
    - Network+ Certification -- شبكة + شهادة
    - Windows Network Programming -- شبكة برمجة ويندوز
    - C# Programming (C Sharp) -- البرمجه # ج (ج حاده)
    - PHP with MySQL -- بي. اتش. بى مع الخلية
    - Samba -- سامبا
    - UML -- Uml
    - VPN -- VPN
    - Windows XP -- ويندوز اكس بي
    - CSS -- CSS
    - C++ Reverse Engineering -- ج + + الهندسه العكسيه

    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 -- Computer_teacher @ 10:29 مساء


    March 10, 2008 10 اذار / مارس ، 2008

    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, ، في المجالات التقنيه التالية : بي. اتش. بى ، بيرل ، والخلية ، اوراكل ، جافا ، j2me ، والتخطيط الاستراتيجي المشترك ، وصافي الاطار ، ASP.net Asp.net , ، VB.net Vb.net , C programming, C++ programming, C# programming, Ajax, Networking, SQL Server, XML, and 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. هذه الحواسيب [ابووكس] متاحة في الشكل التالي : قوات الدفاع الشعبي وآلية تبادل المعلومات ، الدكتور ، لغة تأشير النص الفائق ، والرمز البريدي ، rar.

    eBook Categories الكتاب الاليكتروني الفئات
    - -- .Net صافي
    - -- AJAX أجاكس
    - -- C / C++ ج / ج + +
    - -- CSS
    - -- DB2
    - -- Google
    - -- Java جافا
    - -- MySQL الخلية
    - -- Networking الربط الشبكى
    - -- Oracle أوراكل
    - -- Photoshop ادوبي فوتوشوب
    - -- PHP بي. اتش. بى
    - -- 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 [ابووكس] متاحة بحرية اكبر عن طريق صور
  • 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 -- Computer_teacher @ 12:47 مساء


    March 17, 2008 17 اذار / مارس 2008

    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. وتشمل هذه البرامج ويعلمك عن تكنولوجيا الربط الشبكي التالي : تمديد الكوابل ، موصلات ، والأمن ، واجهزة الربط الشبكي ، نموذج التفتيش الموقعى ، وبرنامج التعاون الفنى / الملكيه الفكريه ، واقامة الشبكات استكشاف الاخطاء واصلاحها ، vlans ، وwans.


    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. ويستعرض هذا البرنامج التعليمي العام شبكة الاعتبارات المختلفة مثل علوم الهندسه اللاكميه تستخدم اليوم على الشبكات ، الشبكات المحلية ، المقالي ، وwans ، ومعايير 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 نموذج التفتيش الموقعى وبروتوكولات الشبكه
    This tutorial looks at the OSI model and describes how it relates to real-world networking. هذا البرنامج التعليمي وينظر في نموذج التفتيش الموقعى ، وتصف كيف انها تتعلق إقامة الشبكات في العالم الحقيقي. It also examines how common network devices relate to the OSI model. كما انها تنظر في مدى شيوع أجهزة الشبكه وتتصل نموذج التفتيش الموقعى.

    TCP/IP (Transmission Control Protocol Internet Protocol) برنامج التعاون الفنى / الملكيه الفكريه (بروتوكول نقل السيطرة على بروتوكول الانترنت)
    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 الربط استكشاف الاخطاء واصلاحها