Tag: Development

Community

New Features in TFS 2008

(Jeff Levinson) The list of new and enhanced features in Team Foundation Server (TFS) 2008 is quite extensive. I’ll start diving into the details of these new features in future columns. In the meantime, this column will focus on some of the new features of Version Control, specifically, Annotate, F

Community

Basic Collections

(Peyton McCullough) Programming involves manipulating objects. However, often objects are not isolated. Rather, objects often only make sense in context with other, similar objects. Because of this, it becomes necessary to organize objects. There are two methods of organization: arrays and collectio

Community

ASP.NET MVC Framework (Part 1)

(Scott Guthrie) Two weeks ago I blogged about a new MVC (Model View Controller) framework for ASP.NET that we are going to be supporting as an optional feature soon. It provides a structured model that enforces a clear separation of concerns within applications, and makes it easier to unit test you