Subscribe to Subscribers
Talk to Webmaster Tony John

Online Members

Pawan Awasthi
More...


Resources » .NET programming » General

ASP.NET 4.0 features


Posted Date:     Category: General    
Author: Member Level: Gold    Points: 5



 


ASP.NET 4.0 Features

Web.config File Minification



The web.config file by default will contain lot of xml tags, now in the ASP.NET 4 they can be either empty or can contain only one line
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation targetFramework="4.0" />
</system.web>
</configuration>

Auto-Start Web Applications


In earlier versions of ASP.NET, for these situations you had to devise custom approaches to "wake up" an ASP.NET application and then run initialization code during the Application_Load method in the Global.asax file.
A new scalability feature named auto-start that directly addresses this scenario is available when ASP.NET 4 runs on IIS 7.5 on Windows Server 2008 R2. The auto-start feature provides a controlled approach for starting up an application pool, initializing an ASP.NET application, and then accepting HTTP requests.

Permanently Redirecting a Page


ASP.NET 4 adds a new RedirectPermanent helper method that makes it easy to issue HTTP 301 Moved Permanently responses

Expanding the Range of Allowable URLs


ASP.NET 4 introduces new options for expanding the size of application URLs. Previous versions of ASP.NET constrained URL path lengths to 260 characters (based on the NTFS file-path limit). In ASP.NET 4, you have the option to increase (or decrease) this limit as appropriate for your applications, using two new httpRuntime configuration attributes.

Multi-Targeting


In ASP.NET 4, a new attribute in the compilation element of the Web.config file lets you target the .NET Framework 4 and later.

New Features in the Microsoft Ajax Library


The Microsoft Ajax Library is being released independently of ASP.NET 4 as an open-source and fully supported product.


Script Loader


The Microsoft Ajax Library includes a client-script loader. The client-script loader loads all scripts that are required by a client component or control automatically and executes the scripts in the right order.

jQuery Integration


The jQuery library is a very popular open-source JavaScript library that is included with both ASP.NET Web Forms and ASP.NET MVC.

ASP.NET Chart Control


The ASP.NET Chart control expands the data-visualization offerings in the .NET Framework. Using the Chart control, you can easily create ASP.NET pages that have intuitive and visually compelling charts for complex statistical or financial analysis.

ASP.NET MVC


ASP.NET MVC was introduced as an add-on framework to ASP.NET 3.5 SP1 in March 2009. Visual Studio 2010 will include a preview of ASP.NET MVC 2. When Visual Studio 2010 ships, it will include the RTM version of ASP.NET MVC 2. The version of ASP.NET MVC 2 that is included in ASP.NET 4 Beta 2 includes new features and capabilities.





Did you like this resource? Share it with your friends and show your love!


Responses to "ASP.NET 4.0 features"
Author: ABitSmart    11 Nov 2009Member Level: Gold   Points : 0
Please format HTML in your resource


Author: Jigar    28 Nov 2009Member Level: Gold   Points : 0
HI,
Dharamraj

Thanks for sharing this useful information.

-:)



Author: Surya Gahlot    30 Apr 2010Member Level: Silver   Points : 2
Please go through these links for more about meta keyword and response.redirectpermanent feature of ASP.Net 4.0

http://mscoder.wordpress.com/2010/04/21/metakeyword-and-metadescription-seo-feature-of-asp-net-4-0/

http://mscoder.wordpress.com/2010/04/20/response-redirectpermanent-seo-feature-of-asp-net-4-0/

Thanks



Author: Manju    30 Apr 2010Member Level: Gold   Points : 0
Hi Dharmaraj,

It was an useful article.Thanks.

Regards,
Manju



Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: Sub report in Crystal report
    Previous Resource: Virtual WiFi in Windows 7
    Return to Resources
    Post New Resource
    Category: General


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    ASP.NET 4.0 features  .  



    Follow us on Twitter: https://twitter.com/dotnetspider

    Active Members
    TodayLast 7 Daysmore...

    Awards & Gifts
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.