Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Learn ASP.NET with LINQ

Reply
Thread Tools

Learn ASP.NET with LINQ

 
 
Tem
Guest
Posts: n/a
 
      01-09-2008
I'm new to ASP.NET. But I'm not new to c# and programming in general.
Need some suggestions on whether I should learned the traditional way first
or just learn LINQ?
Would that be sufficient for most web development needs?

Does anyone know of a sample of whole website written with c# 3.5 and linq?
I found a lot of examples and code snippets but not a whole website using
MS's latest technologies.

Thanks
Tem

 
Reply With Quote
 
 
 
 
Braulio Diez
Guest
Posts: n/a
 
      01-10-2008
If I were on your shoes, I would first take a quick look about what ASP .net
is about, you can check this tutorial:

http://quickstarts.asp.net/QuickStartv20/aspnet/

Then start mixing it with LINQ, about LINQ some guys are quite keen to use
it, some others are wating for LINQ to Entities. I like LINQ To SQL but only
used it small things, some links to start with LINQ:

http://weblogs.asp.net/scottgu/archi...an-css-ui.aspx

http://www.tipsdotnet.com/TechBlog.a...Index=0&BLID=3

http://www.tipsdotnet.com/ArticleBlo...NQ&PageIndex=0


Good Luck
Braulio

/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------




"Tem" wrote:

> I'm new to ASP.NET. But I'm not new to c# and programming in general.
> Need some suggestions on whether I should learned the traditional way first
> or just learn LINQ?
> Would that be sufficient for most web development needs?
>
> Does anyone know of a sample of whole website written with c# 3.5 and linq?
> I found a lot of examples and code snippets but not a whole website using
> MS's latest technologies.
>
> Thanks
> Tem
>
>

 
Reply With Quote
 
 
 
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      01-10-2008
"Tem" <> wrote in message
news:...

> I'm new to ASP.NET. But I'm not new to c# and programming in general.
> Need some suggestions on whether I should learned the traditional way
> first or just learn LINQ?
> Would that be sufficient for most web development needs?


I think you have a bit of a misconception about what LINQ is...

LINQ is not somehow the "new version" of ASP.NET - rather, it is an
extension to ASP.NET which provides language-integrated queries (that's
where the acronym comes from), set and transform operations:
http://msdn2.microsoft.com/en-us/net.../aa904594.aspx

Learning LINQ in isolation will be of very little use to you...

> Does anyone know of a sample of whole website written with c# 3.5 and
> linq? I found a lot of examples and code snippets but not a whole website
> using MS's latest technologies.


I'd have thought that would be a virtual impossibility...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Some information for the one who decided to learn C++, and now wantsto learn at least a bit of C? Alexander C Programming 20 09-11-2010 01:04 AM
What parts of LINQ should we learn? Justin Dutoit ASP .Net 5 02-14-2009 06:50 PM
Linq or not Linq George ASP .Net 4 11-05-2008 04:53 PM
Learn the language before you learn the GUI. CoreyWhite C++ 1 03-31-2007 08:56 PM
newbie question: should I learn TKinter or skip it and learn more advanced toolkit? Porky Pig Jr Python 3 05-12-2004 08:58 AM



Advertisments