PreviousNext

Understanding Your Language Choices for Developing Modern Apps

by bill-s, 2013-09-07T17:10:50.000Z

Developing modern software using a single language just doesn’t happen in 2013. Programming has evolved to a polyglot model with domain-specific languages (DSLs) for each tier of development. For example, a popular scenario is to use SQL and C# on the back end and HTML, JavaScript and CSS as the UI languages.

Read More