The Essentials of COM. Part 2 [2013, ENG]

seeders: 6 leechers: 0
Added 12 years ago by JordanGordan in Other
Downloaded 0 time.
RuTracker.org
The Essentials of COM. Part 2 [2013, ENG]

Torrent Contents Size: 858.14 MB

The Essentials of COM. Part 2 [2013, ENG]
01 The Runtime
01_01-Introduction.mp4
MP4
5.05 MB
01_02-Activation.mp4
MP4
1.74 MB
01_03-Registration.mp4
MP4
3.15 MB
01_04-Class_Factories.mp4
MP4
2.24 MB
01_05-Remoting.mp4
MP4
3.13 MB
01_06-Summary.mp4
MP4
1.57 MB
02 Activation
02_01-Introduction.mp4
MP4
1.68 MB
02_02-Clients_and_Servers.mp4
MP4
3.23 MB
02_03-Preparing_the_Client.mp4
MP4
2.37 MB
02_04-Demo-Preparing_the_Client.mp4
MP4
30.34 MB
02_05-Preparing_the_Server.mp4
MP4
1.85 MB
02_06-Demo-Preparing_the_Server.mp4
MP4
16.3 MB
02_07-Servers,Classes,and_Class_Objects.mp4
MP4
6.77 MB
02_08-Class_Objects_on_the_Server.mp4
MP4
2.74 MB
02_09-Demo-Describing_Classes_and_Class_Objects.mp4
MP4
12.4 MB
02_10-Demo-Implementing_Classes_and_Class_Objects_on_the_Server.mp4
MP4
41.79 MB
02_11-Class_Objects_on_the_Client.mp4
MP4
2.95 MB
02_12-Demo-Class_Objects_on_the_Client.mp4
MP4
12.25 MB
02_13-Summary.mp4
MP4
2.38 MB
03 Registration
03_01-Introduction.mp4
MP4
1.85 MB
03_02-The_Registry.mp4
MP4
7.05 MB
03_03-DLLs_and_Self-Registration.mp4
MP4
1.4 MB
03_04-Demo-DLLs_and_Self-Registration.mp4
MP4
25.19 MB
03_05-Transactions.mp4
MP4
2.28 MB
03_06-Demo-Transactions_and_Handles.mp4
MP4
31.41 MB
03_07-The_Registry_API.mp4
MP4
1.87 MB
03_08-Demo-Opening_or_Creating_Registry_Keys.mp4
MP4
26.72 MB
03_09-Table-Driven_Registration.mp4
MP4
2.15 MB
03_10-Demo-Table-Driven_Registration.mp4
MP4
80.84 MB
03_11-Registration-Free_Activation.mp4
MP4
3.11 MB
03_12-Demo-Registration-Free_Activation.mp4
MP4
62.05 MB
03_13-Summary.mp4
MP4
1.99 MB
04 Class Factories
04_01-Introduction.mp4
MP4
2.07 MB
04_02-The_IClassFactory_Interface.mp4
MP4
3.34 MB
04_03-Demo-Implementing_Class_Factories_on_the_Server.mp4
MP4
24.26 MB
04_04-Using_Class_Factories_on_the_Client.mp4
MP4
1.18 MB
04_05-Demo-Using_Class_Factories_on_the_Client.mp4
MP4
24.81 MB
04_06-Unloading_the_Server.mp4
MP4
4.15 MB
04_07-Demo-The_Server_Supports_Unloading.mp4
MP4
18.58 MB
04_08-Demo-The_Client_Controls_Unloading.mp4
MP4
50.05 MB
04_09-Summary.mp4
MP4
1.05 MB
05 Remoting
05_01-Introduction.mp4
MP4
3.63 MB
05_02-Threading_Models_and_Apartments.mp4
MP4
12.6 MB
05_03-Demo-Threading_Models_and_Apartments.mp4
MP4
36.59 MB
05_04-Remotable_Interfaces.mp4
MP4
6.27 MB
05_05-Demo-Defining_Remotable_Interfaces.mp4
MP4
81.34 MB
05_06-Demo-Local_Interfaces_and_Proxies.mp4
MP4
17.19 MB
05_07-Demo-Implementing_the_Remotable_Server_Interface.mp4
MP4
21.6 MB
05_08-Demo-Implementing_the_Remotable_Client_Interface.mp4
MP4
23.61 MB
05_09-Demo-Threads_and_Apartments.mp4
MP4
69.87 MB
05_10-Merging_the_Proxy.mp4
MP4
2.02 MB
05_11-Demo-Merging_the_Proxy.mp4
MP4
49.53 MB
05_12-Summary.mp4
MP4
1.38 MB
Exercise Files
1-com-advanced-topics-m1-slides.pdf
PDF
116.23 KB
2-com-advanced-topics-m2-exercise-files
1 Preparing Client
Client
Client.cpp
CPP
525 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
34 B
Sample.sln
SLN
1.02 KB
2 Preparing Server
Client
Client.cpp
CPP
525 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
34 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
0 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
131 B
Server.cpp
CPP
28 B
Server.vcxproj
VCXPROJ
4.69 KB
Server.vcxproj.filters
FILTERS
400 B
3 Describing Class and Class Object
Client
Client.cpp
CPP
137 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
460 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
0 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
131 B
Server.cpp
CPP
47 B
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.73 KB
Server.vcxproj.filters
FILTERS
438 B
4 Implementing Classes and Class Object
Client
Client.cpp
CPP
137 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
460 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
36 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
131 B
Server.cpp
CPP
2.26 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.73 KB
Server.vcxproj.filters
FILTERS
438 B
5 Getting Class Objects
Client
Client.cpp
CPP
527 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
36 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
131 B
Server.cpp
CPP
2.26 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.73 KB
Server.vcxproj.filters
FILTERS
438 B
2-com-advanced-topics-m2-slides.pdf
PDF
121.42 KB
3-com-advanced-topics-m3-exercise-files
1 DLLs and Self-Registration
Client
Client.cpp
CPP
527 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
96 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
131 B
Registration.cpp
CPP
158 B
Server.cpp
CPP
2.26 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.78 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
2 Transactions and Handles
Client
Client.cpp
CPP
527 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
96 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
1.27 KB
Server.cpp
CPP
2.26 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.78 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
3 Opening and Creating Registry Keys
Client
Client.cpp
CPP
527 B
Client.vcxproj
VCXPROJ
4.45 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
96 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
3.26 KB
Server.cpp
CPP
2.26 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.78 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
4 Table-Driven Registration
Client
Client.cpp
CPP
527 B
Client.vcxproj
VCXPROJ
4.53 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
96 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
2.26 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.86 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
5 Registration Free Activation
Client
Client.cpp
CPP
527 B
Client.vcxproj
VCXPROJ
4.72 KB
Client.vcxproj.filters
FILTERS
400 B
Manifest.xml
XML
335 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
96 B
Manifest.xml
XML
380 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
2.26 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
5.26 KB
Server.vcxproj.filters
FILTERS
551 B
Server.vcxproj.user
USER
469 B
handle.h
H
3.01 KB
3-com-advanced-topics-m3-slides.pdf
PDF
123.67 KB
4-com-advanced-topics-m4-exercise-files
1 Implementing Class Factories
Client
Client.cpp
CPP
662 B
Client.vcxproj
VCXPROJ
4.53 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
96 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
2.67 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
4.86 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
2 Using Class Factories
Client
Client.cpp
CPP
429 B
Client.vcxproj
VCXPROJ
4.53 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
96 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
2.67 KB
Server.h
H
394 B
Server.vcxproj
VCXPROJ
4.86 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
3 Server Supports Unloading
Client
Client.cpp
CPP
429 B
Client.vcxproj
VCXPROJ
4.53 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
3.07 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
4.86 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
4 Client Controls Unloading
Client
Client.cpp
CPP
550 B
Client.vcxproj
VCXPROJ
4.53 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
491 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
3.49 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
4.86 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
4-com-advanced-topics-m4-slides.pdf
PDF
116.66 KB
5-com-advanced-topics-m5-exercise-files
1 Threading Models and Apartments
Client
Client.cpp
CPP
1.1 KB
Client.vcxproj
VCXPROJ
4.53 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
284 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
3.07 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
4.86 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
2 Defining Remotable Interfaces
Client
Client.cpp
CPP
804 B
Client.vcxproj
VCXPROJ
11.61 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
678 B
Proxy
Exports.def
DEF
125 B
Hen.h
H
5.45 KB
Hen.idl
IDL
292 B
Hen_i.c
C
1.81 KB
Hen_p.c
C
10.01 KB
dlldata.c
C
801 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
3.07 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
12.28 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
3 Local Interfaces and Proxies
Client
Client.cpp
CPP
584 B
Client.vcxproj
VCXPROJ
11.61 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
678 B
Proxy
Exports.def
DEF
125 B
Hen.h
H
5.45 KB
Hen.idl
IDL
292 B
Hen_i.c
C
1.81 KB
Hen_p.c
C
10.01 KB
dlldata.c
C
801 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
190 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
3.07 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
12.28 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
4 Implementing the Remotable Server Interface
Client
Client.cpp
CPP
584 B
Client.vcxproj
VCXPROJ
11.61 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
726 B
Proxy
Exports.def
DEF
125 B
Hen.h
H
5.45 KB
Hen.idl
IDL
292 B
Hen_i.c
C
1.81 KB
Hen_p.c
C
10.01 KB
dlldata.c
C
801 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
208 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
3.87 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
12.28 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
5 Threads and Apartments
Client
Client.cpp
CPP
1.15 KB
Client.vcxproj
VCXPROJ
11.61 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
726 B
Proxy
Exports.def
DEF
125 B
Hen.h
H
5.45 KB
Hen.idl
IDL
292 B
Hen_i.c
C
1.81 KB
Hen_p.c
C
10.01 KB
dlldata.c
C
801 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
208 B
Registration.cpp
CPP
6.64 KB
Server.cpp
CPP
3.87 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
12.28 KB
Server.vcxproj.filters
FILTERS
484 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
6 Merging the Proxy
Client
Client.cpp
CPP
1.15 KB
Client.vcxproj
VCXPROJ
11.61 KB
Client.vcxproj.filters
FILTERS
333 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
726 B
Proxy
Exports.def
DEF
125 B
Hen.h
H
5.45 KB
Hen.idl
IDL
292 B
Hen_i.c
C
1.81 KB
Hen_p.c
C
10.01 KB
dlldata.c
C
801 B
Sample.sln
SLN
1.77 KB
Server
Exports.def
DEF
125 B
Precompiled.cpp
CPP
26 B
Precompiled.h
H
244 B
Registration.cpp
CPP
7.87 KB
Server.cpp
CPP
4.43 KB
Server.h
H
240 B
Server.vcxproj
VCXPROJ
13.17 KB
Server.vcxproj.filters
FILTERS
624 B
Server.vcxproj.user
USER
466 B
handle.h
H
3.01 KB
5-com-advanced-topics-m5-slides.pdf
PDF
122.7 KB

Description

Related Torrents

Location

Trackers

Tracker name
http://bt3.t-ru.org/ann?magnet
http://bt1.t-ru.org/ann
http://bt2.t-ru.org/ann
http://bt4.t-ru.org/ann
udp://tracker.opentrackr.org:1337
udp://open.stealth.si:80/announce
udp://tracker.torrent.eu.org:451/announce
udp://exodus.desync.com:6969
udp://open.demonii.com:1337/announce
udp://tracker.coppersurfer.tk:6969
udp://p4p.arenabg.com:1337
udp://tracker.internetwarriors.net:1337
Torrent hash: