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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events