Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



What is ASP.NET 3.5 Extensions

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 18-02-2010
Member
 
Join Date: Feb 2010
Posts: 127
What is ASP.NET 3.5 Extensions

Hi all,

Recently .NET 3.5 and Visual Studio 2008 release of Microsoft's. NET strategy has milestone significance in the Web development side, includes a powerful feature of the HTML Web Designer, the design provides a split view editing, nested master board pages, as well as the perfect CSS integration, while improving the support for JavaScript, including smart tips and debugging. Just. NET 3.5 released 20 days after Microsoft released ASP.NET 3.5 Extensions. what is this extension. I am just confused over there. Please help. Thanks in advance.

Last edited by Arumugan : 18-02-2010 at 04:30 AM.
Reply With Quote
  #2  
Old 18-02-2010
Modifier's Avatar
Member
 
Join Date: Jan 2008
Posts: 1,502
What is the ASP.NET 3.5 Extensions

ASP.NET 3.5 Extensions includes more ASP.NET features, mainly the following parts:
(1) ASP.NET MVC Framework
(2) ASP.NET AJAX improvements
(3) ASP.NET Dynamic Data Support
(4) ASP.NET Silverlight Support
(5) ADO.NET Data Services

Check and reply.
Reply With Quote
  #3  
Old 18-02-2010
MindSpace's Avatar
Member
 
Join Date: Feb 2008
Posts: 1,832
Re: What is ASP.NET 3.5 Extensions

The concept of ASP.NET MVC Framework extension that will realize the application is divided into three parts, Model data to maintain the state, View to display the user interface, Controller to be used to handle user interaction, operation Model and select View data display. ASP.NET MVC Framework is the first one concerns the separation in order to facilitate the conduct of tests. At the same time it is the aspx page, template page, the user controls as a View to use, at the same time it provides a very powerful URL routing engine. Best of luck.
Reply With Quote
  #4  
Old 18-02-2010
opaper's Avatar
Member
 
Join Date: May 2008
Posts: 2,362
What is ASP.NET 3.5 Extensions

In the ASP.NET 3.5 Extensions for ASP.NET AJAX improvements in the most important point is that a better browser history support, we can easily control the browser's forward and backward buttons. It provides two ways for us to select and use server-side control or use the client-side script. You will use a simple example demonstrates how to use the server controls the browser history segment control.
Code:
<asp: ScriptManager runat= "server123" ID= "ScriptManager123" 
OnNavigate= "OnNavigateHistory123" 
EnableHistory= "true" 
EnableStateHash= "false" />
__________________
The FIFA Manager 2009 PC Game
Reply With Quote
  #5  
Old 18-02-2010
Reegan's Avatar
Member
 
Join Date: Oct 2005
Posts: 2,299
Re: What is ASP.NET 3.5 Extensions

In the ASP.NET 3.5 Extensions contains a very cool feature is the ASP.NET Dynamic Data, which allows us to not write a line of code is extremely fast to build the use of LINQ to SQL object model, data-driven site, use the ASP.NET Dynamic Data can experience the. NET platform ROR feeling. In the establishment of ASP.NET Dynamic Data site after the end of its project structure is as follows, in which App_Shared folder contains DynamicDataPages and DynamicDataFields two folders, DynamicDataPages folder contains a number of aspx page, the page used to display different types of template, DynamicDataFields the next contains a number of user controls, is used to display and edit all the different types of field templates.
Reply With Quote
  #6  
Old 18-02-2010
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 2,267
Re: What is ASP.NET 3.5 Extensions

ASP.NET Silverlight is also a ASP.NET 3.5 Extensions support, providing a number of ASP.NET server controls, allows us to more easily in ASP.NET using Silverlight, it appeared that only control currently provided by <asp:MediaPlayer/> controls, the following code snippet briefly through several about. ASP.NET Extensions for next year as Microsoft's upcoming ASP.NET products in ASP.NET to provide more support for more new features, it is worth our attention.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "What is ASP.NET 3.5 Extensions"
Thread Thread Starter Forum Replies Last Post
Need Firefox 5 help and extensions Paul$Terry Technology & Internet 6 27-06-2011 11:27 PM
Installed Extensions are missing from "Wrench/Tools/Extensions" in Google Chrome. Cauvery Technology & Internet 5 24-05-2011 10:58 PM
Best Google Chrome Extensions Kieran Technology & Internet 4 24-12-2009 05:56 AM
Supported DB Extensions: None Krupa Software Development 3 23-11-2009 10:10 AM
Extensions In Firefox 3 TechyGuy Tips & Tweaks 1 28-11-2008 05:44 PM


All times are GMT +5.5. The time now is 03:59 AM.