0

دانلود فیلم آموزشی ویژوال استدیو ۲۰۱۰ محصول AppDev

 
hibgfuhuighfyo
hibgfuhuighfyo
کاربر طلایی2
تاریخ عضویت : تیر 1390 
تعداد پست ها : 5607
محل سکونت : سمنان

دانلود فیلم آموزشی ویژوال استدیو ۲۰۱۰ محصول AppDev

  • دوشنبه ۸ خرداد ۱۳۹۱
  • دفعات بازدید: 2,925
  • نويسنده:مدیر

۲۴ ديدگاه

دانلود فیلم آموزشی ویژوال استدیو ۲۰۱۰ محصول AppDev

  • #C
  • Visual Basic.Net
  • VisualStudio.NET
  • WPF
  • برنامه نویسی
  • سی شارپ
  • فیلم آموزش برنامه نویسی
  • فیلم آموزشی

آموزش تصویری Visual Studio 2010

مجموعه کامل ویدئوهای آموزش C#.NET 2010 شرکت AppDev که حاوی ۲۴ ساعت آموزش است را میتوانید از سرور مرجع تخصصی برنامه نویسی دانلود کنید.این مجموعه حدود ۲٫۴GB حجم دارد که در ۸ قسمت ۲۰۰ مگابایتی فشرده برای دانلود قرار داده شده است.

سرفصل های این آموزش:

فصل اول – آموزش Language Integrated Query و یا همان LINQ در C# ۲۰۱۰ :
آشنایی با نحو دستورات LINQ
آشنایی با دستورات LINQ برای کار با دیتابیس ها
آموزش کارکردن با LINQ Dataset ها
آموزش استفاده از LINQ برای کار با منبع داده های XML

فصل دوم – آموزش ویژگی های جدید مرتبط با داده ها در Visual C# ۲۰۱۰ :
به روز رسانی یا Update سلسله مراتبی با TableAdapterManager در C# ۲۰۱۰
آموزش Cache نمودن داده ها به صورت Local
آموزش جداسازی کدهای Dataset و TableAdapter در برنامه های چند لایه ( برنامه های Multi Tier )
آموزش کاربرد کلاس های LINQ To SQL برای نمایش داده ها

فصل سوم – آموزش شروع به کار با (WPF ( Windows Presentation Foundation :
معرفی WPF و کاربردهای آن
آموزش و بررسی XAML And WPF Designer در Visual Studio ۲۰۱۰
معرفی کنترل های نمایش داده

فصل چهارم – آموزش پیشرفته (WPF ( Windows Presentation Foundation :
استایل بندی Application
آموزش ساخت کنترل پخش ویدیو در Visual C# ۲۰۱۰
آموزش ساخت منبع داده ( Data Source ) و انجام فرایند مقید سازی منبع با کنترل ها
آموزش افزودن Data Converter و Data Template

فصل پنجم – آموزش Windows Communication Foundation :
معرفی Windows Communication Foundation و کاربردهای آن
آموزش در رابطه با ساختار WCF
آموزش میزبانی یک WCF Service
آموزش میزبانی ساده یک سرویس WCF
آموزش پیکربندی سرویس WCF

فصل ششم – آموزش Windows Workflow Foundation :
معرفی Windows Workflow Foundation و کاربردهای آن ها
آموزش ساخت اولین Workflow
آموزش فعالیت ها یا Activities
آموزش پیاده سازی Rule ها یا قوانین در Workflow ها
آموزش میزبانی یک روند کاری ( Workflow ) در یک برنامه کاربردی نوشته شده با Visual C#
آموزش در رابطه با ارتباطات Host و Workflow
آموزش در رابطه با State Machine Workflows

فصل هفتم – آموزش در رابطه با Client Application Services :
آموزش کامل چیستی و چگونگی کار با Membership , Role و پروفایل ها در وب
آموزش در رابطه با Client Application Services
آموزش ساخت ویژگی Membership و Role یا نقش های سفارشی

فصل هشتم – آموزش ساخت برنامه های آفیس یا Office Application در ویژال استدیو ۲۰۱۰ :
معرفی چیستی و کاربردهای پروژه های آفیس در ویژوال استدیو ۲۰۱۰
آموزش سفارشی کردن Ribbon ها و Task Pane
آموزش کدنویسی و کار کردن با کنترل های Word 2007′s Content
آموزش ساخت یک فرم Outlook

 

سرفصلهای زبان اصلی:

Getting Started

Learn the advantages and architecture of the .NET Framework
Setup a development profile in Visual Studio .NET
View the code that Visual Studio generates and understand what it does
Data Types and Variables

Understand how to create variables and assign values
Explore operators and see how they can be used to change values and compare expressions
Using the .NET Framework

Using .NET Framework classes
Explore basic file IO operations
Learn how to work with strings
Branching and Flow Control

Making choices using conditional statements
Manage flow control using branching statements
Break out of loops when necessary
Classes and Objects

Investigate .NET Framework classes to see how you can consume classes in your code
Learn about properties, methods, and fields
Create instances of classes using class constructors
Investigate class details, including reference vs. value types, and more
Properties and Methods

Explore how to use properties in your classes
Learn to control how property values are set and retrieved
Understand how to pass arguments to methods
Learn how to return both simple and complex data types from methods
Object-Oriented Techniques

Understand how derived classes inherit from base classes
Explore how to add and modify members in derived classes
Understand how to create and use interfaces
Explore techniques for organizing your classes
Working with Arrays

Create and initialize arrays
Work with array methods and properties
Investigate arrays in the .NET Framework
Learn techniques for sorting arrays
Delegates and Events

Learn different ways to work with delegates
Introduce anonymous delegates
Learn how delegates and events are related
Investigate events and event handlers
Generics

Understand the advantages and benefits of generics
Explore the use of generics to sort and search in arrays
See how to use generic interfaces and constraints
Explore the generic List class
Handling Exceptions

Learn to use try/catch blocks to handle runtime errors
Throw exceptions back to procedure callers
Use the finally block to run code unconditionally
Create and handle user-defined exceptions
Collection Classes

Investigate the collection interfaces in the System.Collections.Generic namespace
Create dynamically sized arrays using the List class
Investigate the generic SortedDictionary, SortedList, Stack, and Queue classes
LINQ

Motivate the need for LINQ
Learn about the various LINQ providers
Investigate simple LINQ to Objects, LINQ to SQL, and LINQ to XML samples

 

رمز فایلهای فشره: www.ehsanavr.com

لینک های دانلود: (هشت قسمت ۲۰۰ مگابایتی فشرده شده)

(تعداد دانلود: 950)
(تعداد دانلود: 641)
(تعداد دانلود: 1765)
(تعداد دانلود: 566)
(تعداد دانلود: 526)
(تعداد دانلود: 482)
(تعداد دانلود: 485)
(تعداد دانلود: 495)

یک شنبه 1 مرداد 1391  12:51 PM
تشکرات از این پست
دسترسی سریع به انجمن ها