About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: Productivity
Microsoft Developer Days 2011 in The Hague – day 2
Declarative refactoring C#Chris showed the ?? operator that is the ? operator that tests if a nullable type is null and provides a default. He also showed the Tuple.Create and the dynamic type to remove out parameters, Yield return can … Continue reading
Posted in Conference
Tagged .NET, .NET 4.0, Azure beta program, Conference, Devdays, Enity Framework, Loadtest, Microsoft, Productivity, Projecthosting, Test, Tooling, Visual Studio 2010, WCF, Windows Azure, WPF
1 Comment
Microsoft Developer Days 2011 in The Hague – day 1
KeynoteThe days started with Arie talking us through the keynote.Scott talked about old programming languages, followed by the MVC and the concept of (Lego) blocks. How everything should be pluggable and fit together. Wade spoke of the Windows Azure Appfabric … Continue reading
Posted in Conference
Tagged .NET, .NET 4.0, Azure beta program, Conference, Devdays, Enity Framework, Hack, iPhone, Loadtest, Microsoft, Productivity, T4, Test, Tooling, Visual Studio 2010, WCF, Windows Azure, WPF
Leave a comment
Read It Later Digest
Every now and then I browse the internet. Whenever I end up reading something interesting my attention is needed somewhere else. Then I press the read-it-later button and the site is saved for later reading. After some weeks of reading … Continue reading
Resize image in Word with macro
Whenever I need to walk through a wizard I make screenshots of the steps. This comes in handy when someone else needs to do the same thing or just for logging purpose. The screenshots come in a Word document. To … Continue reading
EF4 and SQLite
I want to create my datalayer with Entity Framework. But I’m using SQLite as the database. How to create the database if it is a new file? First create a database to import in EF. Model first just isn’t that … Continue reading
Posted in Development
Tagged .NET, Code, Enity Framework, Productivity, Sqlite, T4, Visual Studio 2010
2 Comments