Build/Deploy with MSBuild, but not TFS

Next Meeting: Date - Thursday, January 29, 2009. Time - 5:30pm
Location: EdFinancial Services, 150 N Seven Oaks Dr, Knoxville, TN
Presenter: Ryan Parnell, Enterpise Architect, Edfinancial Services
Food: Pizza will be provided by TEKsystems

Come hear, and see, how to use the power of MSBuild to build/deploy multi-teir web applications, including the database, to anywhere from the developer’s box to the production server using nothing but MSBuild and Cruise Control.NET. Team Foundation Server will not be part of the presentation.

ASP.NET MVC

Next Meeting: Date - Thursday, October 30, 2008. Time - 5:30pm
Location: EdFinancial Services, 150 N Seven Oaks Dr, Knoxville, TN
Presenter: Greg Ogle, Software Engineer, Pilot
Food: Pizza will be provided by TEKsystems

Do you work with ASP.NET Web Forms? Do you ever wonder if there is a better way of organizing your applications? Do you ever wish it were easier to test things closer to the UI? If so, then perhaps MVC (Model View Controller) is the answer to at least some of your development problems.

MVC is an architectural pattern used to isolate business, data, and interface logic for the purpose of maintainability and testability [Wikipedia]. We will explore these benefits as well as the drawbacks of MVC. Then, after investigating the whys, we will dive into the code to see how it is done in ASP.NET MVC. The examples will demonstrate configuring the Controller and Routing. Of course we be looking at the Model and View. We will discuss the transition from Web Forms to ASP.NET MVC.

[Wikipedia] Wikipedia MVC