Quantcast
Channel: Download Training Course Video Tutorial Ebook Pdf Learning» PluralSight
Viewing all 125 articles
Browse latest View live

Using The Chrome Developer Tools ( Video Tutorial )

$
0
0

Using The Chrome Developer Tools

Using The Chrome Developer Tools

Level: Beginner | April 2013 | Duration: 2h 50m |  Trainer: John Sonmez | Compressed: 274 MB

Did you know that you can modify just about any part of a web page live in your browser? What about setting breakpoints that automatically trigger whenever an AJAX call is made, or whenever a specific element on a page is modified? You can do all this and more with the Chrome Developer Tools, and in this course I’ll show you how. If you’ve seen the Chrome Developer Tools, but just not had the time to really dig into them, or you get the feeling that you are only scratching the surface of what the Chrome Developer Tools can do, this course might be exactly what you need to take your web development abilities to the next level.

I’ve found that many web developers are only aware of the basic features of the Chrome Developer Tools, so I’ve structured this course to go over just about every inch of the tools and explain clearly what they do and how you can use them. In this course we’ll cover every one of the 8 panels that exist in the Chrome Developer Tools toolbar. We’ll start off by going over the function of the console, giving you the ability to modify javascript objects interactively on the page, debug issues and add helpful log messages with ease.

Then, we’ll take a trip to the elements panel where we’ll be seeing how to modify HTML and CSS styles and see the effects immediately displayed on the page. After that, we’ll check out the network panel and how to find out exactly what resources our pages are getting from the network, how long it is taking to get them, and what order all of this is happening in. Then, we’ll head over to the sources panel and unveil the powerful built-in javascript debugging capabilities that Chrome has out of the box. (You won’t want to miss this part.)

We’ll follow up with a quick review of the audits panel to see how it can give us some handy optimization tips for our pages. Then we’ll dig into the timeline panel where we’ll learn how to figure out exactly what is happening when a page is being displayed and how to optimize our pages to ensure the animation is never choppy. Finally, we’ll wrap things up by seeing how the profiles panel can help us quickly identify performance problems with javascript or CSS selectors and also let us see into the scary realm of javascript memory management.

.

Overview and Console 00:35:03
Introduction 00:39
Who This Course Is For 00:53
Course Overview 01:06
What Are The Chrome Dev Tools? 01:15
Opening The Dev Tools 01:16
Panel Overview 01:44
The Console 00:53
Opening The Console 00:50
Console Logging 00:36
Project Setup 01:11
Using Logging 02:41
Filtering 01:28
Using Assert 01:09
Grouping And Formatting 00:28
Using Grouping 02:48
Using Formatting 02:34
Logging Objects 01:32
Timing 01:19
Debugger 01:28
Command Line API 00:41
Javascript Expressions 02:14
Selectors 00:51
Using The $ Selector 01:25
Inspecting 01:21
Monitoring Events 02:03
Up Next 00:38
Elements Panel 00:33:24
Introduction 00:35
View, Edit, Reload 00:36
The Solution 00:39
Elements Panel Overview 00:57
Using Inspect Element 01:22
Adding And Editing 02:31
Moving And Deleting 00:53
Inspect Mode 01:01
Recently Selected 01:22
Styles 00:26
Examining Styles 02:15
Computed Styles 01:50
Enabling And Disabling 01:12
Editing And Adding 01:20
Pseudostate Styles 02:17
Box Model 00:30
Editing The Box Model 02:51
Editing Properties 01:06
DOM Breakpoints 02:52
Event Listeners 01:28
Searching 01:20
Saving Modifications 03:24
Up Next 00:37
Resources And Network Panels 00:30:59
Introduction 00:52
Resources Panel Overview 00:37
Modified JavaScript Files 01:25
Chrome Version 00:51
Frames 02:43
Web SQL 02:19
Indexed DB 03:13
Local and Session Storage 01:45
Cookies 02:28
Application Cache 01:45
Network Panel Overview 00:34
Reading The Timeline 04:20
More Advanced Timeline 03:38
Sorting The Timeline 02:03
Request Data 01:36
Up Next 00:50
Resources And Network Panels 00:27:50
Introduction 00:48
Sources Panel Overview 00:52
Viewing Sources 02:16
Modifying The Scripts 02:03
Basic Debugging 03:08
Watch Expressions 01:19
Scope Variables 01:16
Conditional Breakpoints 02:31
Caught Exceptions 01:25
Uncaught Exceptions 01:05
XHR Breakpoints 02:14
Event Listener Breakpoints 02:18
Web Workers 02:55
Audit Panel Overview 00:34
Running An Audit 02:18
Up Next 00:48
Timeline And Profiles Panels 00:42:56
Introduction 00:45
Timeline Panel Overview 01:05
Recording a Timeline 01:28
Events View – Top Bar 01:43
Events View – Records 05:12
Frames View 05:59
Memory View – Top Frame 02:17
Memory View – Counters 00:59
Troubleshooting Slow JavaScript 03:31
Marking The Timeline 02:17
Profiles Panel Overview 00:52
CPU Profiles 03:25
CSS Selector Profiles 02:44
Memory Overview 01:11
Memory Snapshotting 05:12
Comparing Snapshots 03:25
The End 00:51

.

.

If you’ve been waiting for the right time to really dig into the Chrome Developer Tools and see what all they can do, that time has come!

.

Download

 

Mirror

47 total views, no views today

Share


Unit Testing with MSTest (Pluralsight)

$
0
0

Unit Testing with MSTest (Pluralsight)

Unit Testing with MSTest

Level: Intermediate | April 2011 | Duration: 3h  4m | Trainer: Phani Tipparaju | Compressed: 550 MB

In this course you will be learning about using Microsoft Visual Studio Unit Testing features. We will cover understanding unit testing basics, asserts and testing lifecycle, web performance tests, generic tests, ordered tests, WebServiceHelper and TestConfigurationSection.

Contents:

01 Introduction to Microsoft Unit Testing Framework

01 Introduction
02 Why Unit Testing Framework?
03 Hello VS Unit Testing Framework
04 Demo- Writing Your First Unit Test
05 Arrange-Act-Assert
06 Managing Unit Tests in VS
07 Demo- Managing Unit Tests in VS
08 Configuring Test Runs
09 Demo- Configuring Test Runs
10 Debugging Unit Tests
11 Demo- Debugging Unit Tests
12 Generating Unit Test using VS
13 Demo- Generating Unit Tests in VS
14 Executing Unit Tests from CMD line
15 Demo- Executing Unit Tests from CMD line
16 Summary

02 Asserts and Testing Lifecycle

01 Introduction
02 Initialization and Cleanup of Resources
03 Initialize and Cleanup at Test Level
04 Demo- Test Initialization and Cleanup
05 Initialize and Cleanup at Class Level
06 Demo- Class Initialization and Cleanup
07 Initialize and Cleanup at Assembly Level
08 Demo- Assembly Initialization and Cleanup
09 Asserting the Facts
10 Demo- Assert, Assert, and Assert
11 Test Context
12 Demo- TestContext
13 Driving Tests with External Data
14 Demo- Drive Your Tests With External Data
15 Summary

03 Types of Tests

01 Introduction
02 Testing Web Applications
03 Process of Web Testing
04 Demo- Adding Web Test to Test Project
05 Web Test Run: Browser Relationship When Web Test is Run
06 Parameterizaton of Web Servers
07 Demo- Parameterizing Web Server
08 Demo- Extraction Rules
09 Understanding Extraction Rules
10 Understanding Validation Rules
11 Demo- Validation Rules
12 Understanding Dynamic Parameters
13 Demo- Dynamic Parameters
14 Data Binding
15 Demo- Data Binding
16 Coded Web Tests
17 Demo- Coded Web Tests
18 Summary

04 Miscellaneous Unit Test Features

01 Introduction
02 Ordered Tests
03 Demo- Ordered Tests
04 Generic Tests
05 Demo- Generic Tests
06 Unit Test Attributes
07 Demo- Unit Test Attributes
08 Unit Test Attributes
09 Demo- Unit Test Attributes
10 Unit Test Attributes
11 Demo- Unit Test Attributes
12 Testing Web Services Hosted on ASPnet Dev Server
13 Demo- Testing Web Services Hosted on ASPnet Dev Server
14 Understanding TestConfigurationSection
15 Demo- TestConfigurationSection
16 Summary

.

About Trainer: Phani Tipparaju

Phani Tipparaju is a Consulting Architect and co-founder of BrainScale consulting where he focuses on helping various customers with their architecture, design efforts and mentoring of developers.

.

Download

Mirror

Notice

Get a monthly premium account on Uploaded.net for best downloading & support us!
uploaded

61 total views, no views today

Share

C# Events, Delegates and Lambdas (Pluralsight)

$
0
0

C# Events, Delegates and Lambdas (Pluralsight)

C# Events, Delegates and Lambdas

Level: Beginner | April 2013 | Duration: 2h 17m | Trainer: Dan Wahlin | Compressed: 207 MB

Events, delegates and lambdas play an important role in the .NET framework, but can be difficult to understand when developers first get started with the C# language. If you’re interested in gaining a more thorough understanding of how these C# technologies work, then you’re in the right place ! This course focuses solely on events, delegates and lambdas and provides insight into how they can be used in your .NET applications using the C# language.

Contents:

The Role of Events, Delegates and Event Handlers

Course Introduction
Introduction
The Role of Events
The Role of Delegates
The Role of Event Handlers
Demo: Events, Delegates and EventHandlers in Action
Summary

Creating Delegates, Events and EventArgs

Introduction
Creating a Delegate
Demo: Creating a Custom Delegate
Demo: Adding Multiple Delegates to an Invocation List
Demo: Returning a Value Using a Delegate
Defining an Event
Demo: Defining Events
Raising Events
Demo: Raising Events
Creating an EventArgs Class
Demo: Creating an EventArgs Class
Summary

Handling Events

Introduction
Instantiating Delegates and Handling Events
Demo: Instantiating Delegates and Handling Events
Delegate Inference
Demo: Using Delegate Inference
Using Anonymous Methods
Demo: Using Anonymous Methods
Summary

Lambdas, Action<T> and Func<T,TResult>

Introduction
Lambdas and Delegates
Demo: Getting Started with Lambdas
Demo: Using Lambdas with Custom Delegates
Using Action<T>
Demo: Using Action<T>
Using Func<T,TResult>
Demo: Using Func<T,TResult>
Demo: Using Lambdas and Func<T,TResult> to Query Objects
Summary

.

Dan Wahlin

Dan Wahlin founded The Wahlin Group (http://www.TheWahlinGroup.com) which specializes in ASP.NET, jQuery, Silverlight, and SharePoint consulting. He is a Microsoft Regional Director and has been awarded Microsoft’s MVP award for ASP.NET, Connected Systems and Silverlight.

.

Download

 

Mirror

66 total views, 1 views today

Share

Pluralsight: Spring with JPA and Hibernate 2013

$
0
0

Pluralsight: Spring with JPA and Hibernate 2013

Pluralsight: Spring with JPA and Hibernate

Level: Intermediate | Duration: 4h 57m | April 2013 | Trainer: Bryan Hansen | Compressed: 500MB

This course walks through developing applications using Spring with JPA and Hibernate. There is a scaffold application using Spring MVC. The material will be developed using Eclipse/Spring STS and all downloads will be done using Maven.

Bryan Hansen

Bryan is the Java Practice Manager of Software Technology Group a consulting company based out of Salt Lake City.

Contents:

Spring, the Java Persistence API (JPA), and Hibernate
Course Overview
What is Spring?
History of Spring
What is JPA?
History of JPA
The Problem
The Solution
Summary

Download and Walkthrough of the Spring MVC Java App

Introduction
What are we building?
Prerequisites
Downloading the Scaffold App
Download App Demo
What’s Inside Our Download?
Spring MVC Demo Walkthrough
Spring MVC Recap
Summary

Architecture walkthrough of a Spring JPA / Hibernate Application

Introduction
Architecture
MVC Design Pattern
Tiers
Components
Controller
Service
Repository
Summary

Recap of Spring concepts that are used in this course

Introduction
Overview of Spring
Types of Injection
Setter Injection
Setter Pojo
Controller
Service
Constructor POJO
Constructor Injection using XML
Autowiring Constructors
Context Files
Summary

Configuration of Spring and JPA for development

Introduction
Configuration Problems
Database Overview
Database Install Demo
Adding Jars with Maven
Maven Demo
persistence.xml
persistence.xml Demo
web.xml
web.xml Demo
jpaContext.xml
jpaContext.xml Demo
Entity Manager Factory
Entity Manager Factory Demo
Transaction Overview
Transaction Configuration Demo
Datasource
Datasource Demo
Demo Recap
Summary

Overview of JPA and creating your first entity

Introduction
Why Use JPA?
What Is JPA?
JPA Providers
Hibernate Influence
What Is An Entity?
JPA Properties Configuration.xml
Entity and JPA Config Demo
Summary

JPA Annotations and how to use them

Introduction
Annotation Config
Annotation An Entity
Table Annotation Demo
Column Annotation
Column Annotation Demo
How Do We Start Using It?
Service Configuration Demo
Repository Configuration Demo
End-to-end Demo
Join Types
One-to-many
Annotating The Exercise Object Demo
One-to-many Demo
Many-to-one Demo
Fetch Types
JPQL
JPQL Demo
OpenEntityManagerInViewFilter
Lazy Initialization Fix Demo
Projection
Projection Demo
Named Queries
Named Queries Demo
Summary

How to configure and use Spring Data JPA

Introduction
Spring Data JPA Overview
Create VS Update
Create VS Update Demo
What Is Spring Data JPA?
Spring Data JPA Dependencies
Maven Dependencies Demo
Jpa Namespace
Jpa Namespace Demo
Exercise Repo Upgrade
Exercise Repo Upgrade Demo
Goal Repo Upgrade
Goal Repo Upgrade Demo
Summary

.

Download

 

Mirror

 

Notice

Get a monthly premium account on Uploaded.net for best downloading & support us!
uploaded

 

56 total views, 1 views today

Share

Building Your First Game For Android And The PC Using Java

$
0
0

Building Your First Game For Android And The PC Using Java

Building Your First Game For Android And The PC Using Java

Level: Beginner | Duration: 3h  4m | April 2013 | Trainer: John Sonmez | Compressed: 331 MB

Have you always dreamed of creating your own Android game, but didn’t know where to get started? Do you want to learn about Android game programming in a fun and entertaining way, while being insulted by a cranky Space Academy Major? Perhaps you should enroll in the Pluralsight Space Academy. In this course, you will take on the role of a cadet in the illustrious Pluralsight Space Academy. Our drill instructors and teaching staff will school you in game mechanics as they verbally “encourage” you in this fast paced Android game programing course. This course will take you through the process of creating a space shooter game in Android step by step using the popular libGDX library.

This course is course 4 in the 4 part series on beginning Android development, so this course will assume you already know some Java, but because this course uses a cross platform game library, knowing much about Android is not required. Even if you haven’t watched the other 3 courses in this series, you can still watch this course and learn how to create an Android game in Java. So, are you up for the challenge cadet?

Are you ready to face the evil Nullapointers in space combat? Do you think you can hack it at the Pluralsight Space Academy?

Contents:

Preparing For Our Journey

Introduction
Welcome To The Pluralsight Space Academy
Campaign Briefing
Mission Objectives
Briefing: Elements Of A Game
Briefing: Game Engines
Briefing: libGDX
Mission 1: Getting Your Gear
Mission 2: Gearing Up
Briefing: Space Academy Emulators
Mission 3: Start Your Emulators
Mission 3: System Check
Mission 3: All Systems Go
Debriefing

A Hero Rises Up

Mission Objectives
Waypoints
Briefing: Textures And Sprites
Briefing: Project Layout
Briefing: Project Layout 2
Mission 1: Background
Mission 1: Creating a Background
Mission 1: Background Cleanup
Mission 1: Drawing The Background
Mission 2: Spaceship
Briefing: Coordinate Systems
Mission 2: Drawing The Ship
Mission 2: Positioning The Ship
Transparency Tips
Briefing: Animation
Mission 3: Animation
Creating The AnimatedSprite Class
AnimatedSprite Explanation
Animating The Ship
Fixing The Position
Debriefing

Thrusters Activated

Introduction (By NBop)
Mission Objectives
Waypoints
Briefing: Touch Input
Mission 1: Touch Input
Briefing: Velocity
Mission 2: Moving
Mission 2: Getting The Ship Position
Mission 2: Moving The Ship
Mission 2: Testing Moving
Briefing: Boundaries
Mission 3: Boundaries
Mission 3: Refactoring Screen Size
Debriefing

Weapon Systems Online

Introduction
Mission Objectives
Waypoints
Mission 1: Shot Design
Mission 1: Creating The Spritesheet
Briefing: Shot Manager
Mission 2: Firing A Shot
Mission 2: Managing The Shot
Mission 2: Updating Shot Positions
Mission 2: Drawing The Shots
Briefing: Throttling
Mission 2: Throttling The Shots
Mission 2: Fixing Touch
Mission 2: Cleaning Up Shots
Briefing: Music And Sounds
Mission 3: Sound
Mission 3: Adding Music
Debriefing

Space Aliens Invade

Introduction
Mission Objectives
Waypoints
Mission 1: Enemy
Mission 1: Creating The Enemy Class
Mission 1: Spawning The Enemy
Mission 1: Drawing The Enemy
Briefing: AI
Mission 2: AI
Mission 2: Making The Enemy Move
Mission 2: Changing Directions
Mission 2: When To Shoot
Mission 2: Creating Enemy Shots
Mission 2: Drawing Enemy Shots
Briefing: Collisions
Mission 3: Collisions
Mission 3: Creating The Collision Manager
Mission 3: Bounding Boxes
Mission 3: Checking For Enemy Shots
Mission 3: Killing The Enemy
Mission 3: Detecting Player Death
Congratulations From Admiral Onion
Debriefing
Next Steps

Even if you have no interest in Android, you can still watch the course and build a Java based cross platform game.

.

Download

Mirror


Notice

Get a monthly premium account on Uploaded.net for best downloading & support us!
uploaded

71 total views, 2 views today

Share

Underscore.js Fundamentals 2013

$
0
0

Underscore.js Fundamentals

Underscore.js Fundamentals

Level: Intermediate | Duration: 2h 53m | May 2013 | Trainer: Craig Shoemaker | Compressed: 231 MB

Learn Underscore.js by focusing on each of the Underscore functions to learn to manipulate and control javascript collections, arrays, objects and functions. See how Underscore can significantly improve the performance of your code and how to the functional nature of the library can help make your code more expressive and easier to read. The last module of the course demonstrates how to use Underscore in an integration exercise to create aggregations, data manipulations, integrate with a ViewModel and extend the library to add your own functionality.

Introduction 00:11:19
_____________________________________

Introduction 00:45
Why Underscore.js? 01:57
What is Underscore.js? 04:37
Supported Environments and Libraries 01:50
How to get Underscore.js 01:21
Summary 00:49

Collections  00:43:14
________________________________
Introduction
05:10
Map
03:10
Reduce
03:59
ReduceRight
01:13
Find
02:22
Filter
01:38
Where
01:28
FindWhere
00:48
Reject
00:50
Every
03:47
Some
02:04
Contains
00:57
Invoke
01:42
Pluck
00:43
Max and Min
00:54
SortBy
02:00
GroupBy
03:10
CountBy
01:57
Shuffle
02:09
ToArray
02:15
Size
00:39
Summary
00:19

Arrays  00:17:09
_____________________________________
Introduction, First,Iinitial, Last and Rest
01:24
Compact
00:50
Flatten
01:56
Without, Union, Intersection and Difference
04:24
Zip
01:34
Object
00:46
IndexOf, LastIndexOf and SortedIndexOf
05:03
Range
00:51
Summary
00:21

Functions 00:18:24
___________________________________

Introduction
00:31
Bind and BindAll
05:43
Partial
01:39
Delay, Defer and Throttle
02:05
Debounce
01:35
Once and After
01:31
Wrap
02:36
Compose
02:27
Summary
00:17

Chaining and Objects  00:27:24
_______________________________________

Introduction
00:27
Using the Object Oriented Approach
01:12
Chain and Tap
05:36
Keys, Values, Pairs and Invert
02:06
Functions
00:31
Extend, Pick, Omit and Defaults
03:09
Clone
01:38
Has
01:34
IsEqual
01:45
Is* Functions
09:04
Summary
00:22

Utilities  00:23:40
_______________________________________

Introduction
00:26
NoConflict
01:00
Identity
01:31
Times and Random
01:32
Mixin
01:51
UniqueId
00:41
Escape and Unescape
01:10
Result
01:07
Template: Part 1
03:24
Template: Part 2
02:56
Template: Part 3
07:39
Summary
. 00:23

Underscore by Example  00:31:56
_______________________________________
Introduction
02:10
Markup Overview
01:56
MockJSON Intro
02:28
MockJSON Customizations
01:49
Mixins
00:55
Data Module: Overview
00:54
Data Module: Months
01:33
Data Module: Properties
02:51
Data Module: Aggregations
02:22
ViewModel: Summary Table
06:36
ViewModel: Render Properties
02:13
ViewModel: City, County and Quick Facts
01:23
ViewModel: Process Elements
01:21
ViewModel: Filter and Clear Filter
01:23
ViewModel: Send to Buttons
01:23
Summary
00:39

.

Download

Mirror

107 total views, no views today

Share

Raspberry Pi for Developers Tutorials – PluralSight

$
0
0

Raspberry Pi for Developers Tutorials - PluralSight

Duration: 2h 24m | Level: Intermediate | exercise included | Compressed to 312 MB

Raspberry Pi is a low-cost computing platform that provides a way to building interesting applications using common programming languages. It also opens up the possibility of interesting hardware scenarios as well. This course will cover the basics of what you need to get up and running with the Raspberry Pi. May 2013

Contents:

Introduction to Raspberry Pi

00:29:25

Introduction

03:26

Hardware and Software

04:59

Programming

07:27

Getting Set Up

05:35

Demo: Intro to Raspberry Pi

06:52

Summary

01:06

Programming the Raspberry Pi

00:37:30

Introduction

00:12

Programming Choices

03:10

Python Basics

12:50

Demo: Python

06:23

Python and Raspberry Pi

00:58

Python GUI

00:42

Demo: Python GUI

08:58

Other languages

03:14

Summary

01:03

Raspberry Pi and Hardware

00:31:17

Introduction

03:35

GPIO

03:15

Using a Breadboard

01:40

Using Bash

01:24

From Python

00:52

Demo: Hardware

05:11

Raspberry Pi and Arduino

06:27

Demo: Pi with Arduino

08:08

Summary

00:45

Raspberry Pi as a Web Server

00:26:32

Introduction

02:38

Serving Up Static Files

01:42

Demo: nginx

02:43

Dynamic Content

01:39

Demo:Python

09:11

Node.js

01:32

Demo: Node.js

06:50

Summary

00:17

Raspberry Pi as a DVR

00:19:57

Introduction

00:53

Getting XBMC

01:37

XBMC Add-ons

04:53

Demo: Building an XBMC Add-on

12:25

Summary

00:09

.

Trainer: Jon Flanders

.

Download

 

Mirror

59 total views, 19 views today

Share

Pluralsight – Learn How to Program with C++

$
0
0
Pluralsight 3
Pluralsight – Learn How to Program with C++
English | .MP4 | h264, yuv420p, 1024×768, 464 kb/s, 1000.00 fp | aac, 44100 Hz, 127 kb/s | 1.08 GB
Genre: eLearning

If you’ve never programmed before, and you think you’d like to learn C++, why not learn it first? This course covers what you need to start writing real applications in C++.
C++ has a reputation for being a very difficult language to learn, and to use well. Changes to the language and the library that accompanies it have changed that. Beginners can now learn C++ and write real applications. In this course you’ll learn the important parts of C++ 11 syntax, get an introduction to the most useful parts of the Standard Library, and be challenged to write applications yourself in addition to watching someone else write and explain code.

Learn How to Program with C++


http://uploaded.net/file/pl9f90su
http://rapidgator.net/file/99ac16ed6e723378521a539d6b5f8a6d
http://cloudzer.net/file/cug0dqf8/

The post Pluralsight – Learn How to Program with C++ appeared first on Downloadable Training Courses Certification Training Tutorial.


Pluralsight – Windows Azure Mobile Services

$
0
0
Pluralsight 3
Pluralsight – Windows Azure Mobile Services
English | .MP4 | h264, yuv420p, 1024×768, 464 kb/s, 1000.00 fp | aac, 44100 Hz, 127 kb/s | 1.44 GB
Genre: eLearning

This course provides all the information you need to build Azure Mobile services and clients on any platform.
In this course you will learn about all the features of Windows Azure Mobile Services including data, custom APIs, identity, push notifications, and management. You will also learn how to use all the client SDKs on all of the supported platforms (Android, IOS, Windows 8, Windows Phone, and HTML.Windows Azure Mobile Services 0


http://uploaded.net/file/3d16krvm
http://rapidgator.net/file/162474b463ad5a2f6b6b7d59d0c9ba00
http://cloudzer.net/file/iclnb01u

The post Pluralsight – Windows Azure Mobile Services appeared first on Downloadable Training Courses Certification Training Tutorial.

Debugging Chronicles I , II and III

$
0
0

Debugging Chronicles I , II and III

3 tutorial packs in ONE pack | debugging Chronicles 1 , 2 , 3 | Pluralsight | compressed to 684 MB

We’ll investigate Windows Services as well as a range of problems (crashing, memory and performance related) in a problematic library system that utilizes WCF running under IIS.

the author is Mario Hewardt : perfect in Advanced Windows Debugging and Advanced .NET Debugging.

.

Download all in one tutorial packs about Debugging chronicles :

Mirror

The post Debugging Chronicles I , II and III appeared first on Downloadable Training Courses Certification Training Tutorial.

CSS3 From Scratch Video Tutorials [Pluralsight]

$
0
0

CSS3 From Scratch Video Tutorials [Pluralsight]

Duration: 1h 38m | July 2013 | Level: Beginner | compressed to 301 MB

Style Sheets
Introduction
Your First Style Sheet
Selectors Introduction
Selectors
Nested Tags Introduction
Nested Tags
Pseudoclass Introduction
Pseudo Classes
Summary

Inheritance and Cascading
Introduction
Inheritance
Specificity Introduction
Specificity
Summary

Application to the Page
Introduction
Fonts
Web Fonts
Jazzing Text Introduction
Jazzing Up Text
Margins Introduction
Margins
Summary

Page Layout
Introduction
Layout
Layout Summary

Nav Bars
Introduction
NavBars
Summary

.

Download CSS3 Training Video

Mirror

 

The post CSS3 From Scratch Video Tutorials [Pluralsight] appeared first on Downloadable Training Courses Certification Training Tutorial.

Creating High Traffic profitable Blog [PluralSight]

$
0
0

Creating High Traffic profitable Blog [PluralSight]

7x  PDF + 67x  Mp4  /  Duration: 1h 40m | July 2013 | Level: Intermediate | compressed to 207 MB

Learn techniques and tricks for building a popular , high traffic  and profitable blog. Everybody can write, and everybody can build a blog. But not everyone can make their blog a popular point of reference for their subject matter. In this training course, we discuss the essential elements to bringing quality content to the masses, making it popular, and monetizing your effort.

Techniques to Engage Blog Readers

Social Media – Social Sharing and Social Networking

Search Engine Optimization (SEO)

Monetizing a Blog

.

Download creating high traffic blog tutorials

Mirror

The post Creating High Traffic profitable Blog [PluralSight] appeared first on Downloadable Training Courses Certification Training Tutorial.

The Eclipse Guided Tour – Part 1 [pluralsight]

$
0
0

The Eclipse Guided Tour - Part 1 [pluralsight]

ISO | Duration: 4h 21m | August 2013 | Level: Intermediate | compressed to 973 MB

This course is aimed at developers new to Eclipse AND for those that have already used Eclipse but haven’t explored the full power of the IDE. Once you finish the course you’ll be coding more and typing less. This training course will guide you through leveraging the power of Eclipse and getting productive quickly.

Getting Started
Eclipse Workbench Overview
Project/Package Explorer In Depth
Editing Code
Customizing Eclipse
Code Navigation
Advanced Navigation and Searching
Leveraging The IDE

.

Download Eclipse Tutorial

Mirror

The post The Eclipse Guided Tour – Part 1 [pluralsight] appeared first on Downloadable Training Courses Certification Training Tutorial.

ASP.NET Web Services tutorials [PluralSight]

$
0
0

ASP.NET Web Services tutorials [PluralSight]

81x Mp4 Video Tutorial / Duration: 2h 57m | July 2013 | Level: Intermediate | compressed to 667 MB

In this training course you will learn how to migrate that web services to newer technologies like WCF and Web API. We’ll start off by talking about the technology and learning about how ASP.NET Web Services work. Then, we’ll dive in and create our own simple ASP.NET Web Service and learn about how the technology works.

we’ll learn how to use .NET’s proxy generating utilities to create a consumer for our web service without writing much code. After that, we’ll learn how to use ASP.NET Web Service in an existing ASP.NET application to provide AJAX functionality and even see how we can embed service methods in ASPX page.

.

Download Asp.net  Tutorial

Mirror

The post ASP.NET Web Services tutorials [PluralSight] appeared first on Downloadable Training Courses Certification Training Tutorial.

C# Tips and Traps [PluralSight]

$
0
0

C# Tips and Traps [PluralSight]

58x Video Tutorial / Duration: 3h 57m | August 2013 | Level: Intermediate | compressed to 350 MB

This course is designed to short-circuit your C# learning and provides a whole host of useful information about the sometimes under-used or unknown features of both the C# language and the .Net framework. + exercise files

Tutorials subjects :

Customize debugger display values
Control the display of members in the debugger
The null-coalescing operator
The danger of virtual method calls from constructors
The caller information attributes
Partial types and methods
Runtime conversions with Convert.ChangeType
Expose internal types and members to friend assemblies

Simplifying string empty and null checking code
Time zones and using DateTime.MinValue to represent null dates
Conditional compilation and emitting compiler warnings and errors
Testing char Unicode validity
Changing the current thread’s culture at runtime
Creating random numbers
Using Tuples to reduce code
Forcing reference equality comparisons
Don’t change an object’s hashcode after adding to a dictionary
Creating and using combinable enums

Conditional formatting for positive, negative, and zero numbers
Marking code as obsolete
Avoiding re-evaluation of LINQ queries
Launching arbitrary programs and capturing their output
Static Array Methods
Copying, atomic cloning, and resizing of arrays
Initializing multidimensional rectangular and jagged arrays
Preserving your stacktrace when rethrowing exceptions

Parsing numeric types with the NumberStyles enumeration
Preventing ambiguous DateTime parsing
Avoiding DateTime misparsing with culture-independent strings
Parsing DateTimes with the DateTimeStyles enumeration
Converting base types to byte arrays
as or cast?
Exiting loops early
Binary compatibility with optional parameters

Replacing temporary collections with yield
Creating type namespace aliases and resolving external collisions
Representing arbitrarily large integer values
Creating and using custom format providers

Conditionally executing methods based on compilation symbols
The conditional operator
Make working with paths easier
Formatting and aligning values into columns
Specify methods that take an arbitrary number of arguments
Simplify constructor overloads
Finding out information about the current system and platform
Using indexers in your own classes

.

Download C# Tricks :

Important!

http://u19641041.letitbit.net/download/14349.1211dfc078ef3019de66768be9a8/C__Tips_and_Traps.part1.rar.html

http://u19641041.letitbit.net/download/81231.89d56bfcb33bab8a545c26ad5458/C__Tips_and_Traps.part2.rar.html

Mirror

Important!

http://uploaded.net/file/cpofbcg0/C%23%20Tips%20and%20Traps.part1.rar

http://uploaded.net/file/ujzzwjgb/C%23%20Tips%20and%20Traps.part2.rar

.

The post C# Tips and Traps [PluralSight] appeared first on Downloadable Training Courses Certification Training Tutorial.


Hack Yourself First to secure your website

$
0
0

Hack Yourself First to secure your website

90x Video Tutorials / total length : 9.5 Hours | 2013 | intermediate level | compressed to 1.75 GB

look at security from the view of the attacker in that their entry point is typically the browser. They have a website they want to probe for security risks, this is how they go about it.Tutorials are about :

Transport Layer Protection , Account Management , Internal Implementation Disclosure , SQL Injection , Cross Site Scripting (XSS) ,
Parameter Tampering , Cross Site Attacks , Cookies .

.

Download white hackers guide :

Important!

http://uploaded.net/file/lwfdx2ld/Hack%20Yourself%20First.part1.rar

http://uploaded.net/file/rxax6qrl/Hack%20Yourself%20First.part2.rar

http://uploaded.net/file/3mlpip6j/Hack%20Yourself%20First.part3.rar

http://uploaded.net/file/58k12fa0/Hack%20Yourself%20First.part4.rar

Mirror

Important!

http://u19641041.letitbit.net/download/83606.884eb7144926ef66e3e2971b1bb8/Hack_Yourself_First.part1.rar.html

http://u19641041.letitbit.net/download/29625.2f631b81dd9f9b1e28ad4479c1ef/Hack_Yourself_First.part2.rar.html

http://u19641041.letitbit.net/download/33475.3e84790bdeddb7f566513e5d81ca/Hack_Yourself_First.part3.rar.html

http://u19641041.letitbit.net/download/75169.77af25abca70a656992b9978d6b4/Hack_Yourself_First.part4.rar.html

The post Hack Yourself First to secure your website appeared first on Downloadable Training Courses Certification Training Tutorial.

How To Be a Better Programmer – video tutorials

$
0
0

How To Be a Better Programmer - video tutorials

ISO | total length: 1.5 Hours | August 2013 | Pluralsight | compressed to 226 MB

In this course we’ll learn how to create a personal development plan with attainable goals also how to create a culture of continuous learning in the workplace and how to persuade an employer to encourage learning.

This course is designed to help you become a better developer by giving you specific tips, tricks, and strategies to help you improve your software skills.

Download  training course :

Important!

http://u19641041.letitbit.net/download/67405.696d0f2803279fd380dd92b5f4fc/Being.A.Better.Programmer.rar.html

Mirror

Important!

http://uploaded.net/file/a2xdoqtc/Being.A.Better.Programmer.rar

The post How To Be a Better Programmer – video tutorials appeared first on Downloadable Training Courses Certification Training Tutorial.

SQL Server Correcting Database Corruption – tutorial

$
0
0

SQL Server Correcting Database Corruption

Pluralsight Video Training intermediate level | length ~ 4 Hours | 630 MB

This training course will show you what you need to know to detect and recover from most cases of database corruption.
You’ll learn how to configure SQL Server to automatically detect when I/O errors occur, what consistency checks are, the DBCC commands to use to perform consistency checks, and how to configure SQL Server to perform consistency checks regularly. The course then moves on to interpreting the output from consistency checks so you’ll know when you have corruption in your environment, plus whether and how the corruption limits your recovery options or not.

The course starts by explaining why timely corruption detection is so important, and then investigates the various causes of database corruption.

.

Topics:

Database Repair Techniques
Causes of Database Corruption
Interpreting DBCC CHECKDB Output
Detecting Page Corruption
DatabaseRestore Techniques
DBCC CHECKDB

.

Download sql server correcting techniques :

 

Important!

http://u19641041.letitbit.net/download/82266.8e2473ab3b9079b5397c17744f94/SQL_SERVER.CORRECTING_DATABASE.part1.rar.html

http://u19641041.letitbit.net/download/57203.5e0152285cd94ff9b41dbdbd9a2d/SQL_SERVER.CORRECTING_DATABASE.part2.rar.html

http://u19641041.letitbit.net/download/64821.6f01531f2efd1a1a183b9ad70792/SQL_SERVER.CORRECTING_DATABASE.part3.rar.html

 

Mirror

Important!

http://ul.to/ooqspgt4

http://ul.to/42yijzca

http://ul.to/hz8llx16

 

 

The post SQL Server Correcting Database Corruption – tutorial appeared first on Downloadable Training Courses Certification Training Tutorial.

Active Directory Programming Tutorials

$
0
0

Active Directory Programming Tutorials

PluralSight Course | total length: 1.6 Hours | intermediate level | 2013 | Video Training | 291 MB

topics include :

System.DirectoryServices

System.DirectoryServices Classes
Binding to LDAP
Create , delete and find Objects
Advanced Searches
Object Properties
Set Users Passwords

S.DS.AccountManagement

S.DS.AccountManagement Classes
Binding to AD
Advanced Searches
Extending S.DS.AM Classes
Set Users Passwords

PowerShell AD Module

Active Directory Module Cmdlets
Modifying Group Membership

Performance Optimizations

Search Optimizations
GUID Binding
Global Catalog Searches
Attribute Scoped Queries
Connection Pooling

LDAP Authentication
Authenticating with System.DirectoryServices
Authenticating with S.DS.AccountManagement
Authenticating with ASP.net

.

Download  AD programming tutorials :

Important!

http://ul.to/zmicdwiv

Mirror

Important!

http://u19641041.letitbit.net/download/70788.76776a1e0d19772b905d0c07da91/ACTIVE.DIRECTORY.PROGRAMMING.rar.html

The post Active Directory Programming Tutorials appeared first on Download Training Courses Certification Training Tutorial.

Exchange 2013 Virtualization Best Practices [PluralSight]

$
0
0

Exchange 2013 Virtualization Best Practices [PluralSight]

Video Tutorial | total length: 3 Hours | intermediate level | Sept 2013 | compressed to 269 MB

In this training course, we will go through an overview of virtualization, how to prepare for it, and what the requirements are. We will talk about virtualizing Exchange with Hyper-V, Exchange roles, and more.

You will learn about :

Exchange Virtualization intro
Virtualization Requirements
Virtualizing Exchange with Hyper-V
Exchange Roles and Virtualization
When to Virtualize Exchange    
Important Points to Keep in Mind with Virtualized Exchange

.

Download exchange 2013 virtualization tutorials :

 

Important!

 

http://ul.to/dqapl9mh

http://ul.to/vyamurm3

 

Mirror

Important!

http://u19641041.letitbit.net/download/38404.312701e4320b8f5e8c30c009370a/Best_Practices_with_Exchange_2013_Virtualization.part1.rar.html

http://u19641041.letitbit.net/download/84655.81175b4c2d92f81f9220054587c2/Best_Practices_with_Exchange_2013_Virtualization.part2.rar.html

 

The post Exchange 2013 Virtualization Best Practices [PluralSight] appeared first on Download Training Courses Certification Training Tutorial.

Viewing all 125 articles
Browse latest View live