About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: framework
TypeLoadException
Introducing a new member to the team is always a good thing. This brings up problems that would stay under the radar otherwise. Our new tester experienced an application crash that we’ve never seen before. Using the remote debugger we … Continue reading
Microsoft TechDays 2015
With all the new stuff Microsoft has presented at Build, pushed to Azure and is going to release, I just had to go to TechDays. After an amazing keynote about zombies in the AppStore, the future of monetization (micro payments) … Continue reading
Posted in Conference
Tagged .NET, angularjs, asp.net, DEVOPS, event-sourcing, framework, fsharp, intellitrace, IoT, microservices, nservicebus, NuGet, Performance, powershell, service fabric, Techdays, WCF, Xamarin
3 Comments
Target Mono from Visual Studio
Targetting Mono in Visual Studio is possible. This way your assemblies are build using the Mono framework (which should be .NET compatible). Change the target to the Mono profile to get immediate feedback of incompatible references and other Mono things. … Continue reading
Posted in Development
Tagged .NET, framework, Hack, mono, profile, target, Visual Studio 2010
20 Comments