صفحة 1 من 4 1234 الأخيرةالأخيرة
النتائج 1 إلى 15 من 46

الموضوع: دروس فيديو من مايكروسوفت في الvb.net

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

    دروس فيديو من مايكروسوفت في الvb.net

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

    هذة هي مجموعة دروس فيديو للvb.net
    لغة الدروس الانجليزية والحجم الكلي
    260mb

    والان مع الوصلات المباشرة من سيرفير مايكروسوفت

    Getting Started with Visual Basic 2005 Express Edition
    http://download.microsoft.com/downlo...1%20-%20VB.wmv


    Creating a Windows Application User Interface
    http://download.microsoft.com/downlo...2%20-%20VB.wmv


    Writing Code to Handle Events and Set Properties
    http://download.microsoft.com/downlo...3%20-%20VB.wmv


    Working with Variables, Expressions, Statements, and Operators
    http://download.microsoft.com/downlo...E2462/04VB.wmv


    Using Branching and Recursion
    http://download.microsoft.com/downlo...E2462/05VB.wmv


    Object Oriented Programming Fundamentals
    http://download.microsoft.com/downlo...2462/06VB1.wmv
    http://download.microsoft.com/downlo...2462/06VB2.wmv


    Getting to Know the .NET Framework
    http://download.microsoft.com/downlo...E2462/07VB.wmv


    Obtaining Data from a SQL Server 2005 Express Edition Database
    http://download.microsoft.com/downlo...E2462/08VB.wmv



    Databinding Data to User Interface Controls
    http://download.microsoft.com/downlo...E2462/09VB.wmv



    Working with XML
    http://download.microsoft.com/downlo...E2462/10VB.wmv



    Handling Exceptions
    http://download.microsoft.com/downlo...E2462/11VB.wmv


    ثم تختتم هذة الدروس باجمل مشروع شوفته وهو rss reader
    مع الشرح بالتفصيل

    The RSS Reader Project - Designing and Planning
    http://download.microsoft.com/downlo...E2462/12VB.wmv


    The RSS Reader Project - Building the UI
    http://download.microsoft.com/downlo...E2462/13VB.wmv



    The RSS Reader Project - Working with XML and SQL Server 2005 Express Edition Data
    http://download.microsoft.com/downlo...E2462/14VB.wmv


    The RSS Reader Project - Expanding and Refining Application Functionality
    http://download.microsoft.com/downlo...E2462/15VB.wmv


    The RSS Reader Project - Fortifying, Testing and Deploying the Application
    http://download.microsoft.com/downlo...e2462/16VB.wmv

    اعرف ان اخر درس لن يعجب الجميع وذللك لأن طريقة الdeployment وعمل الsetup سطحية جدا وسنجد في المنتدى من يستطيع عمل ذلك وبكفاءة اعلى
    وشكرااااا
    انشاء الله سأحاول وضع دروس مماثلة في c#

    وهناك تعليق بسيط على موضوع العضو الكبير thecoder
    (لا تتعلم الفيجول بيسك والc#.net)
    ان التكرار في عمل البرامج سيخعل المبرمج يحفظ الاكواد وبذللك سيعوضه عن كتابته كما في vb6


    وشكراااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااااا




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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    ملحوظة هامة :كل هذة الدروس تم تطبيقها على النسخة vb.net2005 express edition
    النسخة الbeta

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    ألف شكر على التثبيت

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    هذا درس جديد بعنوان
    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.

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



    وهذا درس اخر بعنوان
    Understanding Security and Network Connectivity in SQL Server 2005 Express Edition

    Explore scenarios for connecting to SQL Server 2005 Express databases, enabling and disabling user instances, login permissions, and other security precautions.

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

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    How to use the BackgroundWorker Control

    This video comes from the Windows Forms Controls 2005 Series. This video demonstrates how to use the new BackgroundWorker Control to easily create a multi-threaded application. (Works with all versions of Visual Studio 2005, including the Express Editions)

    هذا الدرس عن طريق كل من c#.net and vb.net
    c#.net
    http://www.learnvisualstudio.net/con...C2K5_CS_11.zip
    vb.net
    http://www.learnvisualstudio.net/con...C2K5_VB_11.zip

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    Securing your ASP.NET 2.0 Web Site with Membership and Login Controls

    Your next free tutorial comes from our "Getting Started with Visual Web Developer 2005 Express Edition" series. In this video you discover the new membership capabilities of ASP.NET 2.0. In addition, you will learn about role-based security, and how you can use roles to control access to your web site.

    c#.net
    http://www.learnvisualstudio.net/con...k5ee_cs_09.zip

    vb.net
    http://www.learnvisualstudio.net/con...k5ee_vb_09.zip

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    لا تنسوا التقييم

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    درس جديد
    FREE VIDEO
    Understanding Web Application State

    In this lesson, you will see how to maintain state in your ASP.NET 2.0 applications.
    Not familiar with the term “state” as it’s used in web jargon?
    Basically, the web is inherently a stateless environment … each “page” of a web site is independent. The trick is passing along certain information between each individual visit to a web page for a given user.
    ASP.NET 2.0 has several different ways to accomplish this. In about 35 minutes we demonstrate and explain the major ASP.NET classes and various techniques you can use to provide your users a rich web-based experience.

    هذة هي نسخة الc#.net


    هذة هي نسخة الvb.net




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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    FREE VIDEO
    Debugging and Tracing your Website

    In this lesson, you will learn how to debug and monitor your ASP.NET 2.0 Web applications.
    Fortunately, Microsoft has made it easy to step through each line of code to observe how it's executing to ferret out difficult-to-find bugs. Skills you've developed in writing Windows applications will definitely help, but there are some more tricks and tips that you can use with live applications (i.e., web applications that you've already deployed).
    We'll show you almost everything you'll need to know about debugging and monitoring the execution of your app in less than 30 minutes!


    هذة هي النسخة لل c#.net


    vb.net
    التعديل الأخير تم بواسطة drbmsh ; 27-01-2007 الساعة 11:38 AM

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

    ارجو الرد لاعرف اذا كانت ال217 زيارة للموضوع بفائدة وارجو ايضا التقييم او التعليق

  11. #11
    التسجيل
    08-08-2006
    المشاركات
    2

    رد: دروس فيديو من مايكروسوفت في الvb.net

    أنا حاليا أنزل الملفات من الروابط
    وجزاك الله خيرا على المجهود المميز

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

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

  13. #13
    التسجيل
    11-07-2003
    المشاركات
    12

    رد: دروس فيديو من مايكروسوفت في الvb.net

    يعطيك العافية اخوي .. بس مافيه ملف يحتوي كل هالشروحات نحمله ويكفي ؟

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

    رد: دروس فيديو من مايكروسوفت في الvb.net

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

  15. #15
    التسجيل
    19-12-2003
    الدولة
    مصر
    المشاركات
    1

    رد: دروس فيديو من مايكروسوفت في الvb.net

    والله لا يسعني إلا أن أقول جزاك الله كل خير يا أخي ويا ريت توافينا بالمزيد انا بحاجة شديدة لمثل هذه المشاركات الذهبية والمواضيع المفيدة جدا

صفحة 1 من 4 1234 الأخيرةالأخيرة

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

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