Georged Weblog

Have you georged your mind?

Browse by Tags

All Tags » .Nyet (RSS)
Sorry, but there are no more tags available to filter with.
Now it WON'T run differently under debugger
Scott Hanselman has blogged recently about our experience with nasty tricks Visual Studio debugger can play on you. Turns out, it's possible to run and debug normally without resorting to a secondary thread spin-off. But there is a price to pay: remote...
Posted: Mar 17 2005, 11:43 AM by georged | with 3 comment(s)
Filed under:
And execution continues
Nothing makes our life more interesting than ASP.NET behaviour at debugger termination. This is a short version of three lost hours: Create an empty page and add the following code private void Page_Load( object sender, System.EventArgs e) { const string...
Posted: Mar 09 2004, 09:57 PM by georged | with 6 comment(s)
Filed under:
XmlPleaseIgnore
There is a handy class UriBuilder which, unlike Uri , allows full read-write access to all the components of Uri. However, problems started when I tried to serialise it using XmlSerializer. The following code: .csharpcode { font-size: 10pt; color: black;...
Posted: Nov 06 2003, 12:05 PM by georged | with 3 comment(s)
Filed under:
Stepping on a rake
Whammm! I did it again! How many times do I have to tell myself that Response.Redirect(string) throws an ThreadAbortException ?! Here is the short version: private void Page_Load(object sender, System.EventArgs e) { try { Response.Redirect("page1.aspx...
Posted: Jun 10 2003, 01:22 AM by georged | with 6 comment(s)
Filed under:
More Posts