BloggingAbout.NET
Thoughts of developers

Search

  • IE8 Release Candidate available for download

    You may have noticed already, but the RC1 release of Internet Explorer 8 is now available for download at this location . Internet Explorer 8 offers the following new features: Accellerators. Makes it easier to map directions, translate words, send email, etc. Learn more InPrivate Browsing. IE 8 will not store history information, if you don't want
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Tue, Jan 27 2009
  • If Microsoft is so good at testing, why does your software suck?

    I was triggered to read a blog post by James Whittaker, software architect at Microsoft, through an article in Computable, a Dutch IT magazine. The dutch article was a short interview with James Whittaker about his work at Microsoft and for Visual Studio 10. He mentioned the title of his blog post to show that testers at Microsoft are aware that bugs
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Tue, Jan 13 2009
  • Sleepless in Seattle

    This week I'm in Seattle as part of LEAP 2009 , a Microsoft program for Dutch IT architects. Purpose of this program is to increase knowledge on Microsoft's vision on technical architecture, the future of software technology and enhancing architects knowledge of Microsoft's product range. We're the guests of Microsoft for a three day
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Tue, Jan 13 2009
  • What the f**k..

    I see a lot of code from other developers and every now and then you see some real gems. Today I was looking at a query to see if and how it could be optimised. One of the things I did was look at the query plan to see if indexes were used for various joins. One of the items in the plan made me look at a table definition, to check on it's indexes
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Thu, Oct 30 2008
  • How to: Delete rows from a table using a join on a second table

    In my current project, we have a tables where the primary key consists of two values. Based on the result of a query, we needed to delete a few rows from that table. The query returned the two key values and we needed to join that information in the delete statement. It's not rocket science, but it did cost us some searching before we had a solution
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Wed, Oct 22 2008
  • Have you heard of MinWin yet?

    On October 13, Eric Traut from the Core Virtual Machine Team at Microsoft’s Core OS Division, gave a presentation about the vritualization technology Microsoft currently has to offer. The full presentation can be seen here and takes about an hour. During the presentation, he talks about various versions of windows, among which Windows 7. He demonstrates
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Wed, Oct 22 2008
  • CopySourceAsHTML 3.0 has been released

    Everyone who pastes code into his or her blog has probably used it. If you haven't, then you have to check it out. It allows you to copy code into your blogpost almost instantly, and produces things like this: /// <summary> /// Gets or sets the name of the server. /// </summary> /// <value> The name of the server. </value>
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Mon, Oct 20 2008
  • How to - Create a missing designer.cs file

    I was running into this just now and found a quick way to solve it, so I just posted it for future reference. I have an ASP.Net web application project in .Net 2.0 which was migrated from .Net 1.1 some time ago. I noticed that a few aspx pages did not have a designer.cs file. All controls on those pages were listed as protected variable in the main
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Fri, Oct 17 2008
  • Syntax error? Really?!?!

    In my current project, we have adopted Microsoft StyleCop as a tool to make sure everyone sticks to the same style of coding. One of the things we currently incorporate in our daily work is making sure our existing code conforms to the rules we agreed on. Today however, StyleCop refused to check a class because of a syntax error in the following line
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Thu, Sep 25 2008
  • Thank you, Lutz Roeder

    I just received an email from Lutz Roeder informing the users of Reflector that he decided to explore new opportunities. He has reached an agreement with RedGate software to continue work on Reflector. From his email: I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating
    Posted to Jan Schreuder on .Net (Weblog) by Jan Schreuder on Tue, Aug 26 2008
Page 1 of 32 (314 items) 1 2 3 4 5 Next > ... Last » | More Search Options
Copyright © 2003-2010 BloggingAbout.NET