不同版本的dotnet框架 [英] Different versions of dotnet framework

查看:113
本文介绍了不同版本的dotnet框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道dotnet框架的版本之间的区别
就像2.0、3.5和4.0框架有什么区别??

这些功能有哪些新功能?

I want to know the difference between the versions of dotnet frameworks
like what is the difference between 2.0,3.5 and 4.0 framework???

What are new features in these?

推荐答案

http://24x7aspnet.blogspot.com/2009/05/difference-between- net-203035-framework.html [ ^ ]
What''s Difference Between .net Frame Work 2.0, 3.0, 3.5 and 4.0[^]

http://24x7aspnet.blogspot.com/2009/05/difference-between-net-203035-framework.html[^]


ASP.NET 3.5 –主要功能:
1)AJAX集成
2)LINQ
3)汽车属性
4)Lambda表达式

没有直接方法可以从客户端访问数据
我们使用这些方法进行访问. 1)脚本管理器的页面方法
2)ICallbackEventHandler接口
3)XMLHttphanlder组件

Enableviewstate--属性具有两个值"True"或"false"

我们必须使用ClientID属性来找出动态生成的ID

ASP.NET 4.0:在此框架中,此功能具有内置功能.以下是实现它们的方法.

1)客户端数据控件
2)客户端模板
3)客户端数据上下文

Enableviewstate --ViewStateMode属性采用一个枚举,该枚举具有三个值:Enabled,Disabled和Inherit.

引入了新的ClientIDMode属性,以最大程度地减少ASP.NET早期版本的问题.
ASP.NET 3.5 –Main features:
1) AJAX integration
2) LINQ
3) Auto Properties
4) Lambda expressions

There is no direct method to access data from client side
We use these method to access..
1) Pagemethods of script manager
2) ICallbackEventHandler interface
3) XMLHttphanlder component

Enableviewstate-- property has two values "True" or "false"

We have to use ClientID property to find out the id which is dynamically generated

ASP.NET 4.0: In this framework there is an inbuilt feature for this. Following are the methods to implement them.

1) Client data controls
2) Client templates
3) Client data context

Enableviewstate --ViewStateMode property takes an enumeration that has three values: Enabled, Disabled, and Inherit.

The new ClientIDMode property is introduced to minimize the issues of earlier versions of ASP.NET.


这篇关于不同版本的dotnet框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆