Stories recently tagged with 'MySQL'

7 Minutes from Install to your working EntitySpaces Architecture(developer.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 6 months ago

7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS read more...

add a comment |category: |Views: 356

tags: another

A Delayed Analysis(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 5 months ago

What is your opinion? read more...

add a comment |category: |Views: 4

tags: another

Multiple database support with Entity Framework (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 5 months ago

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 show how to build an application that support multiple databases using same conceptual model made by Entity Framework. read more...

add a comment |category: |Views: 375

tags: another

32 Tips To Speed Up Your MySQL Queries(ajaxline.com)

submitted by Spider84Spider84(675) 3 years ago

If you are interested in how to create fast MySQL queries, this article is for you read more...

1 comment |category: |Views: 319

tags: another

The ADO.NET command parameters(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years ago

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. read more...

add a comment |category: |Views: 26

tags: another

Using MySQL with ASP.Net(gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years ago

This article describes how you can easily use MySQL with ASP.Net web applications. read more...

add a comment |category: |Views: 54

tags: another

Using MySQL and LINQ to SQL in C# ASP .NET(primaryobjects.com)

submitted by surfer6surfer6(317) 3 years ago

You thought LINQ to SQL only works with MSSQL, right? Well, learn how to use LINQ to SQL business objects with a MySQL database. read more...

add a comment |category: |Views: 1327

tags: another

Connect to a MySQL 5.0 database with ADO.NET(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 2 months ago

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. read more...

add a comment |category: |Views: 50

tags: another

ASP.NET – Connecting asp.net to mysql database(blog.techsvr.com)

submitted by prashantvictoryprashantvictory(605) 3 years, 5 months ago

This article wil tell you how to create a database in mysql and how to connect that database to an ASP.NET application. :) read more...

add a comment |category: |Views: 190

tags: another

Re: MySQL versus SQL Server(itwebmonkey.com)

submitted by davidsdavids(480) 3 years, 6 months ago

A response to the ISV blog article about MySQL vs. MSSQL. read more...

add a comment |category: |Views: 20

tags: another

MySQL versus SQL Server (blogs.msdn.com)

submitted by JemmJemm(9604) 3 years, 7 months ago

"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." read more...

1 comment |category: |Views: 897

tags: another

MySQL backup,compress and FTP from your WinForms app(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 3 years, 7 months ago

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. read more...

add a comment |category: |Views: 28

tags: another

LINQ To MySQL(mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1131) 3 years, 7 months ago

A tutorial on using a 3rd party Linq To MySQL provider read more...

add a comment |category: |Views: 1123

tags: another

10 reasons why I chose MySQL over MSSQL2005 Express(blogs.aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years, 1 month ago

10 reasons why to choose MySQL as database engine for your websites instead of MSSQL 2005 read more...

6 comments |category: |Views: 39

tags: another

Selecting Random Records With SQL(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 1 month ago

Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code? Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and I’ll show you how. read more...

1 comment |category: |Views: 204

tags: another

MySQL eye for an Microsoft SQL Server guy(angryhacker.com)

submitted by rgelbrgelb(245) 4 years, 4 months ago

As I've been porting Subtext to MySQL, it's been a learning experience. I've come to both marvel at MySQL's simplicity and tear my hair out at the maddening insanity of half-implemented features. I go back and forth between saying "SQL Server should have done this" and "SQL Server had this in 1997, why can't these guys". read more...

1 comment |category: |Views: 5

tags: another