The problem with Fixation on C, C++,C#

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
There was a post recently that derided the 'poor grasp' of C# developers consequent to their inexposure to pointers.

I come from a C++ background so feel fortunate not to be tarnished with that brush. Only problem is, take your typical 21 year old graduating and joining software engineering. Unless you join MS/IBM/BAE and so forth and are working on embedded systems, the vast majority of folks are going to be ISV bound.

Scott Hanselman has just released a co-written book. It comes in at 1728 pages.

My singular point is to compare the breadth of technologies one has to cover

  • Thorough coverage of how to implement ASP.NET 3.5 AJAX and the ASP.NET AJAX Toolkit
  • An introduction to LINQ and many LINQ examples throughout the book side-by-side with the related SQL example to show you the differences between the two
  • Enhanced coverage of XML use in ASP.NET including the new XML Schema Designer Add-on, LINQ to XML, LINQ for XML examples, and XSLTC.exe, a command-line XSLT compiler
  • A new chapter on CSS design for ASP.NET and the Visual Web Developer CSS design tools
  • A new chapter on the ASP.NET lifecycle and architecture best-practices
  • Increased coverage of ASP.NET with SQL Server 2005 and Oracle as the databases
  • Coverage of enhancing your ASP.NET applications with Microsoft’s new Silverlight for stunning video and animation uses
  • Coverage of Scott Hanselman’s famous productivity tool picks for developers to help make you a more productive ASP.NET developer
  • Updated coverage of migrating applications for previous ASP.NET versions
With what was the first big programming book I used Practical Visual C++ 6.

You need to be more or less 'Compos-Mentes' with all the subject matter covered because that is
  1. What customers expect
  2. What you need to stay ahead of the game
I now see programing like athletics (analogously of course)

You have
a) Your Specialists, e.g. 100 metre sprinters, Pole vaulters, long jumpers. these are your C/C++ people. Peter Stestoft kinda knows his software. Listening to this guy drilling down into the minutae is compelling and captivating.

b) Your Decathletes. These are the people that build sites using the technologies included in the aforementioned book

Comparison is not really relevant, but we do compare all to readily.





More...

View All Our Microsoft Related Feeds
 
Back
Top