Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8513555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:36:15+00:00 2026-06-11T04:36:15+00:00

I am currently writing a Metro application and I want to integrate managed SQL

  • 0

I am currently writing a Metro application and I want to integrate managed SQL handling within my app by connecting it to my web SQL DB.

What are my options for .NET 4.5?

Also, if you downvote, please explain why, I know there is some MySQL connector for .NET 4, but it is obviously incompatible with 4.5

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:36:16+00:00Added an answer on June 11, 2026 at 4:36 am

    I strongly advise against client programs connecting directly to a database server over the Internet, for the following reasons:

    • Client libraries are designed and built around the assumption that the database is under a few miliseconds away, especially very chatty protocols (MSSQL is amongst these). Short operations might take considerably longer as a result.
    • It’s a security liability, not only are you exposing your database server to the Internet, but you’re also embedding connection details (such as passwords) in your application.
    • It doesn’t lend itself to scalability. What if you introduce multiple load-balanced or failover database servers, you’d have to rewrite your client.
    • It also assumes that there won’t be any connectivity problems. Many networks (especially mobile networks) restrict activity outside of port 80/443 to prevent abuse of their network (such as zombie users launching attacks).

    The ideal solution in these cases is to develop a web-service frontend for your database; your application would then interface with the web-service instead of your database. This has other advantages.

    Of course, clients (especially mobile clients) should use a data cache so the application will continue to work when offline.

    Back on-topic: assuming you still want to go with a direct connection, then I don’t see why the MySQL client library won’t work on 4.5. You can modify an assembly’s manifest/configuration so that it will run on future versions of the .NET CLR (you’ll only run into problems if said library uses since-removed types and members or relies on changed behavior. The .NET framework has a good reputation for backwards and forwards compatibility).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently writing a web service using WCF in VB.NET. Previous web services I
I'm currently writing a C# metro app for the Windows 8 consumer preview which
I'm currently writing an ASP.Net app from the UI down. I'm implementing an MVP
I'm currently writing a simple app that performs a series of requests to the
I am currently writing a simple IOS app that saves tasks into a table.
I'm currently writing a billing application using EF 5 Code First, and I'm running
The application I'm currently writing is using MVVM with the ViewModel-first pattern. I have
I am currently writing a genre classification application as my final year project in
I'm currently writing some general purpose .net libraries that contain usual helper classes. For
I'm currently writing an application that allows one to store images, and then tag

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.