Take control of your application’s behavior and move toward dependency injection by refactoring your existing code.
Community involvement is an often overlooked — but increasingly important — part of what it means to be a developer.
You can do a lot more with regular expressions than you think. In this tutorial, you’ll use it to convert a movie list into a CSV file for use in Excel.
Like riding a bike, knowledge of regular expressions will stay with you forever, allowing you to manipulate text quickly and easily. In this part of the series, Ondrej focuses in on groups, positioning and tools.
Regular expressions are like power tools: They may look scary, but are easy to use once you understand their basic building blocks.
From Peek Definitions to scroll bar customization, here are eight of the most helpful features you’ll want to explore in Visual Studio 2013.
Creating Web applications with a consistent interface can be time-consuming. Using Twitter Bootstrap, you can quickly scaffold out nice-looking Web applications. Here’s how.
Creating a Windows Service is trivial using Topshelf, a freely-available library that converts a console application to a Windows Service. In this article, you’ll create a simple notification app and integrate Topshelf.
Quickly populate your applications with fake names, addresses, phone numbers and much more with freely available libraries.
ASP.NET Web API is a solid communications framework, and many applications can benefit from breaking free of IIS by including an embedded ASP.NET Web API server.