By tag: MySQL
0
kicks
Hotel Reservations Services
A leading international online <a href="http://www.hoteltravel.com/">travel</a> information and hotel reservations service offering discounted hotel rates in more than 100 countries worldwide. The company is managed by an international group of professionals with extensive expe...
0
kicks
Tired of querying in antiquated SQL? don't have a DBMS handy?
This amazing small tool allows to query SQLSERVER or MYSQL databases using LINQ or simple SQL, doesn't require installation, and works like a charm, really useful if you're trying to learn LINQ. It's just 4MB
0
kicks
7 Minutes from Install to your working EntitySpaces Architecture
7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS
0
kicks
Multiple database support with Entity Framework
One of the features introduced in Entity Framework is being database independent. Which mean each database provider can support Entity Framework by implementing its provider.
This feature allows you build applications independent from the underplaying database provider. In this post I’m going to ...
0
kicks
32 Tips To Speed Up Your MySQL Queries
If you are interested in how to create fast MySQL queries, this article is for you
0
kicks
The ADO.NET command parameters
Building SQL commands based on parameters is a good way to block SQL injection vulnerabilities. This is a short article about how to use the ADO.NET parameters in different database management systems, like: Microsoft SQL Server, MySQL and Oracle.
0
kicks
Using MySQL with ASP.Net
This article describes how you can easily use MySQL with ASP.Net web applications.
0
kicks
Using MySQL and LINQ to SQL in C# ASP .NET
You thought LINQ to SQL only works with MSSQL, right? Well, learn how to use LINQ to SQL business objects with a MySQL database.
0
kicks
Connect to a MySQL 5.0 database with ADO.NET
If you want to develop applications with the .NET Framework having a MySQL database as a data source you may want to try the MySQL Connector/NET 5.2. The MySQL Connector/NET is a fully managed ADO.NET component wich provides specific implementation for all ADO.NET classes.
0
kicks
ASP.NET – Connecting asp.net to mysql database
This article wil tell you how to create a database in mysql and how to connect that database to an ASP.NET application. :)
0
kicks
MySQL versus SQL Server
"We were recently in a review where the ISV was using both SQL Server and MySQL. Of course working for Microsoft my first question was to ask why they had chosen to use MySQL."
0
kicks
MySQL backup,compress and FTP from your WinForms app
Rough code showing you how to implement remote open/save functionality from within your app by backing up/restoring MySQL database and saving/getting it from a FTP location.