DDITDev

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

Posts
  • DDITDev

    LINQ to SQL and multiple result sets in Stored Procedures

    • 7 Comments
    In this post I'm going to demonstrate how you would return and consume multiple result sets from a stored procedure in LINQ to SQL. Imagine you have a stored procedure like this one below. Very simple – it’s just returns all customers and...
  • DDITDev

    VS2008 Tip - Remove unused 'using' statements

    • 1 Comments
    Did you know that VS2008 has a great feature to remove any unused 'using' statements in your code? Simply right click anywhere in your code file, select ' Organize Usings ' and select ' Remove Unused Usings '. You then end up with only the using...
  • DDITDev

    Working with Virtual Machines in PowerShell, SCVMM and C#

    • 8 Comments
    Lately I've been experimenting with SCVMM and PowerShell, and I wondered how hard it would be to automate the creation of a Virtual Machine via C#. Well the good news is that's it not that hard at all! In this post I'm going to demonstrate how to: Create...
  • DDITDev

    Creating Arcs and Changing Centers with Expression

    • 1 Comments
    I know I had a hard time trying to work this out when I was starting to use Expression, so I thought it might be useful to share! Thanks Tim ! Creating Arcs and Changing Centers with Expression Jason
  • DDITDev

    A Real-Time Trace Listener/Watcher

    • 3 Comments
    Goals of this post: Example for writing a custom trace listener which outputs real-time information over the network, which can then be consumed by a remote client. Example for writing that remote client, which functions much like FileMon in...
  • DDITDev

    Using Virtual Earth in your WPF application

    • 36 Comments
    Technorati Tags: virtual earth , wpf , ve , geotagging I wanted to experiment more with WPF, since I don't get to use it in my Real Job. Also, I love me some Virtual Earth, so I was looking to find a way to merge the two. What I came up with is an application...
  • DDITDev

    Speeding up image loading in WPF using thumbnails

    • 10 Comments
    Technorati Tags: wpf , thumbnails , image , performance , slow , BitmapImage During a recent WPF session I needed to build a ListBox that showed a bunch of images loaded from an arbitrary directory. Thanks to WPF's data binding, this was trivial - I just...
  • DDITDev

    SQL Server Management Studio - Quick Tip

    • 2 Comments
    Just a quick tip I thought I would share... When working in SQL Server Management Studio, an easy way to hide the results of a query is to press CTRL + R. Press it again to toggle showing the results. Jason
  • DDITDev

    Quality & Trust

    • 1 Comments
    Recently we had a new release of an application that didn't go as well as planned, which I'm sure a lot of you can probably relate to - after all, how many rollouts do go as planned? This new release contained miles of bug fixes and enhancements and was...
  • DDITDev

    Windows Live Writer Beta 2

    • 0 Comments
    If you've read my earlier post, Windows Live Writer Plugins & Dirty Diapers! , you'll know that I'm a big fan of Windows Live Writer. Well good news! They've just released Beta 2 and it just keeps getting better. You can check it out and download...
  • DDITDev

    What do you want? ;)

    • 1 Comments
    Yesterday my manager sent an email around to the team asking for ways we could better utilize the blog and how we could 'do more blogging'. Needless to say, his email got me thinking... How do we - an internally facing team - better connect with customers...
  • DDITDev

    Easiest. Hire. Ever.

    • 1 Comments
    One of the team members pointed out yesterday that it's exactly a year since I made this obnoxious post about how difficult it is to find good people. That post was made after about two months of trying to find two temp employees, if I remember correctly...
  • DDITDev

    Reflector 5.0 released!

    • 0 Comments
    If you're serious about developing in .NET, you MUST have this tool! Scott Hanselman has a great post detailing the new features here: http://www.hanselman.com/blog/Reflector5ReleasedWorldDominationAssured.aspx You can download it from here ...
  • DDITDev

    Windows Live Writer Plugins & Dirty Diapers!

    • 6 Comments
    I've been playing around with Windows Live Writer for a little while now (since it first came out in beta!) and the more I use it, the better it seems to get (in case you haven't used it, I encourage you to check it out ). The only "problem" I've had...
  • DDITDev

    Windows Services Or Task Scheduler? - Part I

    • 20 Comments
    Before I even start I’m sure all you know what I’m going to talk about. First let me explain what our team does in Microsoft. Ours is an automation team whose primary function is develop apps for the Developer Division build lab for managing the build...
  • DDITDev

    Keeping Your Configuration Settings Straight.

    • 4 Comments
    One of the challenges our group deals with is finding an easy and reliable way to get our applications from development… to stage/test… to production while keeping all the various configuration settings straight. This is obviously not a new problem and...
  • DDITDev

    New security blog

    • 0 Comments
    Jeff Jones is a director at MS who works on nothing but security. I've been reading his posts on an internal security alias for a while, and am happy to announce that he finally has a blog: http://blogs.technet.com/security/ Keep an eye on it. Trust...
  • DDITDev

    How to write a Bad Resume

    • 9 Comments
    I figure there is plenty of information out there about how to write a good resume , so I thought I'd do the reverse: Tell you how to write a bad one. Tip #1 : List every language you've ever written a line of code in (even if it was just commenting...
  • DDITDev

    MIX06: Messenger BOTS

    • 15 Comments
    I’m attending the http://www.mix06.com conference this week in Las Vegas and just attended a session on the Windows Live platform. One of the services that peeked my interest was a brief demo given on what are known as Messenger BOTS. The idea being that...
  • DDITDev

    Code Snippets in VS2005

    • 2 Comments
    If you haven’t yet found the Code Snippets feature in VS 2005 it’s time to give it a look. It’s one of those great features that it’s in VS 2005 but one that gets very little attention from most people because it’s sort of a “bonus feature”. You don’t...
  • DDITDev

    SQL Profiler and "Application Name=MyApp;"

    • 2 Comments
    Here's a great trick that can be really handy if you're a fan of the SQL Profiler. In your application connection strings add the "Application Name" keyword/value. Example. server=MyServer;database=MyDatabase;Integrated Security=SSPI; Application...
  • DDITDev

    So... You think you're a web dev?

    • 13 Comments
    I've been spending the past couple of months trying very hard to hire some temporary (i.e.; contract) web development resources - it's been difficult and eye-opening. There is a huge disconnect between what a resume says and what a candidate is really...
  • DDITDev

    The power of “window.showModalDialog” (posted by Aaron)

    • 48 Comments
    I must admit that up until about 18 months ago I rarely (if ever) used modal dialogs when building web pages. I’m not sure why – but somehow I never really considered them useful in the web environment. Well, I can now say that I really don’t know how...
  • DDITDev

    Good articles on design

    • 0 Comments
    Joel Spolsky has a great website - his articles are always interesting. Looks like he's starting a new series on design, and the introductory articles are great. Check them out: http://www.joelonsoftware.com/design/
  • DDITDev

    SQL Formatting - Why is this so difficult? (posted by Aaron)

    • 8 Comments
    Have you ever gone to modify what you thought was a simple stored procedure (one that you didn't write) needing to make a few small changes only to open up the stored procedure and find yourself scared to even touch the thing because it makes no sense...
Page 1 of 2 (48 items) 12