Binding Data to Web Performance Tests
Web Performance Tests provide a simple means of ensuring correct and performant responses are being returned from your web application. Testing a wide variety of inputs can be tedious without a way to...
View ArticleDeploy and Test an Azure App with Platform Ready
Microsoft Platform Ready provides technical and marketing resources for companies building applications for the Microsoft platform. Currently they are working with The Code Project on a promotion that...
View ArticleCreating a SOLID Visual Studio Solution
The SOLID acronym describes five object-oriented design principles that, when followed, produce code that is cleaner and more maintainable. The last principle, the Dependency Inversion Principle,...
View ArticleHow to Reset a SQL Server sa Password
Sometimes you need to reset the password of a SQL Server database installation. This article shows you how.
View ArticleWorking With Value Objects
Some objects in your application simply describe attributes of other objects. These objects can be modeled as Value Objects, immutable and without identity. In this article, Steve introduces Value...
View ArticleMoving Beyond Enumerations
Enumerations provide far more readable code than magic strings or magic numbers. However, often developers try to stretch enums beyond their intended use. This article describes how to appropriately...
View ArticleGetting Started with WebMatrix 2
This article will show you how to install and get started quickly using WebMatrix 2.
View ArticleGet MSMQ Queue Counts in C#
This article demonstrates a simple way to quickly retrieve the length of MSMQ queues from an ASP.NET MVC application using C#.
View ArticleRepresent Behavior with Classes not Flags
When designing your software systems, favor the use of classes to model behavior within the system over the overuse of flags in your data model. The resulting design will be more flexible, less tightly...
View ArticleGetting Started with Kanban
Kanban is a system for improving existing production processes. Learn more about the process, and how to get started applying it, in this brief overview.
View Article