zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseSite.com] Udemy - TCPIP Socket Programming in C# .Net For Coders & Students
magnet:?xt=urn:btih:cd109bc1ce30e0a309deb50fc6c37c155784c01f&dn=[FreeCourseSite.com] Udemy - TCPIP Socket Programming in C# .Net For Coders & Students
磁力链接详情
Hash值:
cd109bc1ce30e0a309deb50fc6c37c155784c01f
点击数:
331
文件大小:
887.73 MB
文件数量:
69
创建日期:
2019-7-16 10:00
最后访问:
2024-12-23 21:57
访问标签:
FreeCourseSite
com
Udemy
-
TCPIP
Socket
Programming
in
C#
Net
For
Coders
&
Students
文件列表详情
1. Chapter 1/1. Introduction to TCPIP socket programming in C# .Net using Visual Studio.mp4 27.29 MB
10. Deprecated Section Common Network Programming Topics/1. Understanding and Using Loop-back Address.mp4 4.64 MB
10. Deprecated Section Common Network Programming Topics/2. Finding IPv4 Address using Code.mp4 16.64 MB
10. Deprecated Section Common Network Programming Topics/3. Handling more than one clients connection requests on server.mp4 5.89 MB
10. Deprecated Section Common Network Programming Topics/4. Bonus Maintaining a list of clients to handle multiple clients on your server.mp4 30.22 MB
10. Deprecated Section Common Network Programming Topics/5. Bonus Demo - Handling multiple clients on TCPIP server.mp4 12.94 MB
2. Essential Networking Theory For Socket Programming/1. The Host In Computer Network - Networking Essentials.mp4 1.79 MB
2. Essential Networking Theory For Socket Programming/2. IP Address In Computer Network - Networking Essentials.mp4 1.25 MB
2. Essential Networking Theory For Socket Programming/3. Port Numbers In Computer Network Socket Programming- Networking Essentials.mp4 1.86 MB
2. Essential Networking Theory For Socket Programming/4. ClientServer Model as used in TCPIP Stream Sockets - Networking Essentials.mp4 11.72 MB
2. Essential Networking Theory For Socket Programming/5. Enable the Telnet client utility - Networking Essentials.mp4 4.05 MB
3. Socket Programming in C# For Beginners/1. Server Side TCPIP Socket Programming C# .Net Project Setup in Visual Studio.mp4 15.68 MB
3. Socket Programming in C# For Beginners/10. Client Side Socket Programming VS Project Setup, using methods Connect, TryParse.mp4 19.47 MB
3. Socket Programming in C# For Beginners/11. Socket.Send() & Socket.Receive() Calls On Client Side TCPIP Socket in C#.Net.mp4 12.12 MB
3. Socket Programming in C# For Beginners/12. Demo - Run TCPIP Client & Server network programs, improve Server.mp4 19.6 MB
3. Socket Programming in C# For Beginners/13. Section Summary.mp4 8.83 MB
3. Socket Programming in C# For Beginners/2. Demo - Accept Incoming Connections on Socket in C# .Net Using Telnet Client.mp4 17.32 MB
3. Socket Programming in C# For Beginners/3. Receive Data on a TCPIP Socket in C# .Net.mp4 7.95 MB
3. Socket Programming in C# For Beginners/4. Using Encoding.ASCII.GetString to Convert Bytes To String for socket transfer.mp4 11.14 MB
3. Socket Programming in C# For Beginners/5. Demo - Communicate between C# desktop & Android app, configure Windows Firewall.mp4 23.32 MB
3. Socket Programming in C# For Beginners/7. Socket Programming Send Data on a TCPIP Socket in C# .Net.mp4 9.6 MB
3. Socket Programming in C# For Beginners/8. Socket Programming Example Demo - Send and Receive Data on TCPIP Sockets in C#.mp4 7.4 MB
3. Socket Programming in C# For Beginners/9. Introduction to Client Side TCPIP Socket Programming in C# .Net.mp4 4.53 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/1. Section Intro Asynchronous socket programming with async await in C# .Net.mp4 6.67 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/10. How to Stop Listening for New Connections and Disconnect Client Sockets Properly.mp4 19.29 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/11. Demo TcpListener.Stop and TcpClient.Close Calls to Stop Server.mp4 14.44 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/12. Section Summary TCPIP Server Side Asynchronous Socket Programming in C# .Net.mp4 5.85 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/2. Example Disadvantage of synchronous IO in C# .Net.mp4 13.69 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/3. Accepting a TCPClient Connection Asynchronously with await keyword in C#.mp4 26.17 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/4. Demo Accept TCPClient Asynchronously.mp4 9.85 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/5. Continuously Accept Client Connections, Exception Handling in C# async Method.mp4 7.24 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/6. Use System.Net.Socket.NetworkStream & StreamReader to read data from client.mp4 14.68 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/7. Demo Read Data On Network Stream and Endless Accept async in C#.Net.mp4 21.59 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/8. How to Handle Multiple Network Clients on Server in C# .Net.mp4 25.23 MB
4. TCPIP Server Asynchronous Socket Programming With async & await Keywords in C#/9. Demo Send Data to Multiple Network Clients from List at Once, SendAll Method.mp4 21.55 MB
5. Async Client Side Socket Programming/1. Client side async socket Visual Studio C# project setup.mp4 11.18 MB
5. Async Client Side Socket Programming/10. Section Summary Async client socket programming in C# .Net with asyncawait.mp4 5.4 MB
5. Async Client Side Socket Programming/2. Client Socket Programming using async keyword in C#.Net.mp4 12.28 MB
5. Async Client Side Socket Programming/3. Creating a console application and adding C# socket library reference.mp4 14.84 MB
5. Async Client Side Socket Programming/4. Reading data from TcpClient socket network stream with ReadAsync in C# .Net.mp4 12.13 MB
5. Async Client Side Socket Programming/5. Demo Async Client side TCPIP socket programming in C# .Net.mp4 6.22 MB
5. Async Client Side Socket Programming/6. Writing data on the a client socket with StreamWriter in C# .Net.mp4 11.28 MB
5. Async Client Side Socket Programming/7. Demo Write data on TcpClient network stream with StreamWriter in C#.Net.mp4 9.73 MB
5. Async Client Side Socket Programming/8. Close Connection on TCPClient for socket programming in C# .Net.mp4 3.24 MB
5. Async Client Side Socket Programming/9. Demo Closing connection on TcpClient for socket programming in C# .Net.mp4 5.59 MB
6. Using Publisher Subscriber Model To Add Events for socket library in C# .Net/1. Introduction to pubsub model and eventsdelegates in C#.Net.mp4 5.74 MB
6. Using Publisher Subscriber Model To Add Events for socket library in C# .Net/2. Adding a ClientConnected event to the server socket library in C# .Net.mp4 31.69 MB
6. Using Publisher Subscriber Model To Add Events for socket library in C# .Net/3. Adding a TextReceived event on the server to socket library in C# .Net.mp4 25.09 MB
6. Using Publisher Subscriber Model To Add Events for socket library in C# .Net/4. Publishing event TextReceived on client to socket library in C# .Net.mp4 19.95 MB
7. Socket Programming Additional Helpful Topics in C# .Net/1. Finding IP Address & Hostname of Your Windows PC from Command Prompt.mp4 12.39 MB
7. Socket Programming Additional Helpful Topics in C# .Net/2. Role of DHCP and DNS in a Computer Network.mp4 2.94 MB
7. Socket Programming Additional Helpful Topics in C# .Net/3. Resolving Hostname to IP Address Using System.Net.DNS for socket programming C#.mp4 22.02 MB
7. Socket Programming Additional Helpful Topics in C# .Net/4. Demo Resolving Hostname with System.Net.DNS Class in C# .Net.mp4 5.87 MB
7. Socket Programming Additional Helpful Topics in C# .Net/6. Bonus UDP Socket Programming in C# .Net.mp4 71.26 MB
8. Deprecated Section Creating a TCPIP socket server/1. Setting up the project in Visual Studio.mp4 10.66 MB
8. Deprecated Section Creating a TCPIP socket server/2. Preparing a TCPListener.mp4 7.82 MB
8. Deprecated Section Creating a TCPIP socket server/3. Listening for incoming connection requests.mp4 14.3 MB
8. Deprecated Section Creating a TCPIP socket server/4. Demo, incoming connection requests.mp4 7.38 MB
8. Deprecated Section Creating a TCPIP socket server/5. Getting hold of a TCPClient object.mp4 7.26 MB
8. Deprecated Section Creating a TCPIP socket server/6. Reading data from a TCPClient network stream.mp4 20.31 MB
8. Deprecated Section Creating a TCPIP socket server/7. Demo, reading data.mp4 4.63 MB
8. Deprecated Section Creating a TCPIP socket server/8. Writing data to a TCPClient network stream.mp4 14.32 MB
8. Deprecated Section Creating a TCPIP socket server/9. Demo, writing data.mp4 5.86 MB
9. Deprecated Section Creating a TCPIP socket client/1. Setting up the project for socket client in Visual Studio.mp4 4.73 MB
9. Deprecated Section Creating a TCPIP socket client/2. Connect to a TCPIP socket server in C# .Net.mp4 9.99 MB
9. Deprecated Section Creating a TCPIP socket client/3. Send data to a TCPIP socket server.mp4 8.09 MB
9. Deprecated Section Creating a TCPIP socket client/4. Demo, connect to TCPIP socket server and send data.mp4 4.2 MB
9. Deprecated Section Creating a TCPIP socket client/5. Receiving data from a server.mp4 13.89 MB
9. Deprecated Section Creating a TCPIP socket client/6. Demo, receiving data from server.mp4 3.93 MB
其他位置