Quantcast
Channel: AspAlliance.com - Steven Smith
Browsing latest articles
Browse All 10 View Live

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 Article



Deploy 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 Article

Creating 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 Article

How 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 Article

Working 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 Article


Moving 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 Article

Getting Started with WebMatrix 2

This article will show you how to install and get started quickly using WebMatrix 2.

View Article

Get 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 Article


Represent 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 Article


Getting 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
Browsing latest articles
Browse All 10 View Live




Latest Images