(Mike McIntyre) This article and source code explain how to use the .NET Cryptography MD5CryptoServiceProvider method to encrypt a string used as a password in a Windows Forms application.
Tag: Development
.NET Framework and Language Enhancements in Microsoft Visual Studio 2005
(Lars Powers and Mike Snell) This chapter covers the enhancements relative to both Visual Basic .NET and C#. In addition, it highlights some of the key advances made in the Framework.
Uncover Security Design Flaws Using The STRIDE Approach
(Shawn Hernan, Scott Lambert, Tomasz Ostwald and Adam Shostack) Whether you’re building a new system or updating an existing one, you’ll want to consider how an intruder might go about attacking it and then build in appropriate defenses at the design and implementation stages of the system. At Micro
Binding Data to the ReportViewer Control Dynamically in ASP.NET 2.0
(Jagadish Chaterjee) This is the second article in a series focusing on designing and presenting native reports using ASP.NET 2.0. Throughout this series, I will focus on working with the “ReportViewer” control in local mode to develop web-based applications.
Programming Windows Mobile 5.0 Applications Using the .NET Compact Framework
(Wei-Meng Lee) Microsoft has recently launched the Windows Mobile 5.0 platform for Pocket PCs and Smartphones. With the proliferation of Windows Mobile-based devices in the marketplace, companies are gradually mobilizing their enterprising applications to let their staff gain the competitive mobile
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part III
(Michael Livshitz) We have finished the “server” side (part 1, part 2) and are ready to write the “client” side of our control.
Expanding an Error Logger with the Chain of Responsibility Pattern
(Alejandro Gervasio) Do you want to know how to build an error logging system using the chain of responsibility schema with PHP? If your answer is a loud yes, then in this group of articles you’ll find what you’ve been looking for! Welcome to the concluding part of the series “Understanding the chai
Developer Resources for Office 2007 RTM
(Jensen Harris) Now that we’ve released Office 2007 to manufacturing, developers can get started modifying their solutions so that they’re ready to test with the released version of Office.
LDAP Access Control for ASP.NET
(Wojtek Piaseczny) This is an example of how to build an ASP.Net LDAP authentication application using ADAM.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part II
(Michael Livshitz) In this article I share how you can build your own ASP.NET web user control. As example, I use control which includes at least two built-in ASP.NET Web server controls (such as ListBox controls) and allows "to make data exchange" between them : a) by using server side process ( Po