This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 扫盲,C#,ASP.Net2.0,ADO.Net2.0,都什么时候干什么用的啊,没有概念,想了解一点,thanks
-djklyy(日月之行,朝朝暮暮);
2008-5-29
(#4473451@0)
-
c#, asp.net 一般用来develop web applicatio. ado.net 是连接数据库的。
-rebecca907(Rebecca);
2008-5-29
(#4473469@0)
-
thanks,那开发web到底是c#呢,还是asp.net,对新手如何抉择呢?
-djklyy(日月之行,朝朝暮暮);
2008-5-29
(#4473787@0)
-
C# used to build what you don't see on the web(logic/control/business model), asp.net is to build what you can see (presenation) unless they are hidden..two of them work independently or togeter to make a web application depends on what you need..
-sunday8(sunday8);
2008-5-30
(#4474711@0)
-
谢谢了,对一个it不太陌生的人,学这个.net,generally要多长时间啊?另外,现在最主流的.net 开发体系结构是什么,想知道。tks
-djklyy(日月之行,朝朝暮暮);
2008-5-30
(#4475557@0)
-
c#是编程语言, 就象java; ASP.NET是web framework, 就象struts; ADO.NET是database access api, 就象JDBC. 2.0是版本号.
-javacup(风铃);
2008-5-29
(#4473799@0)
-
谢谢了,对一个it不太陌生的人,学这个破.net,generally要多长时间啊?另外,现在最主流的.net 开发体系结构是什么,想知道。tks
-djklyy(日月之行,朝朝暮暮);
2008-5-30
(#4475558@0)
-
基于你的水平,大概需要3至5年的功夫,但三到五年后,microsoft已经不用C#和ASP.Net了
-newcomer28(newcomer28);
2008-6-14
(#4500912@0)
-
精辟!
-cool_john(Pipi Mom);
2008-6-16
(#4503996@0)
-
这个我不同意,如果你是c++,java高手,用asp.net + c#上手很快。如果,有一个测试project,就更快了。我个人两个星期上手。
-dreamspeaker(风语者);
2008-6-16
(#4504844@0)
-
C++, JAVA 高手不会这样问问题, 也不会问这样的问题.
-cool_john(Pipi Mom);
2008-6-20
(#4512879@0)
-
.NET languages and framework.In .NET, you can select different language, such as C#, VB.NET, C++.NET, and so on, to development. No matter which language you use, underlying .NET framework (backend class library, run-time environment, and so on) is same. ASP.NET and ADO.NET are two parts in .NET framework. The first one is for web application and the second one is for data processing (not only for database). 2.0 is version of .NET framework. The latest version of .NET framework is 3.5.
HTH
-deep_blue(BLUE);
2008-5-30
{470}
(#4474193@0)
-
谢谢了,对一个it不太陌生的人,学这个破.net,generally要多长时间啊?另外,现在最主流的.net 开发体系结构是什么,想知道。tks
-djklyy(日月之行,朝朝暮暮);
2008-5-30
(#4475559@0)
-
you are insulting all the people who are answering your question.
-holdon(again);
2008-6-1
(#4478890@0)
-
Agree.
-cool_john(Pipi Mom);
2008-6-13
(#4500809@0)
-
2个小时
-kevin_tor(KFC);
2008-6-1
(#4478954@0)
-
6 months full time to become a beginer.
Study 100,000 pages help docs + over 100 example projects to become a middle-level
-stevenw(stevenw);
2008-6-2
(#4480203@0)