(Jason E. Sweat) This article, the second of two parts, helps you use design patterns to better organize how your web application interacts with a database.
Tag: Development
Type Design Guidelines for Reusable .NET Libraries
(Krzysztof Cwalina and Brad Adams) From the CLR perspective, there are only two categories of types- reference types and value types-but for the purpose of framework design discussion we divide types into more logical groups, each with its own specific design rules. Figure 1 shows these logical grou
Remote Backup Software – A Lifeline to Businesses Greatest Asset
(Tommy Gardner) The single most valuable asset of businesses is not the inventory of products or services that they provide, or the process by which they deliver them. It isn’t the hardware and machinery that they employ in their efforts. It is not even the building the business is housed in, nor th
Creating and Using Code Snippets in Visual Studio 2005
(Scott Mitchell) If you create your web applications using Visual Basic, you’re likely aware that Visual Studio .NET 2002/2003 provides some nice auto-complete features that were sorely missing from the C# side. For example, when creating a class in Visual Studio .NET 2002/2003 using Visual Basic, b
Automated Backup with NAnt
(Liam McLennan) For those who don’t know, NAnt is a .NET build scripting tool. It is a lot like the Java build tool Ant, so everything in this article is probably also applicable for Ant. This article assumes a intermediate knowledge of the NAnt tool.
The Active Record Pattern
(Jason E. Sweat) This article, the first of two parts, helps you use design patterns to better organize how your web application interacts with a database.
Refactoring VB in Visual Studio 2005
(Paul Kimmel) Two primary factions have polarized Visual Basic: VB6 programmers and OOP programmers. VB6 programmers want VB to be really easy to use; OOP programmers say VB needs to be as powerful a language as C# or C++, or VB is just a toy. VB can’t be a hobbyist’s language and a full-blown objec
Microsoft Visual Studio 2005 – Update to the Web Project Conversion Wizard
This is an update to the Web Project Conversion Wizard found in the final release of Visual Studio 2005 (all versions) and Visual Web Developer 2005.
The Baker’s Dozen: 13 Reasons to Upgrade to Visual Studio 2005
(Kevin S. Goff) Visual Studio 2005 offers language, data handling, and development environment enhancements that are sure to please many developers. Programmers who are currently using Visual Studio .NET 2003 will find many ways to write more efficient code and increase their overall productivity.
Top 7 PHP Security Blunders
(Pax Dickinson) PHP is a terrific language for the rapid development of dynamic Websites. It also has many features that are friendly to beginning programmers, such as the fact that it doesn’t require variable declarations. However, many of these features can lead a programmer inadvertently to allow