pattersonc.com - Christopher Patterson – "Writing the legacy code of tomorrow, today."

Description: Christopher Patterson\'s thoughts and adventures in software development. Discussion and adventures in various technologies including .NET, ASP.NET, ASP.NET MVC, C#, Ruby on Rails, Windows, and web development.

software (34577) .net (12741) programming (6658) c# (3723) philadelphia (2595) coding (2122) infamous (12) christopher patterson (1) chris patterson (1) pattersonc (1)

Example domain paragraphs

Search Toggle Christopher Patterson "Writing the legacy code of tomorrow, today." Menu Search for: Submit Visual Studio 2010 Publish Command from msbuild Command line Post author By Christopher Patterson Post date July 15, 2010 Categories In Uncategorized 23 Comments on Visual Studio 2010 Publish Command from msbuild Command line Seems like there a bunch of confusion about how to produce the “Publish” behavior provided by Visual Studio 2010 from msbuild 4 command line. The question I keep seeing over and ov

msbuild solution.sln /p:Configuration=Release;DeployOnBuild=true; DeployTarget=Package;_PackageTempDir=..\publish ASP.NET MVC and Ruby on Rails Open Source Examples Post author By Christopher Patterson Post date January 20, 2010 Categories In Code 5 Comments on ASP.NET MVC and Ruby on Rails Open Source Examples Recently, I started hosting some “play” projects on GitHub . I have not had much time to write anything up on the details of these projects but I figured I would share the code anyway. First, the MyP

You can find the git repositories for these projects via my account on GitHub .