October 2005 - Posts

ASP.NET Coverage at tomorrow's GANG Meeting

Our local user group meeting is tomorrow and we've got some good ASP.NET topics.

First, our treasurer John Hopkins will talk about the lifecycle of an ASP.NET application. He'll pay particular attention to the page lifecycle and all of the events that are fired during the request, rendering and final delivery phases. This should be great stuff if you're new to ASP.NET

Our main talk will be by our VP Josh Holmes. He's going to talk about the new databinding and caching features in ASP.NET 2.0.

Posted by PSteele | with no comments

You call that support?

Why does this happen? I spend at least two hours reducing a problem in some company's reporting engine down to a very manageable piece of sample code that can be run by anyone -- no database connection required (everything is done from XML datasets that are embedded in the sample). It's easy. It reproduces the problem. It's a great starting point for tech support.

So what do I get in response? I get a URL link to some "sample code". I'm told to unzip some of their sample code, load it into VS.NET and run it to see if the problem still persists. Ummmm.... The "sample code" doesn't use XML datasets, it connects directly to a SQL database. The "sample code" uses the OleDb libraries. My repro-case uses XML datasets for simplicity's sake but even in production we're using the System.Data.SqlClient libraries -- not OleDb.

You call this "support"? You don't answer my original question. It doesn't even appear you loaded the sample code I sent you and ran it. Sheesh... Sometimes I feel like I'm not even interacting with a human being but simply an "auto responder" that does some bayesian analysis and spits back a pre-canned response.

Posted by PSteele | 6 comment(s)
More Posts