Browse by Tags
All Tags »
ASP.NET (
RSS)
surely I of all peeps should be able to fulfull the prediction of these books...
...
I'm sure most people reading this will be aware of the joys of trace.view but I've never *really* got it to show me where my main bottlenecks are. It's just a bit too much like hard work to be honest. Enter ANTS profiler . Absolutely superb piece of kit...
A recent requirement was to create a web-page that sorted ascending then descending based on the last sort per column. I could have extended a datagrid to do my bidding but I ended up creating my own system due to some logic that needed applying to one...
We've been trying to find a solution whereby the totally none-coding designer works with the crayola wielding developers and the simple "Make a static page with some content" people. Dreamweaver templates are excellent for this but VS.NET makes them an...
On one of our new sites (Still in development) I needed a javascript slideshow of the hotel images. Problem was, the back button held onto each flip through, so to return to the previous page involved a number of hits on the back button. I looked into...
Following my last post and a much-needed poke about performance issues, I did some digging into ADO with regards to parameters and performance issues. Are parametized actually any quicker? Lets see......
Due to a freaky table schema, I had cause today to loop through a 'recordset' and then insert an amalgamated string into a database (saving me doing a ridiculous loop later on). I didn't see any reason to open a new SQL command once the datareader had...
More Posts