صفحة 1 من 2 12 الأخيرةالأخيرة
النتائج 1 إلى 15 من 24

الموضوع: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

  1. #1
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^


    .: بسم الله الرحمن الرحيم :.

    -=[::]=-

    .: السلام عليكم ورحمة الله تعالى وبركاته :.
    -==-

    كما وعدتكم من قبل هذة دروس c#.net
    وتتضمن ايضا مشروع الrss reader
    Lesson 1: Getting Started with Visual C# 2005 Express Edition
    This lesson provides an overview of the series, including the RSS Reader project. Additionally, you will learn how to create your first "Hello World" application.
    Duration: 24 minutes, 26 seconds
    http://download.microsoft.com/downlo...-%20CSharp.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg01CS.msi



    Lesson 2: Creating a Windows Application User Interface
    This lesson covers the basics of the Visual Studio IDE. Topics include the Toolbox and Properties window, as well as controls such as the button, label, MenuStrip, StatusStrip, and ToolStrip.
    Duration: 43 minutes, 11 seconds

    http://download.microsoft.com/downlo...-%20CSharp.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg02CS.msi



    Lesson 3: Writing Code to Handle Events and Set Properties
    This lesson gives an overview of an event handler and explains how to write code to react to events. You will learn how to set properties for controls, as well as how to use IntelliSense, add comments to your code, and use code regions.
    Duration: 24 minutes, 44 seconds

    http://download.microsoft.com/downlo...-%20CSharp.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg03CS.msi




    Lesson 4: Working with Variables, Expressions, Statements, and Operators
    This lesson explains what a variable is and how to use them in your applications. You’ll also learn the difference between expressions and statements and how you can use operators, like the addition operator (+) in your code.
    Duration: 29 minutes, 55 seconds

    http://download.microsoft.com/downlo...2/04CSharp.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg04CS.msi


    Lesson 5: Using Branching and Recursion
    This lesson explains how you can use conditional logic and looping constructs in your applications. You’ll also learn about an array and how you can use looping logic to read and write values from an array.
    Duration: 26 minutes, 06 seconds

    http://download.microsoft.com/downlo...2/05CSharp.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg05CS.msi



    Lesson 6: Object Oriented Programming Fundamentals
    This lesson has two videos and explains the fundamentals of object-oriented programming. It covers the differences between a class and an object. You’ll learn how to create and use properties and methods, as well as inheritance and encapsulation.
    Duration:
    Part 1 – 32 minutes, 46 seconds
    Part 2 - 41 minutes, 39 seconds

    http://download.microsoft.com/downlo.../06CSharp1.wmv
    http://download.microsoft.com/downlo.../06CSharp2.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg06CS.msi


    Lesson 7: Getting to Know the .NET Framework
    This lesson looks at the .NET Framework and the large set of classes available for your use within applications. You’ll learn about namespaces and how to use Help to discover classes and their use.
    Duration: 35 minutes, 27 seconds

    http://download.microsoft.com/downlo...E2462/07CS.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg07CS.msi



    Lesson 8: Obtaining Data from a SQL Server 2005 Express Edition Database
    This lesson looks at databases and how they can be used to store information you might need in your applications. In particular, SQL Server 2005 Express Edition is shown.
    Duration: 29 minutes, 48 seconds

    http://download.microsoft.com/downlo...E2462/08CS.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg08CS.msi



    Lesson 9: Databinding Data to User Interface Controls
    This lesson looks at how you can connect your applications to databases. You will learn how to enable your application to view and edit data stored.
    Duration: 50 minutes, 38 seconds

    http://download.microsoft.com/downlo...E2462/09CS.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg09CS.msi


    Lesson 10: Working with XML
    This lesson looks at XML and how you can use it in your applications.
    Duration: 31 minutes, 54 seconds
    http://download.microsoft.com/downlo...E2462/10CS.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg10CS.msi




    Lesson 11: Handling Exceptions
    This lesson looks at exceptions -- what they are, and why you want to handle them in your code.
    Duration: 31 minutes, 24 seconds
    http://download.microsoft.com/downlo...E2462/11CS.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...AbsBeg11CS.msi



    ارجو الا تنسوا التقييم والردود

  2. #2
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    عذرا هذه هي تكملة الدروس
    Lesson 12: The RSS Reader Project - Designing and Planning
    This lesson shows the design and planning of the RSS Reader application. This project will show you how an application is built, beginning with a blank project, and ending with a finished application that you can share with others.
    Duration: 18 minutes, 50 seconds

    http://download.microsoft.com/downlo...E2462/12CS.wmv
    مشروع الدرس
    http://download.microsoft.com/downlo...SRSSReader.msi

    Lesson 13: The RSS Reader Project - Building the UI
    This lesson begins the development of the RSS Reader. In this lesson, you create the main files that will be needed in the project, and rough out the user interface.
    Duration: 20 minutes, 16 seconds
    :

    http://download.microsoft.com/downlo...E2462/13CS.wmv

    Lesson 14: The RSS Reader Project - Working with XML and SQL Server 2005 Express Edition Data
    This lesson continues work on the RSS Reader project. In this video, you will add the ability to download the RSS files from the Internet. The data access functionality will be roughed out.
    Duration: 21 minutes, 28 seconds

    http://download.microsoft.com/downlo...E2462/14CS.wmv

    Lesson 15: The RSS Reader Project - Expanding and Refining Application Functionality
    This lesson continues work on the development of the RSS Reader. The data access code is completed and further refinements are made.
    Duration: 31 minutes, 31 seconds

    http://download.microsoft.com/downlo...E2462/15CS.wmv

    Lesson 16: The RSS Reader Project - Fortifying, Testing and Deploying the Application
    In this video, the RSS Reader project is completed. Final coding tasks are done and the application is packaged for distribution.
    Duration: 30 minutes, 20 seconds

    http://download.microsoft.com/downlo...e2462/16CS.wmv


    هذة كانت روابط Rss Reader

  3. #3
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    هذة هي مجموعة من الprojects.
    على الwindows form controls

    Windows Forms Controls Series
    Lesson 1: How to Add Audio Part 1
    This video shows how to use the SoundPlayer control to play wav audio files in your application.
    Duration: 6 minutes, 28 seconds
    http://download.microsoft.com/downlo...dioPart1CS.msi


    Lesson 2: How to add Audio Part 2
    This video shows how to use the Windows Media Player ActiveX control to play wma and MP3 audio files in your application.
    Duration: 5 minutes, 4 seconds
    http://download.microsoft.com/downlo...dioPart2CS.msi


    Lesson 3: Customizing the Button Control
    This video shows how to take and customize the Button control including layout, hover effects, and events.
    Duration: 9 minutes, 16 seconds
    http://download.microsoft.com/downlo...ustomizeCS.msi


    Lesson 4: How to use the Dialog Controls
    This video shows how to interact with common Windows Dialog controls, including the File Open, Save, Page Setup, Print, Color Picker, and Font Dialog controls.
    Duration: 10 minutes, 56 seconds
    http://download.microsoft.com/downlo...ControlsCS.msi


    Lesson 5: How to use the FlowLayout Panel
    This video shows how to use the FlowLayout panel to create dynamically resizing Windows UI.
    Duration: 5 minutes, 15 seconds
    http://download.microsoft.com/downlo...outPanelCS.msi


    Lesson 6: How to create a System Tray application using the NotifyIcon control
    This video shows how easy it is to create applications that use the Windows system tray.
    Duration: 6 minutes, 7 seconds
    http://download.microsoft.com/downlo...tifyIconCS.msi


    Lesson 7: How to call other applications using the Process control
    This video shows how to use the Process control to automate running external applications like Notepad and Internet Explorer from within your code.
    Duration: 5 minutes, 47 seconds
    http://download.microsoft.com/downlo...sControlCS.msi


    Lesson 8: How to use the SplitContainer control
    This video shows how to use the SplitContainer control to create a multi-pane user interface.
    Duration: 5 minutes, 17 seconds
    http://download.microsoft.com/downlo...ontainerCS.msi


    Lesson 9: How to use the TableLayout control
    This video shows how to use the TableLayout control which enables you to dynamically add rows to your controls at runtime.
    Duration: 12 minutes, 47 seconds
    http://download.microsoft.com/downlo...outPanelCS.msi


    Lesson 10: How to use the Timer control
    This video shows how to use the Timer control which you can use to poll or monitor if an action has occurred in a given time interval.
    Duration: 5 minutes, 45 seconds
    Download Project:
    http://download.microsoft.com/downlo...rControlCS.msi



    سأحاول جاهدا الحصول على دروس c++.net ولكن لا اعدكم با هذا سيكون سهلا
    وشكرا ارجو الا تنسوا التقييم


  4. #4
    التسجيل
    08-06-2005
    المشاركات
    98

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    فعلا دروس مفيده جداً

    جزاك الله خيراً
    عن أبي هريرة رضي الله عنه قال: قال رسول الله صلى الله عليه وسلم : ( بادروا بالأعمال فتناً كقطع الليل المظلم، يصبح الرجل مؤمناً ويمسي كافراً، ويمسي مؤمناً ويصبح كافراً، يبيع دينه بعرض من الدنيا )

  5. #5
    التسجيل
    04-08-2005
    الدولة
    عـلبه بيبسيXD
    المشاركات
    1,979

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    السلام عليييكم ^^

    الله يعطيك العافيه عالدروس
    وان شاء الله يستفيدون الاعضاء منها

    واستفيد انا في المستقبل البعيد


    كان يا مكان ..في قديم الزماااان...



  6. #6
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    اقتباس المشاركة الأصلية كتبت بواسطة سياف بن الوليد مشاهدة المشاركة
    فعلا دروس مفيده جداً

    جزاك الله خيراً
    انشاء الله تستفيد انت وباقي الاعضاء منها

  7. #7
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    اقتباس المشاركة الأصلية كتبت بواسطة خيـ KYAL ـال مشاهدة المشاركة
    السلام عليييكم ^^


    الله يعطيك العافيه عالدروس
    وان شاء الله يستفيدون الاعضاء منها


    واستفيد انا في المستقبل البعيد
    وانشاء الله استفيد منها انا ايضا على المدى البعيد

  8. #8
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    FREE VIDEO
    Designing Relational Database Tables

    Why are relational databases the most popular? Differentiate between primary and foreign keys. Design relational database tables and learn about normalization rules and de-normalization.]

    http://www.learnvisualstudio.net/con...QL2K5EE_04.zip


    FREE VIDEO
    Understanding Security and Network Connectivity

    Differentiate between database files and SQL Server processes. Explore scenarios for connecting to SQL Server Express databases, enabling and disabling user instances, login permissions, and other security precautions

    http://www.learnvisualstudio.net/con...QL2K5EE_07.zip

  9. #9
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    ثلاث دروس جديدة

    FREE VIDEO
    Introduction to Version Control in Visual Studio Team System: Branching

    Branching is a feature of Version Control that allows the development team to work on two distinct copies of the project at the same time. In this video we talk about scenarios where you would want to branch and how to do it from VSTS Version Control.
    http://www.learnvisualstudio.net/con...s/vsts_036.zip




    FREE VIDEO
    Introduction to Version Control in Visual Studio Team System: Workspaces

    A workspace is your client-side copy of the files and folders in the repository. When you add, edit, delete, move, rename, or otherwise manage any source-controlled item, your changes are persisted, or marked as pending changes, in the workspace. This video demonstrates the ins and outs of working with workspaces.
    http://www.learnvisualstudio.net/con...s/vsts_041.zip


    FREE VIDEO
    Introduction to Version Control in Visual Studio Team System: Diffing

    Diffing is the process of determining the differences between two files that were originally based on the same file and you want to merge the two source code files together back into one file. This video demonstrates how VSTS Version Control walks you through this process.
    http://www.learnvisualstudio.net/con...s/vsts_042.zip

  10. #10
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    درسين جديدين

    FREE VIDEO
    Object Oriented Programming Fundamentals � Part 1

    http://www.learnvisualstudio.net/con...c2k5ee_06a.zip

  11. #11
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    FREE VIDEO
    Object Oriented Programming Fundamentals – Part 2
    http://www.learnvisualstudio.net/con...c2k5ee_06b.zip

  12. #12
    التسجيل
    24-07-2006
    المشاركات
    3

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    ما شاء الله بجد انا لو اتعلمت حاجة هيبقى انتا باذن الله سبب من اهم الاسباب الى هتخلينى استفيد

    يكون فى علمك انا دى ثانى مرة ارد فى المنتدى كلة والرد الاول بردة كان ليك

  13. #13
    التسجيل
    24-07-2006
    المشاركات
    3

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    احترامى وتقديرى

  14. #14
    الصورة الرمزية drbmsh
    drbmsh غير متصل عضو مميز في منتدى البرمجة
    التسجيل
    06-02-2005
    الدولة
    EGYPT
    المشاركات
    314

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    اقتباس المشاركة الأصلية كتبت بواسطة azmytito مشاهدة المشاركة
    ما شاء الله بجد انا لو اتعلمت حاجة هيبقى انتا باذن الله سبب من اهم الاسباب الى هتخلينى استفيد

    يكون فى علمك انا دى ثانى مرة ارد فى المنتدى كلة والرد الاول بردة كان ليك
    الحمد لله اني كنت سبب في ذلك وانشاء الله للأمام

  15. #15
    التسجيل
    21-11-2006
    المشاركات
    1

    رد: ^~*¤©[£] دروس فيديو من مايكروسوفت لتعلم c#.net [£]©¤*~^

    ما شاء الله عليك والله ربنا هيبارك في علمك وكل واحد اتعلم حاجة من الي انت حطيتها ربنا هيزيدك بيها علم ان شاء الله ... شكرا يا غالي علي الحاجات المفيدة جدا وننتظر منك دائما المزيد

صفحة 1 من 2 12 الأخيرةالأخيرة

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •