7
votes
5answers
623 views
Using aspx Rendering Engine to Generate Non-HTML
Is it possible to use the asp templating engine (With the partial code-behind class, dynamic <% ... %> blocks and such) to generate non HTML? I want to have a clean and maintainable way to gener …
1
vote
LINQ to SQL - where does your DataContext live?
I'm using a per-thread context. It is tricky to setup, but it cleans up everything that needs to talk to the db.
…
