LINQ to SQL Overview - video
Luca -
☕ 1 min. read
This is my presentation from TechEd Barcelona: The link has been fixed. It should work now. Let me know if it doesn’t. http://www.microsoft.com/emea/msdn/spotlight/sessionh.aspx?videoid=716. The European locale brings out my Italian accent
On this page there are a bunch of interesting presentations (i.e. Anders on LINQ): http://www.microsoft.com/emea/msdn/spotlight/default.aspx
0 Webmentions
These are webmentions via the IndieWeb and webmention.io.
12 Comments
Comments
Charlie Calvert's Community Bl
2008-03-11T17:41:27ZWelcome to the forty-first Community Convergence. The big news this week is that we have moved Future
Rohit Sharma
2008-03-12T12:52:56ZJust got this link from the MSDN and this is a big milestone for Microsoft. Amazzzzing stuff you guys have made and I seriously appreciate it.
I like the way you have covered the various features and explanation in your thick Italian accent.
This will go a long way and may change design to a big extent. Kudos to the entire team.
Cheers,
Rohit
rohits79 - gmail.com
lucabol
2008-03-12T14:32:23ZThanks for the kind words.
Which accent are you referring to? :)
Padu Merlotti
2008-03-19T10:47:25ZI sent the video link to a good friend of mine just to provoke him. He is italian, but his italian accent is terrible (we moved to spain when 12, then to england at 20, to brazil at 28 and to the usa at 30. He knows 5-6 languages, but none that he can claim his own :-)
I've watched your presentation and it was very clear and lucid. If I was reluctant about LINQ, now I'm starting to adopt it. But there are a few missing points in my mind, and by reading several blogs these last days, these questions also exist on the mind of many. For example, how LINQ fits the n-tier development model?
I see that there are two schools of thought nowadays, one that says to hell with DAL, LINQ to SQL "is" your DAL, and the other that says that LINQ is only useful as a RAD tool in small projects (or bounded within a traditional DAL).
Right now I'm experimenting with the first approach, creating encapsulated wcf services that makes LINQ queries directly to the datacontext obtained by the O/R designer, but I can surely see what problems may come up in a big system.
It would be very nice to hear something from an authority of the subject. Don't you want to blog about it?
Saluti di uno Italiano-Brasiliano
Padu Merlotti
2008-03-19T10:48:14Zoops... replace "we moved" to "he moved"
Wriju's BLOG
2008-03-19T20:12:50ZLuca, the Microsoft Lead Program Manager, he is one of my favorite presenters. The way he demonstrate
Bryan Reynolds
2008-03-19T21:50:26ZPadu Merlotti,
Great comment! We are faced with those questions. Technology is moving quickly, which makes those question you pose difficult to answer.
For example if you decide to use LINQ to SQL as you data access layer and your business layer what do you unit test? Do you unit test?
Bryan
Padu Merlotti
2008-03-19T22:24:43ZBryan,
I use NUnit for more traditional architected systems. This is going to be the first SOA system that I design. Haven't thought yet if NUnit will fit the new model or if I'll have to use (or come up) with something else.
lucabol
2008-03-20T13:01:31ZHi Padu,
I normally think of L2S as my DAL. If you need a DAL with more capabilities (i.e. more complex object relational mappings), then L2E is your best choice.
If you don't like how the L2S API works (i.e. maybe your customers need a company specific way to access data), then it make sense to encapsulate L2S in your own DAL.
In summary, it depends :-)
Padu Merlotti
2008-03-20T14:07:51ZLuca,
I'm in the first week of development... that's exactly what I'm doing.
My wcf services encapsulate my L2S "EL" (Entity Layer, term that I stole from a blog I read this week).
So far so good...
I usually don't like paper thin DALs.
Bernd
2008-03-28T15:59:16ZReally nice Vid, finally I'm on the way to understand LINQ ;)
Marco
2008-04-01T11:09:07ZAnother rubish from Microsoft.
Do they know what multiple layers mean...
Man what a completely rubish.