YOUR FEEDBACK
José D'Andrade wrote: "...it may never be released..." Why? "...if Midori isn’t heir to Windows Mi...

SYS-CON.TV
TOP MICROSOFT .NET LINKS


From the .NET Developer's Journal Archives: Getting Reacquainted with the Father of C#
Derek Ferguson, Editor-in-Chief of .NET Developer's Journal, Talks to Hejlsberg In a Major Interview

In our premier issue, back in October 2002, we ran a full-length interview with Anders Hejlsberg, the Distinguished Engineer at Microsoft responsible for the creation of the C# programming language. Then, in March 2005, we presented a follow-up interview conducted by .NETDJ's editor-in-chief, Derek Ferguson, at Microsoft's Tech Ed 2004 conference in San Diego, California. Here it is again in full.

.NETDJ: Between now and the last time we spoke, Borland has entered the .NET space. As an ex-Borland employee who is now one of the most revered .NET icons, what are your thoughts on this?

AH:
I'm very excited that they are doing that! It is the right thing for the Delphi community and .NET is the logical next place for all Windows development tools to go. I think it is a win-win situation.

.NETDJ:
I didn't realize the last time we spoke that you started off at Microsoft building the Windows Foundation Classes for J++. I never had a chance to look at WFC during its day. If I looked at it today, would I see bits I'd recognize from the .NET Framework?


AH:
Some of the ideas from WFC were carried forward into Windows Forms, so you would see stuff there.

.NETDJ:
Where, if anywhere, do you see a need for "a language specializing in... <blank>" today? For example, I think there is a real need for a new entry-level programming language. What do you think?

AH: I think there is a healthy cross-pollination that occurs between all the programming languages. While you might see C# pioneer in one direction and VB pioneer another, ultimately there is a lot of crossing over of ideas over time. Certainly, anything we do on the C# team we let the VB folks participate in and vice versa.

.NETDJ:
I recently spoke with Soma Somasegar, Microsoft's Corporate VP of the Developer Division, and he mentioned that you were one of the people looking at how XML usage can be done better from a programmatic standpoint. Can you tell us a little about this work?


AH:
Well, I wasn't involved in X#, but two of the people who were on the X# team are now members of the C# team. Some of X#'s ideas are being carried forward in C#. These are not going to look the same way as they did in X#. However, I think that the core concepts will carry forward. I can't make any commitments, though.

Actually, the main thrust of X# was trying to deal with relational data. It also tried to deal with XML, but it did not deal with loosely typed XML, which is what most of the XML in the world is.

My feeling is that if XML is strongly typed, then it can very conveniently be represented as classes. So what we really need is syntax for creating "object literals" - objects with nested objects - all in a single expression. We are kind of calling these "object initializers."

I would not expect to see XML literals embedded in the C# programming language, however. There are two ways to think about integrating concepts. On one hand, you can just embed one language in another. Honestly, however, this approach just calls attention immediately to all of the differences between the two languages. Take Embedded SQL, for example. You still have to learn two languages, but you also have to learn how those two languages interact.

On the other hand, if you could just take the conceptual things that are in two languages and merge them into one, you could get a much more productive environment. This is the approach to data I want to take in future versions of C#.

.NETDJ:
The last time we spoke (at OOPSLA 2002), you had just announced that anonymous methods would be added to C#, but you couldn't give a timeline. Now we know that that will occur in Visual Studio 2005. What has happened between now and then to take this idea from a vision to reality?


AH:
The stuff we talked about at OOPSLA was the first glimpse we gave of the new C# language features that will be in Visual Studio 2005. There are many that are well-known: generics, anonymous methods, iterators, and partial classes. There are also many more - nullable types, which we just talked about today - and a whole bunch of smaller things that are not as well-known.

Nullable types basically represent the ability to have value types that can be set to null, which is something that people very much ask for. I recently asked a group of programmers, "How many of you access data in your applications?" Virtually everyone raised his hand.

People do a lot of database access, and yet there are some pretty notable impediments to interactions between databases and programming languages. One of these mismatches is the absence of nullable types from programming languages. SQL databases have always had nullable types, but programming languages have never had nullable types. One of the things that you are sort of seeing here is the beginning of us trying to think really deeply about this problem. Nullable types are a specific problem that we are solving as a part of .NET 2.0. In .NET 1.0, value types can't be null, but in 2.0 they can.

(continued on page 2)

About Derek Ferguson
Derek Ferguson is an associate director in the Information Technology Group at Bear Stearns, a leading global investment banking, securities, trading, and brokerage firm.

YOUR FEEDBACK
Ray the Barbarian wrote: I worked at Microsoft Research, and I had an in person interview with Google last year. It took three weeks after the interview to get a thumbs down. It took 4 weeks of phone interviews, email exchanges, and puzzles to work on at home before getting to that stage. They think raw brain power of people that do well at Top Coder is what they need. Writing great software at the million dollar level takes the right set of values. 1. Value Ease of Use. 2 Value Ease of Modifiable by Developers. 3. Value Low Rate of Bugs 4. Value Sustainable Work Pressure 5. Value Team Effort Google will gradually learn to value these more. Compare Software to Concrete. Concrete is visible. There are only couple of hundred different use for concrete. Concrete can only break in a few ways. It is easy to see how far along you are in a concrete project. My point, software is much harder than concrete.
Spizzy wrote: Not exactly an objective account. Hard to not be pro-microsoft if you reached the company's middle management position in just 2 years - check the man's resume on his website. Nepotism? Anyone? Wonder what a "Linux fan-boy" like myself would think about taking the route of bottom-up at MicroSoft (starting from the hard-knock developer spot).
Noah Webster wrote: I hate ur spelling and am glad you are not coming back.
bart wrote: I know people from google very well. Google does have a lot of problems and a lot of possibilities too. But when one of the quoted says MS "has better products", I start to really tune out. Very biased based on this quote alone.
gg wrote: It really surprises me that the secret the Google writes such shitty code has been a secret for so long. Just read some posts on their developers forums like this one from Google Checkout Developers Forum: http://groups.google.com/group/google-checkout-api-troubleshooting/brows... They seem to create a bunch of crap that does not work, get bored with it and then move on to produce some new crap that also does not function.
LedBetter wrote: When I interviewed with Google I found the process and approach similar. Google innovates because they are hiring the junior engineers who are still out to make a name for themselves. Plus it's easy on the bottom line when you can pay your code monkey's peanuts.
StpOnSpidr wrote: I think it's cool someone has the backbone to stand up and say that the emperor has no clothes. Good for you. I enjoyed your article very much.
Calidad wrote: I am sure that there are some Costco employees who used to work for KMart who miss their old jobs, too. From a user standpoint, if the MS employees who brought us horribly dysfunctional products and services in the past return to their old jobs, thats cool. Keep all the rats in one place, and their code is easier for me to avoid. I found this article via google news. Nuff said.
MtnGoatJoe wrote: Microsoft spent 5 YEARS on Vista, and look what they came up with. The only reason it isn't a complete failure is because people feel they are required to use Microsoft's products. I did a four month contract at Microsoft. It looks great on a resume, but the company is one HUGE bureaucratic nightmare where new ideas are only good ideas if they are cheap to implement.
Scott wrote: I think the "startup" focus is incorrect. Google is the Bazaar model in microcosm. For those who believe that the Bazaar model seen in the large as "the open source community model" can work to produce high-quality commercial software Google is a great place to work. For those who think enterprise-class software can only come from a Cathedral perhaps M$ would be a better choice.
Yakov Fain wrote: Leaving MS/Google aside, I strongly believe that badmouthing your former employer is not professional. I blogged on this over here: http://yakovfain.javadevelopersjournal.com/sergey_leaves_google_and_burn...
Dmitri Filatov wrote: I think that some of the questions that MS asked on the interview could be considered "offensive" to a senior SE, such as reversing a string or throwing coconuts. Those questions are for juniors and look silly.
Scott wrote: Well, it's wantonly obvious that Svetlin Nakov was rejected by Google. In that blog entry he just comes across as bitter and petulant toward Google, and overly impressed with himself for getting a low ball offer from MS. His account should not have even been included in this article, because I sincerely doubt he had the "choice" between the two. Otherwise I'm sure he would have jumped at the chance to mention he got an offer from Google.
Robin wrote: The bloody Blackberry ad is a pain in the butt. I am frustrated and i hate ur website wont ever come back.
MICROSOFT .NET LATEST STORIES
Xenocode announced the availability of Postbuild 2008 for .NET, a major update to its code obfuscation and deployment solution for Windows developers.Xenocode Postbuild allows software developers to deploy .NET applications in a single, secure executable that runs anywhere, with or wit...
The advent of .NET 3.5 marks a turning point in how .NET developers approach programming. "It is our belief that .NET 3.5 in general, and Silverlight in particular, will change programming more significantly than anything that has come from Microsoft for a least a decade," state bestse...
Corporate IT organizations have deployed numerous platforms over the years to enable users to collaborate on and share unstructured documents, files, and other data. File shares, document management systems, e-mail servers, Web servers – chances are that most of these are still in us...
Many of today (and tomorrow’s) development projects lend themselves nicely to RIA application patterns. Silverlight offers a compelling RIA development experience that works on Linux, the Mac and windows as well as all major browsers. With HD video, vector based graphics and a rich s...
Come see a no-slides, code-only presentation that starts with a blank directory and builds a data-driven, AJAX enabled, ASP.NET web application from scratch that implements common AJAX patterns with the rich set of AJAX Control Toolkit, accesses data with LINQ, and implements standards...
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
BREAKING NEWS FROM THE WIRES

InstallAware Software Corporation has released InstallAware 8, a setu...