How can we use the LinqToSQL in ASP.NET MVC 2 Application? - asp.net-mvc-2

Can anyone help me to write an Application using ASP.NET MVC 2 and LinqToSQL??? also explain the Repository Pattern!!!

Unless you specify what kind of help, it's very hard to answer your question. This article from Scott Gu might help you get started with linq to sql.
Here's a link to another article on the repository pattern, and here

Related

Any Data Annotations tutorials that use EF Database-First approach to explain the subject?

All tutorials on Data Annotation attributes I've found explain the subject using either Asp.Net or EF Code-First examples. I don't know either of the two, so do you know of any tutorials that would explain the subject using EF Database-First approach?
Thank you
Here's one that's for ASP.NET Web Forms with EF Database First:
http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-8
This is the last installment in an 8-part tutorial series.

Suggestions for free ASP.NET MVC Design Templates

I'm looking for some free ASP.NET MVC design templates for an internally facing web app. We don't have a graphic designer and I'm not good at that side of things.
Can anybody suggest some good links? All I've found so far is http://mvccontribgallery.codeplex.com/, but there's nothing there that suits.
Thanks!
You can make any html template compatible with ASP.NET MVC. Don't limit yourself.

Is it possible to integrate Doctrine 2 with Zend Framework 1.1x?

I'd really like to use and test Doctrine 2 and Zend Framework, but I don't where to start, and I don't know if both are compatible?
Do you have any feedback?
How could I integrate Doctrine 2 with Zend Framework 1.1x?
Thanks in advance.
After a long day of search, I found two implementations which of one I liked much because of its documentation and simplicity.
It is part of a Zend Framework extension called Bgy library, there is an Application Resource to help bootstraping both Web application and CLI.
There are several resources which will help you get started:
Bisna library
Cob library
2-part series on integration
A Doctrine 2 blog post I wrote myself on fundamentals
Have a look at the excellent ZendCast: http://www.zendcasts.com/unit-testing-doctrine-2-entities/2011/02/

ASP.NET MVC 2 Futures documentation

Is there any documentation for ASP.NET MVC 2 Futures?
In another question (see ASP.Net MVC Futures Refresh For MVC2), I posted a list of MVC 2 Futures features and linked to what little scattered documentation there is. It's not much, but it should be enough to get you started working with the library.
Most of the Futures library is
undocumented, but we are looking to
add samples and documentation for some
of the new features as we move
forward.
http://aspnet.codeplex.com/wikipage?title=MVC
According to their CodePlex page, its not likely: "Most of the Futures library is undocumented, but we are looking to add samples and documentation for some of the new features as we move forward."
A great overview of MVC3 Futures is available here:
http://weblogs.asp.net/imranbaloch/archive/2011/07/26/using-the-features-of-asp-net-mvc-3-futures.aspx

Entity framework 4 blog or information page

I am trying to find proper place where can i get all updates regarding EF 4 as we are going to use it for our new project.
Is there any team blog for EF4 from microsoft?
Any other online source?
I am trying to get upto speed with EF 4 but just googling everywhere there seems to be old information and confusion me a lot.
http://blogs.msdn.com/efdesign/ Entity Framework Design
http://blogs.msdn.com/adonet/default.aspx ADO.Net Team blog
http://misfitgeek.com/blog/resources-for-learning-the-ado-net-entity-framework/
http://msdn.microsoft.com/en-us/data/aa937723.aspx
Entity Framework 4.0 Resources – documentation links, best blog posts and more
Julia Lerman (author of "Programming Entity Framework") also has a lot of informationn on her blog Don't Be Iffy and on her book web site, Learn Entity Framework. She's currently updating her book content to reflect EF4.
Marc
Danny Simmons is the EF dev manager for Microsoft, his blog is: system.data.objects dev guy