LaunchCode-Education-Archived / csharp-web-development

Unit 2 (C# Track) of the LC101 Curriculum, following fundamentals in JavaScript
https://education.launchcode.org/csharp-web-development/
GNU General Public License v3.0
5 stars 9 forks source link

SQL Studio Java to C# Changes #96

Closed scottkuhl closed 3 years ago

scottkuhl commented 4 years ago

Replaced Java with C# references and updated Java style naming of properties to C# naming conventions.

Just a note: I know the naming conventions used in this chapter are standard for MySQL. But it will make it "slightly" harder to map the properties in C# since the names won't match. But maybe that is the intention to teaching mapping to different standards in an ORM.

CarlyLanglois commented 3 years ago

Thanks Scott!