Slashdot Mirror


User: Pman1

Pman1's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:Expect this to break in IE on Early AJAX Office Applications · · Score: 1

    AJAX isn't Microsoft's nightmare. Check up on Atlas, http://weblogs.asp.net/scottgu/archive/2005/06/28/ 416185.aspx, a neat addition to the .NET Framework that I will surely use once it's ready. Another addition to the Framework I will be using is LINQ, but that's another story...

  2. Dragon Book on OpenGL Programming Guide · · Score: 1

    "Red Book" reminds me of the "Dragon Book". Anyone know what I'm talking about? :)

  3. Just Bought the Book on Visual Studio Hacks · · Score: 2, Informative
    I don't care what anyone says, VS is tight.

    Tightly integrated that is with SQL Server for example. Need to debug a stored procedure? Set a break point in it using VS and step through it, adding watches and such like if you were debugging C# code for example. Now that is the shiztnizz.

    Oh how I wish my company would upgrade both VS and SQL Server, guess I'm stuck with VS 2003 for a while. Sigh... ;)

  4. Re:I Couldn't Agree More on Hiring Good Programmers Matters · · Score: 1
    I disagree.

    A great IDE that I swear by is none other than Visual Studio .NET. Why you ask?

    So many great tools that come with it. No, I do not drag and drop to code, I write everything myself. But...

    ...one tool I love is the debugger. I can actually set a break point inside a STORED PROCEDURE and step through it inside VS.NET. Makes like so much easier when you have complicated/delicate queries to write.

  5. Re:And exactly what is a 'good' programmer? on Hiring Good Programmers Matters · · Score: 1
    Arrrggg, sorry about my first post.

    I didn't know that the enter key didn't really work for paragraphing.

    I must still be looking for the any key.

  6. Re:And exactly what is a 'good' programmer? on Hiring Good Programmers Matters · · Score: 1

    There's no such thing as a good vs average programmer. There's only those who follow the algorythm and the lucky artists. But you are missing the bigger picture, the framework. Yes it all comes down to an algorithm of some sort, but usually software is a bunch of algorithms all tied in together, working together now.....and in the future. You have to think of the future, and how your code will adapt and respond to new algorithms. The average programmer will patch up his code until he reaches a point where nothing works and he will need to re-write it (time, money and frustrations). The good programmer will devise a beautiful (fully commented) framework that will allow for future expansion which won't need re-writes or clutter.

  7. Re:Hah on Effective C# · · Score: 1

    Well I for one have been coding professionally in C# for a solid year now and let me tell you I've enjoyed every day of it. I've also taken on the monumental task of re-creating our company namespace with some of the items from this book (which is great by the way if you overlook some english semantics). I would recommend this book, as it has helped me fine-tune my game if I can call it like that.