Welcome to MSDN Blogs Sign in | Join | Help

DDITDev

A crack team of devs in the Developer Division. ASP.NET, SQL, C#, development practices.

May 2005 - Posts

Which "where" is better in SQL 2005 and Xml, or the difference between knowing and knowing (posted by Paul)
One of the projects I’m working on is to take performance data generated from our build lab in xml and create nifty visualizations of the data so developers can see what impact the changes they are making have on their product's performance. SQL Server Read More...
Dealing with Support costs, Part 1 (posted by Avi)
As I mentioned in my first post, we own a large amount of applications; about 80 at the last count. Some of these are small and we never hear a peep out of. Some are large and give us some type of "trouble" at least once a week. Now, when I use the term Read More...
re: Writing ASP.NET code… the right way. (Posted by Aaron)
Private Sub Page_Load() &nbsp;&nbsp;Response.Expires = 0 &nbsp;&nbsp;LoadSettingsFromQueryString() <br> &nbsp;&nbsp;If Not IsPostBack Then &nbsp;&nbsp;&nbsp;&nbsp;InitializeControls() &nbsp;&nbsp;&nbsp;&nbsp;LoadControlsFromSettings() Read More...
re: Writing ASP.NET code… the right way. (Posted by Aaron)
I'll definitely post some more information on the other methods in this code. Look for that tomorrow. As for the code in VB: Private Sub Page_Load() Response.Expires = 0 LoadSettingsFromQueryString If Not IsPostBack Then InitializeControls LoadControlsFromSettings Read More...
Give a hoot.. implement IDisposable (posted by Arturo)
One of the perils of managed code taking memory management out of developers’ hands is that we often become careless when working with large objects and resources. While the GC does its job quite well, there is still no substitute for good memory conservation Read More...
Writing ASP.NET code… the right way. (Posted by Aaron)
There are always 10 good ways to solve a typical coding problem. Each solution might use a slightly different approach – but usually in the end you wind up with the same result. While this is common in all types of development, it seems to multiple by Read More...
Testing... 1... 2... Is this thing on? (Posted by Avi)
I wanted to kick off this new blog with a post describing the team, what we do, who we are, etc. Internally, we're known as the "DDIT Web Team", as in "Developer Division IT Web Team". Developer Division IT is the group in DevDiv that encompasses the Read More...
Page view tracker