Archive for May, 2009
Depoy a ClickOnce-App from a Build-Server
Posted by gamlerhart in .NET, software-development, tools on May 19, 2009
ClickOnce (Wikipedia, MSDN) is an easy way to deploy and update your .NET-application. Its also easy to set it up in Visual Studio and run it from there. It increments the version-number, compiles and deploys the application in one and simple step. But I really don’t want to publish software with my IDE on a [...]
Read complete postMocks for internal interfaces
Posted by gamlerhart in .NET, software-development on May 7, 2009
Maybe you’ve already seen an exception like this: Castle.DynamicProxy.Generators.GeneratorException: Type is not public, so a proxy cannot be generated. Type: SpielWiese.IReportSender …stack-trace… at SpielWiese.TestSomething.ExpectReportsSend() in Program.cs: line 64 What I’ve tried is to create a mock-object with Rhino-Mock. Since this interface is only intended for usage within the assembly it’s declared as internal interface. So [...]
Read complete postLang.NET Symposium 2009
Posted by gamlerhart in .NET, channel 9, software-development on May 2, 2009
The videos of the Lang.NET are online. Again wonderful geeky talks about programming-languages and other programming-related stuff: http://www.langnetsymposium.com/2009/talks.aspx One of the best talks is again from Erik Meijer. He explains his LINQ-to-Events stuff with coins and his talk is really fun to watch. Sadly the video only includes the slides: Silverlight, WMV Additionally there are [...]
Read complete post