I have three tables like that:
Articles IdArticle Title Content
Tags IdTag TagName
ContentTag IdContentTag Idtag IdContent
When user in my site write an article with adding tags and submit, I want to save it to tables above.
In traditional ways, I used to use transaction and I could do it. But How can I do it by using linq to sql?