March 2006 - Posts
So here's a conundrum that my customer and I worked through yesterday. We have an ASP.NET site, with a user id retrieved from wherever and carried about in the Session for general-purpose use to identify each of our users. In our data layer, we have an
Read More...
Here's a little tid-bit that threw me today. How to connect to SQL Server (using SQL Management Studio), if that SQL Server is not running on the default port (1433)? I was actually trying to register an instance of SQL Server 2000 (the same would apply
Read More...
We hit an interesting conundrum yesterday which had me stumped for a while; an erstwhile colleague solved the problem in the end and I thought I'd just share it in case anybody else runs into this. One of the test users on the ASP.NET 2.0 web site we
Read More...
Perhaps, like me, you often perform the role of .NET developer and you hate typing boring code. One example of really boring code is all the stuff you have to type in order to make a nice Business Object Layer, so you don't have any ugly database stuff
Read More...
I've been using VS2005 Team Test on an ASP.NET project I am currently on to hammer the code we've built and identify weak spots. One of the things it will do is simulate multiple users browsing a site ( very much easier to do than with ACT - and using
Read More...