Open eaglestorm opened 8 years ago
ASP.NET 5 uses JSON for all it's configuration. This is much nicer that XML and more readable. Changes needed:
One thing that will probably be annoying is that JSON does not allow line breaks in strings. This means the SQL statements will not be as readable.
ASP.NET 5 uses JSON for all it's configuration. This is much nicer that XML and more readable.
Changes needed:
One thing that will probably be annoying is that JSON does not allow line breaks in strings. This means the SQL statements will not be as readable.