وبلاگ یک برنامه نویس

وبلاگ مهندسی برق و علوم کامپیوتر

وبلاگ یک برنامه نویس

وبلاگ مهندسی برق و علوم کامپیوتر

وبلاگ مهندسی برق و علوم کامپیوتر

آخرین نظرات
  • ۱۰ ارديبهشت ۹۷، ۱۷:۰۷ - حامد
    ممنونم

۱۲ مطلب با موضوع «فیلم آموزشی» ثبت شده است

تستس

۰ نظر موافقین ۰ مخالفین ۰ ۱۹ آبان ۹۸ ، ۱۷:۵۶
سعید ایمانی

برای دانلود رایگان کتاب Redux in action  اینجا کلیک کنید.

۱ نظر موافقین ۰ مخالفین ۰ ۰۴ شهریور ۹۸ ، ۱۵:۳۷
سعید ایمانی

Through the 11 chapters of this course, you’ll learn

  • What Hapi.js is
  • How to setup a Node.js & Hapi.js server
  • How to validate server input & payloads, then respond with proper error messages & status codes
  • Server composition and configuration for additions & modifications
  • How to serve simple static content & complex static content over HTTP
  • How to simplify your server content using templates & Handlebars
  • How to secure your web application with Basic Authentication and 3rd party Authentication providers like Azure Active Directory (AzureAD)
  • How to connect to, query, insert and update records into a relational database
  • How to monitor your server, output logs, and ship those logs to a centralized repository like Splunk
  • How to easily generate Swagger API documentation
  • How to unit test using Lab & Code
  • How to unit test using Jest
  • How to output code coverage reports
  • So much more!

What version of Hapi.js is used in this course?

The latest version major version of Hapi.js – 17.x.x

Who this course is for:

  • whether you’re a beginner, or have building web applications for a long time, this course has lots of content to learn from!

Requirements

  • A computer on which you can install software (Windows, MacOS, or Linux)
  • A basic understanding of JavaScript (variables, functions, objects, arrays, if statements)
  • Your favorite text editor or IDE

Last updated 9/2018

                         دانلود فیلم اموزش udemy- Node.js & Hapi.js: Building Enterprise Web Apps

                                                                            حجم( حدود 2گیگ)

۰ نظر موافقین ۰ مخالفین ۰ ۲۷ خرداد ۹۸ ، ۰۷:۲۷
سعید ایمانی

بصورت کلی Docker یک محصول  Open Source است که فرایند ایجاد ، توسعه و اجرا کردن Application ها با استفاده از Container ها که در  قسمت OS Level Virtualization در خصوص آنها توضیح دادیم را بسیار ساده می کند. Container ها به یک برنامه نویس این اجازه را می دهد که

application خود را با تمامی اجزای مورد نیاز آن اعم از فایل های dll و کلیه library ها ، کلیه وابستگی ها در قالب یک بسته نرم افزاری بیرون بدهد بهشکلی که از بیرون یک نرم افزار واحد به نظر برسد. با استفاده از این مکانیزم برنامه نویس می تواند مطمئن باشد که نرم افزاری که نوشته است فارق از نوعلینوکسی که بر روی آن اجرا می شود نیازی به نصب کردن هیچگونه اجزای جانبی برای اجرا شدن نخواهد داشت و حتی تنظیمات آن نیز بصورت از پیش تعریفشده انجام می شود.

 

Docker به درد چه کسانی می خورد ؟

Docker ابزاری است که هم به درد برنامه نویس ها می خورد و هم به درد مدیرهای شبکه و به همین خاطر هم برخی اوقات به نام DevOps از آن یاد می شود که ترکیبی از دو اسم Developer و Operations است. برای برنامه نویس ها Docker به این معنا است که فقط روی کد نویسی خودتان تمرکز کنید و دغدغه اینکه کد شما قرار است بر روی چه سیستم عاملی با چه نیازمندی هایی نصب شود را نداشته باشید اینکار را Docker برای  شما انجام می دهد. از طرفی هزاران برنامه و نرم افزار متنوع وجود دارند که برای کار کردن در محیط Docker طراحی شده اند و شما به عنوان یک متخصص می توانید به راحتی از آنها در مجموعه خودتان در قالب یک Docker Container استفاده کنید. از طرفی در محیط های عملیاتی Docker این امکان را به همه می دهد که چندین برنامه را همزمان بر روی یک سیستم فیزیکی نصب و اجرا کنند و اینها هیچکدام با یکدیگر کوچکترین ارتباطی نداشته باشند و بصورت کاملا ایزوله در مجموعه فعالیت کنند. 

مکانیزم کاری Docker چگونه است ؟

Docker یک لایه واسط بین سیستم عامل اصلی شما و بسته نرم افزاری شما ایجاد می کند و در واقع با استفاده از این لایه واسط نرم افزارها را از همدیگر ایزوله می کند ، هیچکدام از نرم افزارها از وجود نرم افزار دیگر بر روی سیستم خبری ندارند . این مکانیزم یک چیز عجیب و غریب برای لینوکس نیست ، در سیستم عامل لینوکس قابلیت هایی برای ایزوله سازی منابع وجود داشته و دارند که هم هسته سیستم عامل و هم گروه ها و منابع سخت افزاری و نرم افزاری سیستم عامل را بصورت ایزوله شده در اختیار نرم افزارها قرار می دهند که Docker نیز از آنها استفاده می کند ، برای مثال قابلیت های cgroups و kernel namespaces از جمله مواردی هستند که Docker از انها برای کار خودش استفاده می کند. قابلیتی مثل kernel namespace باعث می شود که application ها هیچ دیدی از محیطی که در آن اجرا می شوند نداشته باشند که این موارد شامل process tree ها ، شبکه ، ID های کاربران و حتی فایل سیستم های mount شده نیز می شود ، از طرفی قابلیتی مثل cgroups محدودیت های دسترسی به منابع CPU و RAM و I/O و شبکه را ایجاد می کند . Docker در محیط های اشتراکی یا Shared Environment امنیت را نیز برای نرم افزارها ما به ارمغان می آورد. اما به عنوان یک مکانیزم امنیتی شناخته نمی شود.شما به عنوان یک برنامه نویس یا شبکه کار بایستی سیستم عامل Docker را بصورت جداگانه امن کنید.

لینک دانلود فیلم Docker Compose in Depth از مدیا فایر

 

۰ نظر موافقین ۰ مخالفین ۰ ۲۸ اسفند ۹۵ ، ۰۲:۴۵
سعید ایمانی


در این کورس آموزشی با مجموعه ای از ابزارها ، نرم افزارها و تکنیک ها آشنا می شوید که به کمک آن ها می توانید IP و دیگر ویژگی های هویتی و شناسایی خود را مخفی کرده و به صورت ناشناس وب و شبکه را مرور کنید


لینک دانلود این ویدیو (حجم :3گیگ)



مشاهده انلاین و دانلود فیلم به صورت فایل های جداگانه




ر ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم :

Introduction :
Welcome to Volume III
Introduction to the Instructor!
Security Quick Win!
Target Audience
Study Recommendations
Course updates



Goals and Objectives for Volume III :
Goals and Learning Objectives



OPSEC (Operational Security) :
Goals and Learning Objectives
Introduction to OPSEC
Identities, pseudonyms and aliases (Identity Strategies)
Establishing Cover
Identify Cross Contamination
10 Rules of OPSEC
Authorship Recognition and Evasion Methods
The knock
Case Studies of OPSEC Failures



Live Operating Systems – Tails, Knoppix, Puppy linux, Jondo live, Tiny core linu :
Goals and Learning Objectives
Introduction to live operating systems
Knoppix, Puppy linux, Jondo live, Tiny core linux, Window To Go
Tails
Tails Demo



Virtual Private Networks (VPNs) :
Goals and Learning Objectives
Introduction to VPNs
Which VPN protocol is best to use? and why?
VPN Weaknesses
Can you trust VPN providers?
VPNs and Domain Name System (DNS) Leaks
Setting up an OpenVPN client in Windows, Mac, iPhone and Android
Setting up an OpenVPN client on Linux
Preventing VPN Leaks - Firewalls and kill switches
Choosing the right VPN provider
Setting up an OpenVPN server Part 1 - The fast and easy way
Setting up an OpenVPN server Part 2 - Debian client
Setting up an OpenVPN server Part 3 - Home VPN



Tor :
Goals and Learning Objectives
What is Tor?
The Tor Network and Browser
What should Tor be used for?
Directory Authorities and Relays
Tor Bridges
Tor Pluggable Transports and Traffic Obfuscation
Torrc Configuration File
Running other applications through Tor
Tor Weaknesses Part 1
Tor Weaknesses Part 2
Conclusions on Tor and mitigation to reduce risk
Attacking Tor: how the NSA targets users' online anonymity
Hidden services – The Tor darknet
Finding Tor hidden services
Other Tor Apps



VPN and Tor Routers :
Goals and Learning Objectives
Introduction to VPN and Tor Routers
Custom Router Firmware for VPN & TOR Tunneling
Off the shelf VPN and TOR Routers
DIY Hardware TOR Routers
TOR and VPN Gateway Virtual Machines



Proxies – HTTP, HTTPS, SOCKs and Web :
Goals and Learning Objectives
Proxies – HTTP, HTTPS and SOCKS Part 1
Proxies – HTTP, HTTPS and SOCKS Part 2
CGI proxies - Web proxy or web form proxy



SSH Secure Shell :
Goals and Learning Objectives
Introduction & How to Login
SSH Remote Port Forwarding
SSH Local Port Forwarding
SSH Socks5 Proxy Tunneling with Dynamic Ports
SSH Public private key authentication
SSH Hardening



I2P - The Invisible Internet Project :
Goals and Learning Objectives
I2P - Introduction
I2P Installing and Secure Configuration Part 1
I2P Installing and Secure Configuration Part 2
I2P Strengths and Weaknesses

۰ نظر موافقین ۰ مخالفین ۰ ۲۵ اسفند ۹۵ ، ۱۱:۰۰
سعید ایمانی

در این مجموعه آموزش بسیار ارزشمند از Udemy با مفهوم هک آشنا شده و راهکارهای سطح بالای پیشگیری از هک ، متوقف کردن هکرها ، جلوگیری از ترک شدن کارهایتان در فضای سایبر و نحوه حضور در وب به صورت ناشناس را یاد می گیرید.



لینک دانلود کامل فیلم  (حجم تقریبا 9گیگ) 



مشاهده و دانلود فیلم به صورت فایل های جداگانه


در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم :

 

Section 1: Introduction
Welcome and Introduction to the Instructor!
Goals and Learning Objectives - Volume 1
Target Audience
Study Recommendations
Course updates

Section 2: know Yourself - The Threat and Vulnerability Landscape
Goals and Learning Objectives
Protect What You Value
What is Privacy, Anonymity and Pseudonymity
Security, Vulnerabilities, Threats and Adversaries
Threat Modeling and Risk Assessments
Security vs Privacy vs Anonymity - Can we have it all?
Defense In Depth
The Zero Trust Model

Section 3: Know Your Enemy - The Current Threat and Vulnerability Landscape
Goals and Learning Objectives
Why You Need Security The Value Of A Hack
The Top 3 Things You Need To Stay Safe Online
Security Bugs and Vulnerabilities - The Vulnerability Landscape
Hackers, crackers and cyber criminals
Malware, viruses, rootkits and RATs
Spyware, Adware, Scareware, PUPs & Browser hijacking
What is Phishing, Vishing and SMShing
Spamming & Doxing
Social engineering - Scams, cons, tricks and fraud
Darknets, Dark Markets and Exploit kits
Governments, spies and secret stuff part I
Governments, spies and secret stuff part II
Regulating encryption, mandating insecurity & legalizing spying
Trust & Backdoors
Censorship
Security News and Alerts Stay Informed

Section 4: Encryption Crash Course
Goals and Learning Objectives
Symmetric Encryption
Asymmetric Encryption
Hash Functions
Digital Signatures
Secure Sockets Layer (SSL) and Transport layer security (TLS)
SSL Stripping
HTTPS (HTTP Secure)
Digital Certificates
Certificate Authorities and HTTPS
End-to-End Encryption (E2EE)
Steganography
How Security and Encryption is Really Attacked

Section 5: Setting up a Testing Environment Using Virtual Machines
Goals and Learning Objectives
Introduction to Setting up a Testing Environment Using Virtual Machines
Vmware
Virtual box
Kali Linux 2016

Section 6: Operating System Security & Privacy (Windows vs Mac OS X vs Linux)
Goals and Learning Objectives
Security Features and Functionality
Security Bugs and Vulnerabilities
Usage Share
Windows 10 - Privacy & Tracking
Windows 10 - Disable tracking automatically
Windows 10 - Tool : Disable Windows 10 Tracking
Windows 10 Cortana
Windows 10 Privacy Settings
Windows 10 - WiFi Sense
Windows 7, 8 and 8.1 - Privacy & Tracking
Mac - Privacy & Tracking
Linux and Unix like Operating systems
Linux - Debian
Linux - Debian 8 Jessie - Virtual box guest additions Issue
Linux - OpenBSD and Archlinux
Linux - Ubuntu

Section 7: Security Bugs and Vulnerabilities
Goals and Learning Objectives
The Importance of Patching
Windows 7 - Auto Update
Windows 8 & 8.1 - Auto Update
Windows 10 - Auto Update
Windows - Criticality and Patch Tuesday
Windows 7, 8, 8.1 & 10 - Automate the pain away from patching
Linux - Debian - Patching
Mac - Patching
Firefox - Browser and extension updates
Chrome - Browser and extension updates
IE and Edge - Browser and extention updates
Auto updates - The Impact to privacy and anonymity

Section 8: Reducing Threat Privilege
Goals and Learning Objectives + Removing Privilege
Windows 7 - Not using admin
Windows 8 and 8.1 - Not using admin
Windows 10 - Not using admin

Section 9: Social Engineering and Social Media Offence and Defence
Goals and Learning Objectives
Information Disclosure and Identity Strategies for Social Media
Identify Verification and Registration
Behavioural Security Controls Against Social Threats (Phishing, Spam) Part 1
Behavioural Security Controls Against Social Threats (Phishing, Spam) Part 2
Technical Security Controls Against Social Threats (Phishing, Spam, Scam & Cons)

Section 10: Security Domains
Goals and Learning Objectives
Security Domains
۰ نظر موافقین ۰ مخالفین ۰ ۲۵ اسفند ۹۵ ، ۱۰:۵۶
سعید ایمانی

جاوا اسکریپت، پیاده سازی ECMA Script است (با تلفظ اکما اسکریپت) که به صورت مخفف به آن ES هم گفته می‌شود و ES 6، در حقیقت نگارش 6 این استاندارد است که به آن ECMA Script 2015 نیز می‌گویند (زمان نهایی شدن استاندارد آن سال 2015 است) و از زمان ارائه‌ی جاوا اسکریپت، بزرگترین تغییر و تحول آن نیز محسوب می‌گردد. با ES 6 مواردی مانند کلاس‌ها، برنامه نویسی تابعی (functional programming)، ماژول‌ها و غیره اضافه شده‌اند.


چرا باید ES 6 را آموخت؟ 

در طی 2 سال آینده، تمام فریم ورک‌های جدید جاوا اسکریپتی، از بوت استرپ 4 تا AngularJS 2 تا Aurelia و غیره، همگی به ES 6 کوچ خواهند کرد (و این اتفاق هم اکنون در حال رخ دادن است). بنابراین به زودی بدون فراگیری و تسلط بر ES 6، در حوزه‌ی وب، «بی‌سواد» محسوب خواهید شد و فراگیری آن یک «باید» است.


این فیلم محصول شرکت tutplus است 


دانلود رایگان فیلم TutPlus - JavaScript ES6 Fundamentals(حجم : 1 گیگا بایت)



۰ نظر موافقین ۰ مخالفین ۰ ۲۱ اسفند ۹۵ ، ۰۵:۱۲
سعید ایمانی

جاوا اسکریپت، پیاده سازی ECMA Script است (با تلفظ اکما اسکریپت) که به صورت مخفف به آن ES هم گفته می‌شود و ES 6، در حقیقت نگارش 6 این استاندارد است که به آن ECMA Script 2015 نیز می‌گویند (زمان نهایی شدن استاندارد آن سال 2015 است) و از زمان ارائه‌ی جاوا اسکریپت، بزرگترین تغییر و تحول آن نیز محسوب می‌گردد. با ES 6 مواردی مانند کلاس‌ها، برنامه نویسی تابعی (functional programming)، ماژول‌ها و غیره اضافه شده‌اند.



چرا باید ES 6 را آموخت؟ 

در طی 2 سال آینده، تمام فریم ورک‌های جدید جاوا اسکریپتی، از بوت استرپ 4 تا AngularJS 2 تا Aurelia و غیره، همگی به ES 6 کوچ خواهند کرد (و این اتفاق هم اکنون در حال رخ دادن است). بنابراین به زودی بدون فراگیری و تسلط بر ES 6، در حوزه‌ی وب، «بی‌سواد» محسوب خواهید شد و فراگیری آن یک «باید» است.




دانلود رایگان فیلم Udemy-The Full JavaScript ES6 Tutorial(حجم تقریبا 500مگ)

۰ نظر موافقین ۰ مخالفین ۰ ۲۱ اسفند ۹۵ ، ۰۵:۰۷
سعید ایمانی
۰ نظر موافقین ۰ مخالفین ۰ ۲۱ اسفند ۹۵ ، ۰۴:۳۹
سعید ایمانی
۰ نظر موافقین ۰ مخالفین ۰ ۲۱ اسفند ۹۵ ، ۰۴:۳۵
سعید ایمانی

توجه به اینکه واسط کاربر (User Interface به اختصار UI)، بخش دیدنی و قابل لمس یک ابزار است که کاربر مستقیماً با آن سر و کار دارد و امکان ارتباط بین کاربر و رایانه (نرم افزار، وب سایت و ...) را فراهم می‌ کنند، طراحی آن برای کاربرپسند بودن بسیار اهمیت دارد. در بحث طراحی وب (طراحی وب سایت)، رابط گرافیکی کاربری یک سایت، شامل نشان‌ها، پس زمینه‌ها، منوها و روش چیدمان و نشان دادن محتوای یک صفحه وب، و چگونگی ایجاد کلیدهایی برای جهت یابی (Navigation) کاربران، در صفحه‌های وب است.
در دوره آموزشی TutsPlus Flat UI Design and Development شما با طراحی و توسعه عناصر یک رابط کاربری فلت (تخت) برای صفحه وب سایت آشنا می شنوید.

عناوین آموزشی:
- مروری بر دوره آموزشی
- بهترین روش برای توسعه و طراحی UI
- آشنایی با اصول UI (طراحی، منابع لازم، تنظیمات و ...)
- کار با دکمه های در سایز های مختلف برای راط کاربری
- رابط کاری فرم
- طراحی منو ها
- طراحی تب ها در رابط کاربری
- ناوبری ساده
- جمع بندی

برای دانلود این فیلم اینجا رو کلیک کنید  

عنوان فیلم اموزشی : TutPlus - Flat UI Design and Development

زبان فیلم: انگلیسی روان

نظر فراموش نشه!

۱ نظر موافقین ۰ مخالفین ۰ ۲۰ اسفند ۹۵ ، ۰۳:۲۲
سعید ایمانی

فیلم اموزشی اموزش کامل entity framework را از لینک زیر دانلود کنید.این فیلم زبان اصلی و محصول شرکت یودمی است . با مشاهده این فیلم تسلط کامل به Entity framework  پیدا می کنید.




سر فصل های این فیلم در زیر آمده است.





:

Icon for folder [01 Introduction]
Icon for document filetype 002 About Me.mp4 (20.86 MB)
Icon for document filetype 001 About this Course.mp4 (12.70 MB)
Icon for document filetype 003 My Promise to You.mp4 (2.15 MB)
Icon for folder [02 Getting Started]
Icon for document filetype 004 Demo Database-First Workflow.mp4 (33.14 MB)
Icon for document filetype 005 Demo Code-First Workflow.mp4 (25.30 MB)
Icon for document filetype 006 Database-First or Code-First.mp4 (9.39 MB)
Icon for document filetype 001 Introduction.mp4 (5.17 MB)
Icon for document filetype 007 Summary.mp4 (5.04 MB)
Icon for document filetype 003 Workflows.mp4 (1.99 MB)
Icon for document filetype 002 What is Entity Framework.mp4 (1.58 MB)
Icon for folder [03 Building a Model using Database-First Workflow]
Icon for document filetype 006 Dealing with Database Changes.mp4 (38.54 MB)
Icon for document filetype 008 Function Imports.mp4 (27.24 MB)
Icon for document filetype 009 Working with Enums.mp4 (22.90 MB)
Icon for document filetype 003 A Quick Tour of EDMX Designer.mp4 (21.60 MB)
Icon for document filetype 007 Importing Stored Procedures.mp4 (19.16 MB)
Icon for document filetype 004 Uncovering the EDMX.mp4 (18.12 MB)
Icon for document filetype 005 Connection Strings.mp4 (12.45 MB)
Icon for document filetype 001 Introduction.mp4 (7.36 MB)
Icon for document filetype 002 Setting up the Database.mp4 (4.63 MB)
Icon for document filetype 010 Summary.mp4 (3.30 MB)
Icon for document filetype 001 Exercises.pdf (71.22 KB)
Icon for folder [04 Building a Model using Code-First Workflow]
Icon for document filetype 005 Migrations Adding a New Class.mp4 (38.16 MB)
Icon for document filetype 002 Code First with a New Database.mp4 (31.67 MB)
Icon for document filetype 010 Seeding Database.mp4 (30.00 MB)
Icon for document filetype 006 Migrations Modifying an Existing Class.mp4 (21.34 MB)
Icon for document filetype 003 Code First with an Existing Database.mp4 (17.61 MB)
Icon for document filetype 009 Migrations Downgrading a Database.mp4 (15.88 MB)
Icon for document filetype 004 Migrations Enabling Migrations.mp4 (15.02 MB)
Icon for document filetype 007 Migrations Deleting an Existing Class.mp4 (14.60 MB)
Icon for document filetype 008 Migrations Recovering from Mistakes.mp4 (6.81 MB)
Icon for document filetype 011 Summary.mp4 (5.21 MB)
Icon for document filetype 001 Introduction.mp4 (4.28 MB)
Icon for document filetype 001 Exercises.pdf (83.37 KB)
Icon for folder [05 Overriding Code-First Conventions]
Icon for document filetype 007 Demo Fluent API.mp4 (67.94 MB)
Icon for document filetype 009 Organizing Fluent API Configurations.mp4 (37.01 MB)
Icon for document filetype 004 Demo Data Annotations.mp4 (33.15 MB)
Icon for document filetype 002 Overriding Conventions.mp4 (23.97 MB)
Icon for document filetype 008 Demo Fluent API Advanced Configurations.mp4 (19.94 MB)
Icon for document filetype 006 Fluent API Relationships.mp4 (15.06 MB)
Icon for document filetype 003 Data Annotations.mp4 (11.68 MB)
Icon for document filetype 005 Fluent API Basics.mp4 (7.49 MB)
Icon for document filetype 010 Summary.mp4 (7.25 MB)
Icon for document filetype 001 Introduction.mp4 (4.77 MB)
Icon for document filetype 001 Exercises.pdf (85.17 KB)
Icon for folder [06 Querying Data using LINQ]
Icon for document filetype 005 LINQ Extension Methods.mp4 (65.02 MB)
Icon for document filetype 004 LINQ Syntax.mp4 (53.23 MB)
Icon for document filetype 008 IQueryable Explained.mp4 (29.63 MB)
Icon for document filetype 007 Deferred Execution.mp4 (29.41 MB)
Icon for document filetype 003 LINQ in Action.mp4 (27.37 MB)
Icon for document filetype 006 LINQ Extension Methods Additional Methods.mp4 (16.75 MB)
Icon for document filetype 002 Introduction to LINQ.mp4 (15.54 MB)
Icon for document filetype 009 Summary.mp4 (8.02 MB)
Icon for document filetype 001 Introduction.mp4 (3.25 MB)
Icon for document filetype 001 Exercises.pdf (76.39 KB)
Icon for folder [07 Loading Related Objects]
Icon for document filetype 005 Explicit Loading.mp4 (32.47 MB)
Icon for document filetype 002 Lazy Loading.mp4 (28.90 MB)
Icon for document filetype 004 Eager Loading.mp4 (18.35 MB)
Icon for document filetype 003 N 1 Problem.mp4 (17.34 MB)
Icon for document filetype 006 Summary.mp4 (9.20 MB)
Icon for document filetype 001 Introduction.mp4 (2.60 MB)
Icon for document filetype 001 Exercises.pdf (63.94 KB)
Icon for folder [08 Updating Data]
Icon for document filetype 007 LINQPad.mp4 (30.80 MB)
Icon for document filetype 005 Removing objects.mp4 (28.97 MB)
Icon for document filetype 003 Adding objects.mp4 (27.48 MB)
Icon for document filetype 006 Working with Change Tracker.mp4 (22.70 MB)
Icon for document filetype 004 Updating objects.mp4 (9.92 MB)
Icon for document filetype 001 Introduction.mp4 (5.92 MB)
Icon for document filetype 008 Summary.mp4 (3.81 MB)
Icon for document filetype 002 Overview of Changing Data.mp4 (2.29 MB)
Icon for document filetype 001 Exercises.pdf (77.35 KB)
Icon for folder [09 Using Entity Framework in Your Applications]
Icon for document filetype 003 Implementing the Repository Pattern.mp4 (40.24 MB)
Icon for document filetype 005 ASP.NET MVC Example.mp4 (35.94 MB)
Icon for document filetype 002 Repository Pattern.mp4 (29.44 MB)
Icon for document filetype 006 WPF Example.mp4 (24.12 MB)
Icon for document filetype 007 Summary.mp4 (12.89 MB)
Icon for document filetype 004 Structuring Your Applications.mp4 (6.75 MB)
Icon for document filetype 001 Introduction.mp4 (6.73 MB)
Icon for folder [10 Conclusion]
Icon for document filetype 001 Final Words.mp4 (1.40 MB)

۰ نظر موافقین ۰ مخالفین ۰ ۲۰ اسفند ۹۵ ، ۰۳:۱۰
سعید ایمانی