Browse by Tags

Related Posts

  • I'm not a DBA

    But in my job I have to wear the DBA hat quite often. I was having a problem today where a query that returns 200 rows was taking 16 seconds to return to my application. The same query run in Query Analyzer came back in .47 seconds. Huh? One of my co-workers suggested that I run a stored procedure "sp_updateStats...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 04-25-2006, 12:00 AM
    Filed under: Miscellaneous, ASP .NET, SQL Server 2000, Windows Forms
  • Visual Studio 2005 Launch Event

    I'm off tomorrow to the VS 2005 Launch Event in Atlanta! I've got a buddy that would like to go, but registration's closed. Does anyone have a ticket that they're not going to use? I haven't had much time to delve into VS 2005 yet, so I'm really looking forward to the presentations!
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 11-28-2005, 12:00 AM
    Filed under: Miscellaneous, ASP .NET, Visual Studio .NET IDE
  • I found this one by accident.

    I was illustrating TextBox Extender component that I had developed that automatically validates any TextBox on a form. I enterd "123" the TextBox and all was right with the world. I added ".-" in an attempt to make it non-numeric, when I got an application exception. Investigation revealed the following...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 08-24-2005, 12:00 AM
    Filed under: Miscellaneous, ASP .NET
  • ASP .NET Tracing on a GridLayout page.

    I've wanted to use tracing for awhile and was inspired by Kevin Blakely's Post on ASP .NET Tracing in a popup window . I didn't want the tracing in the popup window--just wanted to move it down the page below my other controls. So, I borrowed Kevin's code and modified it as follows: var defaultHeight...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 05-20-2005, 12:00 AM
    Filed under: Miscellaneous, ASP .NET
  • Declarative vs. Programmatic binding with the ASP .NET DataGrid

    A co-worker and I were having an argument this morning about the best way to databind to an ASP .NET datagrid control. The argument centered around whether to use the declarative server-tag syntax in the aspx file (e.g., <%# Container.DataItem("Name") %> ) or doing it programmatically in the code...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 05-18-2005, 12:00 AM
    Filed under: Miscellaneous, ASP .NET
  • More on Implementing an Interface in the UI, or the 7-layer system.

    Matt Berther is doing something similar to what I was talking about in my previous post . Where we differ is where to do the validation of the business rules. He's wrapping his IMyView in a class that knows how to perform the Business Rule validation. I didn't discuss my validation method in my last...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 04-05-2005, 12:00 AM
    Filed under: Test Driven Development (TDD), Miscellaneous, Design Patterns, ASP .NET
  • An Unexpected Benefit of TDD

    I've recently begun using Test Driven Development as my method for developing and maintaining applications. A worry I had early on was that I have inherited several poorly designed ASP .NET applications (read "poorly designed" as "not designed") and that it would be difficult to use TDD in that environment...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 03-01-2005, 12:00 AM
    Filed under: Test Driven Development (TDD), Miscellaneous, Design Patterns, ASP .NET
  • ASP .NET Validation Failure

    I think I've found a failure in the Regular Expression validator for ASP .NET. If you choose US Zipcode from the validation expression list, it gives you the following expression: \d{5}(-\d{4})? The problem is that the expression passes "2961534" as a valid zipcode. The fix is extremely simple--simply...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 02-02-2005, 12:00 AM
    Filed under: Miscellaneous, ASP .NET, Visual Studio .NET IDE
  • A little overawed.

    I'm feeling a little overawed by the task that's before me right now. I have until the end of the month to develop two installation projects for our ASP.NET/SQL SERVER software, one as an upgrade, and the other for a fresh installation. I've been given the InstallShield Pro package to do this with. Aside...
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 12-16-2004, 12:00 AM
    Filed under: Miscellaneous, ASP .NET, SQL Server 2000
  • Shared libraries on the Compact Framework

    So here's a question: Has anyone successfully been able to develop a .NET assembly that can be shared between multiple Compact Framework applications. Further, has anyone been able to write a .NET assembly that could be shared between a mobile device and a desktop application?
    Posted to Chris McKenzie's Blog (Weblog) by taganov on 09-15-2004, 12:00 AM
    Filed under: Miscellaneous, ASP .NET
Page 1 of 5 (42 items) 1 2 3 4 5 Next >
Microsoft Communities