Become proficient with security aspects before a web application goes live over the Internet.
Latest Net Security Articles
Understanding .NET Encryption
There's no shortage of functionality built into the .NET framework to help you encrypt and secure your data. Follow along and feel more secure.
Connecting to SSH Servers in .NET
Need to monitor a Linux-based server from a Windows-based computer? It's easier than you might think.
ASP.NET FTP with SSL
This code snippet and document show how to connect to an FTP server with SSL enabled using ASP.NET. The code is written in C#.NET.
Using SSH Tunneling in Your Application
Use SSH tunneling to secure MySQL connections.
Writing a Custom Membership Provider for the Login Control in ASP.NET 2.0
In ASP.NET 2.0 and Visual Studio 2005, you can quickly program custom authentication pages with the provided Membership Login controls. In this article, Dina Fleet Berry examines the steps involved in using the Login control with a custom SQL Server membership database.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Working with Google Protocol Buffers and .NET
Learn about something called "Google Protocol Buffers," and watch for later posts on other IoT subjects.

Working with Primes and Fibonacci Sequences in Visual Basic
Play with the Fibonacci sequence and prime numbers in this example-driven article.

Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.