Yishai Galatzer's Blog
As I hit technical issues that are not well documented or answered on the web, I try to take the time and summarize the problem and solution here.
-
Rendering an image from an embedded Web Browser (C# WPF application)
How is all started
-
Unit tests should not Debug Assert
When we write unit tests we try to cover all edge cases, not just run through the cases that work. That means that in many cases the product code will assert before throwing an exception.
-
Compatibility Checking in WebMatrix - When the checker reports failures
In WebMatrix V1 we released a new feature called Publish Compatibility. This feature inspects your local application for dependencies and requirements. It will then runs a set of tests against your remote website. The idea is to identify any potential issues with your remote internet server missing components that are must have for your site to run.
-
Replacing the built-in Basic Authentication Module to support non-English characters in a HttpWebRequest