|
| |||||||||
| Tags: aspnet 35, aspnet extensions, aspnet silverlight, extensions |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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. |
|
#2
| ||||
| ||||
| 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. |
|
#3
| ||||
| ||||
| 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. ![]() |
|
#4
| ||||
| ||||
| 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 |
|
#5
| ||||
| ||||
| 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.
__________________ Grand Theft Auto 4 PC Video Game |
|
#6
| ||||
| ||||
| 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. ![]() |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |