Blogroll
Categories
Tags
.net 4.0 alt.net architecture asp.net basic blend book book review building c# comunidad configuration ddd development expression extensibility extensions functional programming globalization haskell ioc javascript mef mercurial mvc news personal powershell programming sql server streams subversion tdd tool van version control viewstate visual studio web.config web dev windsor workflow foundation wpf xunit
Tag Archives: msbuild
Haciendo publish de un WebApplication en MSBuild
A algunos nos encanta tener el poder de controlar el proceso de building de nuestra aplicación, y por eso a veces nos vemos obligados a hacer uno que otro “tweak” al proyecto de MSBuild (si, los proyectos de Visual Studio … Continue reading
Generating NHibernate Database Schema with a MSBuild Task
Today I need something really particular with NHibernate, I need to generate a “test” database schema from my MSBuild task in a particular Target. I know, there are simple options like use hbm2ddl (part of the NHibernate distribution) and this … Continue reading