Jeffrey McManus

The New Thing

Jeffrey McManus header image 2

Outline of My MySQL Talk at VSLive

February 16th, 2007 · 3 Comments · .NET, MySQL

Here’s a list of slides I’m developing for the MySQL talk I’m giving at VSLive next month. This talk is intended for developers who are proficient with .NET and some kind of relational database but with with little or no exposure to MySQL. I am pretty sure that the talk is going to be 60 minutes in duration, so 30-40 slides should be about right.

Did I leave anything important out? Let me know in comments — thanks!

  1. What is MySQL?
  2. Meta: About Open Source Software
  3. Obtaining MySQL
  4. Installing MySQL
  5. Configuration
  6. Jeffrey’s my.ini File
  7. Gotcha: Security Settings
  8. Command-Line Tools
  9. MySQL GUI Tools
  10. Visual Studio Integration
  11. MySQL Administrator
  12. MySQL Query Browser
  13. Creating a schema
  14. Pluggable Storage Engines
  15. Data Types
  16. Enumerations
  17. Gotcha: Set DATETIME Defaults
  18. Unicode Support
  19. MySQL Query Manager
  20. MySQL ODBC Driver ("it exists")
  21. MySQL ADO.NET Provider
  22. Creating a DataReader
  23. DataReader with Parameters
  24. DataSet
  25. Subselects
  26. Use LIMIT N instead of TOP N
  27. Stored Procedures
  28. Transactions
  29. Triggers
  30. Clustering
  31. Replication
  32. Architecting for Scalability
  33. References

Related posts:

  1. Installing the MySQL ADO.NET Connector into the Global Assembly Cache
  2. At MySQL Conference This Week
  3. MySQL Gotchas for .NET Developers

Tags:

3 Comments so far ↓

  • Sheeri Kritzer

    Jeffrey,

    Is it possible for you to video this talk? I’d love to put it up (with proper credits to you of course!) at http://www.technocation.org as a video resource (Technocation would pay for the bandwidth and such).

    If you have a video camera but not a way to digitize it, I have that capability for a regular DV tape (just send it to me), or a VHS-C (or HG/Super HG) tape — basically, I think any of the compact analog tape (that’s approximately 3.5″ x 2.5″)).

    Anyway, let me know — if you can’t video, can you audio record? E-mail me (if my e-mail didn’t come through, check out http://www.sheeri.com for my contact info…

    Current score: 0
  • Adam Trachtenberg

    How about “Why/when should you use MySQL instead of MSSQL on .NET?” and “Why/when would it be a bad choice?”

    Current score: 0
  • Jeffrey McManus

    I don’t think that VSLive makes any of their content available online — they want you to attend the conference. It’s possible that if the talk is well received they will ask me to give it again at their other conferences later in the year.

    I’m actually going to steer clear of MySQL/MS SQL comparisons, mainly because I’m a little out of date on MS SQL. (I haven’t used the 2005 version at all.)

    Current score: 0

Leave a Comment