المساعد الشخصي الرقمي

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



drbmsh
11-02-2007, 11:19 PM
.: بسم الله الرحمن الرحيم :.

-=[::]=-

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


كما وعدتكم من قبل هذة دروس 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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/01%20-%20CSharp.wmv
مشروع الدرس
http://download.microsoft.com/download/3/0/e/30e98265-29ad-4c32-9f0a-d4076f2fa2e4/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/02%20-%20CSharp.wmv
مشروع الدرس
http://download.microsoft.com/download/3/0/e/30e98265-29ad-4c32-9f0a-d4076f2fa2e4/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/03%20-%20CSharp.wmv
مشروع الدرس
http://download.microsoft.com/download/3/0/e/30e98265-29ad-4c32-9f0a-d4076f2fa2e4/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/04CSharp.wmv
مشروع الدرس
http://download.microsoft.com/download/D/3/6/D3610CA8-EAA9-4CBF-8CFA-275D57AF9542/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/05CSharp.wmv
مشروع الدرس
http://download.microsoft.com/download/D/3/6/D3610CA8-EAA9-4CBF-8CFA-275D57AF9542/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/06CSharp1.wmv
http://download.microsoft.com/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/06CSharp2.wmv
مشروع الدرس
http://download.microsoft.com/download/D/3/6/D3610CA8-EAA9-4CBF-8CFA-275D57AF9542/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/07CS.wmv
مشروع الدرس
http://download.microsoft.com/download/D/3/6/D3610CA8-EAA9-4CBF-8CFA-275D57AF9542/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/08CS.wmv
مشروع الدرس
http://download.microsoft.com/download/3/0/e/30e98265-29ad-4c32-9f0a-d4076f2fa2e4/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/09CS.wmv
مشروع الدرس
http://download.microsoft.com/download/3/0/e/30e98265-29ad-4c32-9f0a-d4076f2fa2e4/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/10CS.wmv
مشروع الدرس
http://download.microsoft.com/download/D/3/6/D3610CA8-EAA9-4CBF-8CFA-275D57AF9542/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/11CS.wmv
مشروع الدرس
http://download.microsoft.com/download/D/3/6/D3610CA8-EAA9-4CBF-8CFA-275D57AF9542/AbsBeg11CS.msi



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

drbmsh
12-02-2007, 03:52 PM
عذرا هذه هي تكملة الدروس
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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/12CS.wmv
مشروع الدرس
http://download.microsoft.com/download/3/0/e/30e98265-29ad-4c32-9f0a-d4076f2fa2e4/CSRSSReader.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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/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/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE2462/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/download/6/2/4/6247616d-a0c7-4552-b622-3f0450de2462/16CS.wmv


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

drbmsh
12-02-2007, 04:01 PM
هذة هي مجموعة من ال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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/AudioPart1CS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/AudioPart2CS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/ButtonCustomizeCS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/DialogControlsCS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/FlowLayoutPanelCS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/NotifyIconCS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/ProcessControlCS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/SplitContainerCS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/TableLayoutPanelCS.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/download/4/1/e/41e8f2c1-1bf7-419f-b31b-06122d090a49/TimerControlCS.msi



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

سياف بن الوليد
12-02-2007, 06:18 PM
فعلا دروس مفيده جداً

جزاك الله خيراً

خيـ KhyaL ـال
12-02-2007, 07:01 PM
السلام عليييكم ^^

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

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

drbmsh
12-02-2007, 10:53 PM
فعلا دروس مفيده جداً

جزاك الله خيراً

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

drbmsh
12-02-2007, 10:54 PM
السلام عليييكم ^^



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



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


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

drbmsh
16-02-2007, 03:55 PM
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/content/email/downloads/SQL2K5EE_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/content/email/downloads/SQL2K5EE_07.zip

drbmsh
03-03-2007, 05:22 PM
ثلاث دروس جديدة

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/content/email/downloads/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/content/email/downloads/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/content/email/downloads/vsts_042.zip

drbmsh
10-03-2007, 01:56 PM
درسين جديدين

http://www.learnvisualstudio.net/content/email/Images/header.jpg

FREE VIDEO
Object Oriented Programming Fundamentals � Part 1

http://www.learnvisualstudio.net/content/email/downloads/vc2k5ee_06a.zip

drbmsh
10-03-2007, 01:58 PM
FREE VIDEO
Object Oriented Programming Fundamentals – Part 2
http://www.learnvisualstudio.net/content/email/downloads/vc2k5ee_06b.zip

azmytito
15-03-2007, 03:19 PM
ما شاء الله بجد انا لو اتعلمت حاجة هيبقى انتا باذن الله سبب من اهم الاسباب الى هتخلينى استفيد

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

azmytito
15-03-2007, 03:21 PM
احترامى وتقديرى

drbmsh
17-03-2007, 11:36 PM
ما شاء الله بجد انا لو اتعلمت حاجة هيبقى انتا باذن الله سبب من اهم الاسباب الى هتخلينى استفيد

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

الحــالــم
05-08-2007, 09:47 AM
ما شاء الله عليك والله ربنا هيبارك في علمك وكل واحد اتعلم حاجة من الي انت حطيتها ربنا هيزيدك بيها علم ان شاء الله ... شكرا يا غالي علي الحاجات المفيدة جدا وننتظر منك دائما المزيد :)

drbmsh
17-08-2007, 03:24 PM
العفو وشكرا على الرد

أحمد محمد عامر
25-09-2007, 01:08 PM
أخى أنت لا تعرف كم أفادتنى هذه المجموعة جزاك الله عنى ألف خير
كنت أبحث كثيرا عن مراجعات C# كتب الكترونية فيديو وأخيرا وجدتها ملقاه بين يدي
ألف ألف ألف ألف شكر أخى

tarek ramadan
25-09-2007, 05:52 PM
dunno how to thank you enough for such great effort you paid to get those lessons here in this easy way for everyone thanx again froma brother in egypt

tarek
p.s.: wish ican be helpful to you in any way

somi007
25-08-2008, 02:16 AM
شكرا على الدروس الصراحه ريحتني كثير
:):):):):):):):):):):):):):)

HالصبيانيH
02-09-2008, 05:29 PM
بصراحه مجهود جداً جباااااااااااااار ..مشاء الله تبارك الله...

انا ببدأ التعلم خطوه بخطوه مع اني جالس ادرس اغلب هذي الأشياء في الجامعه بس ما اضنها بهذا المجهود..

انا عندي مشكله في البرمجه انا من ناحية الأكواد اعطيك بس من ناحية الربط..سيييييييييييئ..

يعني ربط بين المثودات والكلاسات .. والربط بين برنامجين عن طريق امر الكاونت..

بس اش تنصحوني عشان اقوي نفسي في البرمجه....

لأن الدراسة الجامعيه والله ما تفيدك في شي ..بس عشان تخرج منها بشهاده..

اما انك تخرج فاهم ..؟؟؟؟؟؟؟؟؟والله محد يخرج فاهم ..هذا بنسبه لجامعتنا.

اتمنا من الشباب يعطوني نصايحهم... وشكراً على الموضوع القيم

denizhan
04-09-2010, 02:57 AM
أرجو المساعدة فأنا لدي بعض من هذه الفيديوهات ولكن هي و الفيديوهات الموجودة بالموضوع بها مشكلة مشتركة و هي أن الصوت لا يعمل بها أي أنها عند تشغيلها تكون هناك صورة بلا صوت و قد قم بتجريب العديد من برامج الميديا و لكن نفس المشكلة موجودة هل هناك تلف في الصوت او الفيديو عموماً ؟أتسائل ان كان لدي أحد حل لتلك المشكلة فأنا فرحت كثيراً عندما وجدت تللك الدروس مجاناً و لكن للآسف واجهتني المشكلة التي ذكرتها .....أرجو المساعدة و جزاكم الله كل خير علي مجهوداتكم ...

Argonaut
04-09-2010, 04:22 AM
انت جربت
K-Lite Codec Pack 6.3.5

فهي تشغل اغلب الملفات بشكل صحيح
http://www.codecguide.com/

denizhan
05-09-2010, 08:13 PM
للآسف قمت بالتحديث و لكن المشكلة ما زالت موجودة مع العلم انا لدي أول 16 درساً الوحيد منها الذي يعمل هو الدرس 13 و حقاً لست متأكد هل هو كان يعمل من قبل أم فقط بعد تحديث الكودك ؟فكما تعلم عند تجربة الاول فالتاني فالثالث و النتيجة واحدة لا تشعر بالرغبة في الاستمرار و لكني فعلت هذي المرة و اكتفت بالصدفة ان ال13 يعمل ...تُري أين الخطأ؟؟؟؟؟؟
لقد بدأت أشعر باليأس منها ....أقدر لك اهتمامك argonaut و حرصك علي المساعدة ...شكرا لك .....

Argonaut
06-09-2010, 02:59 AM
حل اخير
حول صيغة الملفات الى نوع اخر مثلا rmvb يعني من هذه الصيغ الفيديوية
وان شاء الله يكون حل مضمون

لكن اخاف الملفات من الاصل مضروبة يعني من الموقع .... اذا بقت المشكلة انا ابحث لك عن دروس ثانية وعربية وفيديوا كمان ان شاء الله