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: Design
Ajaxload
Just a tip for creating that loading image everybody uses or your custom version of it. Goto http://ajaxload.info
Week roundup
Last week recap and links: Web Developer checklist. Remember the favicon? What about security? With this checklist and references you will! ASafaWeb, Automated Security Analyser for ASP.NET Websites. Color Combinations Tester and more tools for colors on your website. Image … Continue reading
VS2010 Dependency Graph gotchas
We need to refactor a solution with 200+ projects in Visual Studio 2010. The solution must be split into a runtime and a design solution. As we have the Ultimate edition, the Architecture features will be used. With the Dependency … Continue reading
Posted in Development
Tagged .NET, architecture, const, dependency graph, Design, generics, Visual Studio 2010
Leave a comment
Async message in Microsoft Visio
Microsoft Visio is the tool we use to draw our designs. This is the first time I want to draw a synchonous message in a sequence diagram and it’s a hell of a job when you don’t know how. Here … Continue reading