Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Bring to front Pin
GlobX5-Jan-11 15:26
GlobX5-Jan-11 15:26 
QuestionWCF Service Exception Pin
indian1435-Jan-11 11:32
indian1435-Jan-11 11:32 
AnswerRe: WCF Service Exception Pin
GlobX5-Jan-11 15:32
GlobX5-Jan-11 15:32 
GeneralRe: WCF Service Exception Pin
indian1435-Jan-11 16:25
indian1435-Jan-11 16:25 
AnswerRe: WCF Service Exception Pin
GlobX5-Jan-11 16:35
GlobX5-Jan-11 16:35 
QuestionASP.NET Visual Studio.NET 2010 Pin
Nino_14-Jan-11 19:36
Nino_14-Jan-11 19:36 
AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Hiren solanki4-Jan-11 19:45
Hiren solanki4-Jan-11 19:45 
AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Keith Barrow4-Jan-11 20:55
professionalKeith Barrow4-Jan-11 20:55 
VS2005 came with .NET 2.0, and all your .net 2.0 code should still work. If you didn't get into generics at the time, they are worth a review.

Changes since 2.0 then have really been add-ons (i.e. not core architecture changes) and language improvements. That's not to say there hasn't been a lot of mostly positive change, but you can apply everything you already know and introduce the new stuff as you go along.
On the ASP side of this there is ASP.NET AJAX, and you should look at WCF in place of WebServices if you use those. You might also want to get your head around ASP.NET MVC3, though I'd personally leave that till last as in lies on top of other new technologies.
As far as the backing-code is concerned the main thing to play with is LINQ in its various guises, and the new LinqDataSource (much cleaner than the SqlDataSource / ObjectDataSource for binding).

.Net 4 has fewer new features, there is good support for parallelism, which is likely to be important as the number of processors goes up.

AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Abhijit Jana4-Jan-11 21:29
professionalAbhijit Jana4-Jan-11 21:29 
AnswerRe: ASP.NET Visual Studio.NET 2010 Pin
Nino_16-Jan-11 10:00
Nino_16-Jan-11 10:00 
Questionhow can i upload video or audio file into database? Pin
hassanmorsy4-Jan-11 12:30
hassanmorsy4-Jan-11 12:30 
AnswerRe: how can i upload video or audio file into database? Pin
Not Active4-Jan-11 12:40
mentorNot Active4-Jan-11 12:40 
QuestionHow can I display a pop-up when hovering over a Gridview row? Pin
JTRizos4-Jan-11 6:50
JTRizos4-Jan-11 6:50 
AnswerRe: How can I display a pop-up when hovering over a Gridview row? Pin
Not Active4-Jan-11 8:05
mentorNot Active4-Jan-11 8:05 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
JTRizos4-Jan-11 9:33
JTRizos4-Jan-11 9:33 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
Not Active4-Jan-11 9:56
mentorNot Active4-Jan-11 9:56 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
JTRizos4-Jan-11 11:00
JTRizos4-Jan-11 11:00 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
Parwej Ahamad4-Jan-11 9:59
professionalParwej Ahamad4-Jan-11 9:59 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
JTRizos12-Jan-11 6:25
JTRizos12-Jan-11 6:25 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
Parwej Ahamad12-Jan-11 6:43
professionalParwej Ahamad12-Jan-11 6:43 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
JTRizos12-Jan-11 7:05
JTRizos12-Jan-11 7:05 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
Parwej Ahamad12-Jan-11 7:17
professionalParwej Ahamad12-Jan-11 7:17 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
JTRizos12-Jan-11 7:49
JTRizos12-Jan-11 7:49 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
Parwej Ahamad12-Jan-11 8:09
professionalParwej Ahamad12-Jan-11 8:09 
GeneralRe: How can I display a pop-up when hovering over a Gridview row? Pin
JTRizos12-Jan-11 8:20
JTRizos12-Jan-11 8:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.