News

MySQL Gives .NET High Five

There was a lot of head scratching at this year's MySQL Conference and Expo when Microsoft was singled out for its contributions to open source development.

"Seriously?" one attendee was overheard asking during the keynote address of Marten Mickos, who was CEO of MySQL AB until Sun Microsystems Inc. acquired the open source database developer for $1 billion in March. Mickos, who's now senior VP in Sun's new database group, pointed to Redmond's work with MySQL in naming Microsoft one of three companies to receive its Partner of the Year awards.

Building a Partnership
Not everyone was surprised. "MySQL is practically unknown in the .NET community," says Jeffrey McManus, principal at consultancy Platform Associates LLC. McManus develops and runs the online document collaboration site Approver.com, which uses both .NET and MySQL. "There are some bleeding-edge guys who use it, and there are some open source tools, like SubSonic, which provides explicit support for .NET. But for the most part, MySQL has a reputation problem with .NET developers."

But McManus, who led a session at last month's conference on .NET development for the open source database platform, believes that MySQL is a viable platform for .NET developers. It's very mature technology, McManus says.

"It's a full-featured relational database system," he adds. "It runs well on Windows. Also, there's explicit support for it in Microsoft's development tools. And, unlike the standard version of SQL Server, it's free."

Microsoft offers its own free version of SQL Server, dubbed SQL Server Express.

New Developer Platform
While McManus is a proponent of MySQL as a database platform suited for Redmond developers, he also used his podium at last month's conference to talk up .NET as a developer platform for the open source community.

"When I talk to MySQL people, I tell them that .NET has a lot of features and capabilities that make it an extremely powerful and productive development environment," he says. "The fact is, most companies have Windows somewhere -- it just makes sense to use the Windows development stack for the apps you build."

McManus calls Microsoft's support of MySQL "one of the best-kept secrets in the industry." That support takes the form of a .NET data connector that's officially maintained and supported by MySQL and the Visual Studio integration for which the company received the conference award.

During his session, McManus discussed techniques for creating a Web app with very little hand-coded ADO.NET. And he touched on methods for creating a database-driven ASP.NET AJAX application, object-relational mapping strategies in .NET 2.0 and the value of querying using Microsoft's LINQ in .NET 3.x.

How does McManus know so much about the efficacy of coding MySQL solutions using .NET? He used that combination to build his own company's Web site, Approver.com.

"We used it from the beginning," he says. "I spent five or six months when I was still at Yahoo evaluating MySQL. It became clear pretty quickly that it was the perfect choice for us, too."

About the Author

John K. Waters is the editor in chief of a number of Converge360.com sites, with a focus on high-end development, AI and future tech. He's been writing about cutting-edge technologies and culture of Silicon Valley for more than two decades, and he's written more than a dozen books. He also co-scripted the documentary film Silicon Valley: A 100 Year Renaissance, which aired on PBS.  He can be reached at [email protected].

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