In-Depth

Working Programmer: Five Questions with Ted Neward

We catch up with the MSDN magazine columnist on remembrances of things past, and ask him what he sees in the future for programmers living in a mobile-first, cloud-first world.

Ted Neward gets around. He is well-known as a presenter at Visual Studio Live! and Live! 360 events and a columnist for MSDN magazine as the "Working Programmer." He ends each of his columns with a cheerful, "Happy coding!" Find him at one of the Visual Studio Live! events, and he will most likely be holding court with several eager attendees hanging on his every word. We caught up with him last summer and had a chance to ask him five quick questions.

1. What first got you into your programming?
My "speciality" is languages of all forms, and that dates back to when I was a C++ developer and first got a glimpse of Java. At first, I discounted the thing -- it looked like a crippled C++. No templates, no default parameters, no operator overloading. Who'd want to work with a crippled C++? But after six months of playing with Java 1.0 and 1.1beta, I realized the beauty of Java lay not in the language, but the virtual machine living underneath it. That opened up a whole new dimension to programming languages, and I've been chasing those "shaft of light from heaven" moments around different languages ever since.

2. What is it about your specialty that keeps you challenged and engaged?
Have you seen how many languages there are out there? And despite all their similarities, they often hide really interesting idioms, features, or approaches that influence how I build and write software. And the beautiful thing is, that's never going to end. For as long as we write software, we will be looking for better ways to write software, and incorporate them into our languages.

3.What are some of the biggest changes or advancements you see coming in the next few years?
I think we're going to see a proliferation of Ahead-Of-Time compilation tools (similar to what Xamarin does to allow using C# to build iOS apps). That seems to represent a really nice best-of-both-worlds compromise between traditional compiled languages (a la C++) and runtime-based languages (a la Java or .NET). I suspect Visual Studio will start exploring this already, pushing more of the ".NET Native" story as people warm up to the idea.

4. What would be your top priorities if you were a lead product manager?
For Visual Studio: Buy Xamarin.

For SQL Server: Ensure that Ruby, NodeJS, and Python all have Microsoft-blessed SQL Server drivers for better/easier access to Microsoft databases, and start looking at tools like Neo4J, FoundationDB, and MongoDB and see how/where/when we want to start thinking about non-relational storage in the SQL Server environment.

5. What do you think is missing in programming?
Not a thing. As I said, have you seen how many languages there are out there?

Ted's upcoming speaking schedule includes the following sessions at Visual Studio Live! in New York from September 28 to October 1:

  • Busy Developer's Guide to MEANJS
  • Busy Developer's Guide to NoSQL
  • Busy JavaScript Developer's Guide to ECMAScript 6

And at Live! 360 in Orlando, from November 16-20:

  • Busy Developer's Guide to NoSQL
  • Busy Developer's Guide to the Clouds
  • Workshop: Busy Developer's Guide to MEANJS

For details, check out the Live!360 event page here.

About the Author

Lafe Low has been a technology editor and writer for more than 25 years. Most recently, he was the editor in chief of TechNet magazine. He has also held various editorial positions with Redmond magazine, CIO magazine and InfoWorld. He also launched his own magazine entitled Explore New England, and has published four editions of his guidebook The Best in Tent Camping: New England.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube