CSE681 - Software Modeling and Analysis

Lecture #10 - .Net Sockets and Services

Revised: 12/5/2010
Home Courses Code Handouts CoreTech Books Articles Math Research Masters Projects SWDev WebDev News OtherLinks SiteDesign Graduates AllPages Office Hours Notices Contents

CSE681-SWMAA CSE686-IP CSE687-OOD CSE775-DO CSE776-DP CSE778-AWP CSE784-SWS

Lecture #01 Lecture #02 Lecture #03 Lecture #04 Lecture #05 Lecture #06 Lecture #07
Lecture #08 Lecture #09 Lecture #10 Lecture #11 Lecture #12 Lecture #13 Lecture #14
Lecture #15 Lecture #16 Lecture #17 Lecture #18 Lecture #19 Lecture #20 Lecture #21
Lecture #22 Lecture #23 Lecture #24 Lecture #25 Lecture #26 Lecture #27 Lecture #28

Syllabus SG-SMA SG-OCD SG-Notes

Web Resources:

UML XML, HTML Code Project Microsoft Developer's Network DevelopMentor XML Sells Brothers Windows Developer's Journal WindowsClient.net DotNetJunkies dotnet quickstart tutorials C# Corner Mono Project Performance Counters

Office Hours:Instructor & TAs

Content:

This lecture is an introduction to sockets and remoting via Remote Procedure Calls (RPCs). Today we talk about Win32 sockets, .Net sockets, .Net Remoting, and give a lot of code examples.
  1. The Syllabus describes topics to be covered, reading material for you to digest before coming to class, and due dates for the assigned projects.
  2. compile and run batch files
  3. Project #2, Project #3, Project #4
  4. Another format for Uses
  5. Evaluating code projects - Cyclomatic Complexity, Size, Manual and Maintenance Pages, demonstration of requirements
  6. -- Sockets --

  7. Win32 Sockets Presentation
  8. Win32 Sockets Code Demonstration
  9. .Net Sockets Presentation
  10. .Net Sockets Code Demonstration
  11. .Net TCPClient and TCPServer classes
  12. Message Framing with sockets
  13. Message Framing, using threads and queues
  14. -- Asp.Net Web Services --

  15. Web Services Tutorials and References:
  16. Web Services Presentation
  17. Calc web service
    Calc web service folder