posts - 225, comments - 6, trackbacks - 2

Technical Thoughts of Jorriss

Issues, ideas and technology solutions - The technical blog of Richie Rump

July 2004 Entries

No holds barred...String vs. StringBuilder

I found an interesting thread on Channel 9 discussing String and StringBuilder. In short, when you use string method it creates a new string method. StringBuilder does not create a new object when the string is modified. Here's a blog post with some good recommendations. I can remember when we were rewriting our site in .Net last year. I was reviewing some code for a control that a consultant wrote and found some interesting stuff: Dim sb As New StringBuilder sb.Append("<table width=""190"" border=""" & _MainBorder & """>" & vbCrLf)sb.Append("<tr>" & vbCrLf)sb.Append("<td>" & vbCrLf) My question is if you are using the StringBuilder to...

posted @ Wednesday, July 28, 2004 4:11 PM | Feedback (0) | Filed Under [ .Net Visual Basic Web Developement ]

A clear explanation of partial classes

Duncan Mackenzie has gives a clear explanation of partial classes. Code generation just got a whole lot easier.

posted @ Tuesday, July 27, 2004 8:15 PM | Feedback (0) | Filed Under [ .Net ]

SQL Server 2005 Beta 2 is now on MSDN!

If you are an MSDN subscriber then you can download the SQL Server 2005 Beta 2 now. This will change everything. Or at least give you something to play with. Props to Sam Gentile for the 411.

posted @ Tuesday, July 27, 2004 1:14 PM | Feedback (0) | Filed Under [ Database ]

Gamertag image banner

I found this link a few minutes ago. It's written in ASP.Net and it generates a banner image with your gamertag! I'll be posting mine shortly.

posted @ Monday, July 19, 2004 6:27 PM | Feedback (0) | Filed Under [ Internet Life ]

Drag & drop data-binding that works??

This absolutely floored me when I saw this last night. Channel 9 posted this video earlier this week. Here Robert Green, program manager on the VB team, demos some of the coolest drag-and-drop data-binding I've ever seen. This ladies and gentlemen is what we've wanted for years. Let's hope it works exactly as shown. UPDATE 7/8/2004 10:53 AM -  I've just noticed that this is my 100th post! Wow, I didn't think that I'd make it this far. I've also made my first blog roll (as far as I know). Peter of Peter's Blog has added me to his blog roll! Wahooo! I...

posted @ Thursday, July 08, 2004 1:08 PM | Feedback (0) | Filed Under [ .Net Visual Basic ]

SQL Server Express & XCopy

The one that explains the XCopy options in SQL Server Express.

posted @ Thursday, July 01, 2004 6:08 PM | Feedback (0) | Filed Under [ Database ]

Gimmie, Gimmie, Gimmie!!

My wait is over. For those of you who cannot read my mind I'm talking about the wait for a new smartphone. (For those of you who can read my mind get out!!! This means you Xavier!) Motorola has announced two new phones the Mpx and the Mpx220. Bask in the glory of these phones my children! They should be out by September. Thanks to Scott W. for the heads up.

posted @ Thursday, July 01, 2004 2:43 PM | Feedback (0) | Filed Under [ General ]

Powered by: