Code Craft: Freedom vs Safety Languages
Coding Horror: A Scripter at Heart
So I hate Microsoft, both because they only allow safety languages at their core, and because they are in a constant state of change. The use of safety languages in a realm where freedom languages should reign is unacceptable to me. It is a backward methodology, making client side interaction more complicated than I ever thought possible. To reverse the trend, and make my life more tolerable, I have tried to circumvent Microsoft's best practices by implementing the following:
- Generate a data access layer (MyGeneration was recommended to me)
- Define Views for the data in the code behind in an aspx/asmx that acts as an API
- Implement StringTemplate to render any dynamic web pages using data provided by Views.
- Implement Mootools and/or JQuery for the user interface.
