In-Depth

Books: Develop Network Programs in .NET

Network Programming in .NET: With C# and Visual Basic .NET shows you how to accomplish network-based programming in .NET using well-known protocols or ones you create yourself.

Let's say you have an application that needs to communicate with another application over the network. Network Programming in .NET: With C# and Visual Basic .NET shows you how to accomplish network-based programming using well-known protocols or ones you create yourself. The book uses VB.NET and C# examples, but C++ users can follow along easily.

The author Fiach Reid covers a lot of material and does a good job of using examples for each topic covered. Junior programmers will learn the groundwork for the rest of the book in the first few chapters, which discuss streams and sockets. Next, Reid discusses well-known protocols, such as HTTP, SMTP and FTP, then begins to discuss more advanced topics. An entire chapter is devoted to security, which is something any network application should consider. Reid also covers asymmetric and symmetric encryption, and when to use one vs. the other.

A section on Microsoft Passport is extremely easy to follow, and of particular interest if your Internet-based apps have a need for user validation or storing user information. Reid also discusses certificates and how to manage them.

Network Programming in .NET also features a section on Internet Protocol Version 6 (IPv6), which gives you a peek into the future of network programming. Reid gives you the knowledge to make some design decisions that will help make your application compatible with changes in the networking protocols. I recommend taking a look at this section regardless of your level of experience.

Network Programming in .NET is great for anyone developing network-based applications. It assumes no network programming experience, so beginners will probably get more out of the first part of the book. Seasoned developers will find useful information in the second half.

Network Programming in .NET: With C# and Visual Basic .NET
by Fiach Reid
Elsevier Digital Press
ISBN:
1555583156
Price: $54.99
Quick Facts: Guide for developing network-based applications using .NET.
Pros: Examples in both C# and VB.NET; easy to follow; discusses Internet Protocol Version 6.
Cons: None.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube