fabulous
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Roll call - tell us who you are! | 423 | Sep 09, 2004 at 8:32 AM |
| Tech Off | What causes this setup error? | 10 | Sep 09, 2004 at 2:32 AM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | Roll call - tell us who you are! | 423 | Sep 09, 2004 at 8:32 AM |
| Tech Off | What causes this setup error? | 10 | Sep 09, 2004 at 2:32 AM |
Joe Stegman - Developing rich user interfaces with Windows Forms
Sep 12, 2004 at 12:50 AMagreed.
Joe Stegman - What happens to Windows Forms on Longhorn?
Sep 10, 2004 at 12:16 PMDear Microsoft,
Love you and all but why isn't this in Vista? Seriously. I used to be a Linux geek and KDE's tabbed browsing for files is brilliantly simple, as are favorite folders (like Windows' Filebox Extender)... and this still isn't in MS's latest operating systems. Granted it's nice that IE7 and Explorer are two separate entities now in behavior and appearance but some ideas need to gel the system together.
Hope the Yahoo thing goes well,
NG.
Gary Daniels and Evan Goldring - Mock whiteboard problem
Sep 09, 2004 at 10:52 AMPrivate Function IsPalindrome(ByVal inWord As String) As Boolean
Dim max As Integer = inWord.Length - 1
For i As Integer = 0 To max \ 2
If Not inWord.Substring(i, 1) = inWord.Substring(max - i, 1) Then
Return False
End If
Next
Return True
End Function
Gary Daniels and Evan Goldring - Mock whiteboard problem
Sep 09, 2004 at 10:44 AMThis was a great video, and it excites me to see what MS Campus is like.
Zoe Goldring and Gretchen Ledgard - What is it like to interview at Microsoft?
Sep 08, 2004 at 5:35 PMI am relatively new here (signed up a long time ago but started to participate a couple of days ago) and I must admit that I knew nothing of you blogs.Now that I do I will frequent them.
Like someone said, I would like the sequel to this video. It was an eye opener and for someone who dreams of working there someday, it was very exciting to watch and 21 minutes is too short.
I have one question...Do you guys consider community participation in your criteria? By community participation I am referring to online programming forums. The reason I am asking is that there is no Microsoft office near me and the only thing I can do to promote any MS technology is via a public forum.
I would like to know what else is necessary that can be done for recognition by MS. In my country a degree is not the best solution since the curriculum is not sufficient for one to have market value. I have had to learn what I can from short courses, books, forums and the tried and trusted trial and error.
Another thing comes to mind, how often to you make contact with non-US potentials?