Results 1 to 6 of 6

Thread: What is ASP.NET 3.5 Extensions

  1. #1
    Join Date
    Feb 2010
    Posts
    137

    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. #2
    Join Date
    Jan 2008
    Posts
    1,521

    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. #3
    Join Date
    Feb 2008
    Posts
    1,852

    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. #4
    Join Date
    May 2008
    Posts
    2,389

    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" />

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    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.

  6. #6
    Join Date
    May 2008
    Posts
    2,297

    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.

Similar Threads

  1. want Firefox extensions for my Asus eee pc T91
    By KaIilAshhh in forum Technology & Internet
    Replies: 6
    Last Post: 11-08-2011, 10:55 AM
  2. Need Firefox 5 help and extensions
    By Paul$Terry in forum Technology & Internet
    Replies: 6
    Last Post: 27-06-2011, 10:27 PM
  3. Replies: 5
    Last Post: 24-05-2011, 09:58 PM
  4. Supported DB Extensions: None
    By Krupa in forum Software Development
    Replies: 3
    Last Post: 23-11-2009, 10:10 AM
  5. Extensions In Firefox 3
    By TechyGuy in forum Tips & Tweaks
    Replies: 1
    Last Post: 28-11-2008, 05:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,702,124,314.57455 seconds with 17 queries