由买买提看人间百态

topics

全部话题 - 话题: net
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
b********2
发帖数: 855
1
来自主题: BuildingWeb版 - asp.net淘汰了吗?
汗。。。asp.net怎么可能被淘汰?基本上,中型公司以上没可能用PHP的。至于为什么
PHP那么火,
关键还是因为它和MySQL是免费的,而微软的产品要收费。
其实ASP.NET和PHP没什么可比性。ASP.NET是整个框架和平台,PHP只是一个语言而已。
p**2
发帖数: 613
2
来自主题: BuildingWeb版 - 彻底转投.net了
觉得.net慢的都是,狂拖控件的主
cache方面又没做任何配置,都是用默认的。。。
逻辑写得不好,什么都慢,逻辑写得好,什么都快。
我经常用.net动态的产生静态的html网站,没法更快了。。
另外.net出来有10年了吗?
p**2
发帖数: 613
3
来自主题: BuildingWeb版 - 彻底转投.net了
觉得.net慢的都是,狂拖控件的主
cache方面又没做任何配置,都是用默认的。。。
逻辑写得不好,什么都慢,逻辑写得好,什么都快。
我经常用.net动态的产生静态的html网站,没法更快了。。
另外.net出来有10年了吗?
v*********g
发帖数: 235
4
如果想用asp.net做一个自己的网站,有什么步骤呢? 哪里的服务器支持asp.net呢?
z*****n
发帖数: 447
5
今天碰到个朋友,聊到云计算,问我这个问题, Is .NET the second class citizen
of the cloud?
我觉得这个问题挺有意思的,现在所知的很多IaaS,PaaS技术都是Open Source的,部
署在Windows Server上Cost较高,好像除了MS自己,其他很少有用到.Net的。
不过我对.Net不了解,这个说法对么?
aw
发帖数: 127
6
VB.NET是用来写应用程序的(可能访问数据库也可能不用),和用什么数据库没有必然关系
,数据库是用来存储数据的,这点不要搅浆糊。VB.NET里用ADO和数据库进行连接,数据
库可以是任何一家生产的,并不是说一定要用微软的SQL SERVER。
你看来是初学,建议你先不要考虑SQL SERVER,用ACCESS就可以了,基本的功能够你用的
了,也不用多花钱,等把数据库基本的设计,SQL搞熟了,再去找个FREE的EVALUATION版(
6个月)的SQL SERVER来用。
visual studio .net一般学校里都和微软有协议,可以几十块就买到学生版的,先拿来把
编程的内容学会了。
c**t
发帖数: 2744
7
来自主题: Database版 - sqlplus vs ODP.Net
execute same select statement in sqlplus is much faster than execute it in O
racle Data Provider for .Net; I know ODP.Net has some overhead; but query i
n sqlplus takes 2 minutes; that in ODP.Net takes for ever (>30 minutes no re
sult). What could be the reason?
n****t
发帖数: 158
8
【 以下文字转载自 DotNet 讨论区 】
发信人: netnet (netnet), 信区: DotNet
标 题: 请教怎样compile .msi file and .net project
发信站: BBS 未名空间站 (Sun Mar 9 11:50:26 2014, 美东)
本人是 C#.net 新手,请教各位高手几个问题:
我有一个.msi 文件, 另有一个C#.net project, 现在需要把它们放在一起compile,
该怎样做?这个.msi 文件 的名字是xxx-setup,我試着打开它, 但是install .msi
文件的窗口就跳出来了。这个.msi 文件是.exe 文件吗?我需要安装它吗? 我google
了下.msi, 可是还不是很明白。
谢谢。
e***g
发帖数: 158
9
来自主题: DotNet版 - .net前途如何?
for scheduling .net is not No.1 priority of MS now.
the .net hype has been there for 2 years, and nothing yet.
give it at least another 4 years before it indeed becomes
a significant rival. meanwhile good luck for find a .net job.
e***g
发帖数: 158
10
来自主题: DotNet版 - .Net search engine - Lucene.Net
ah! just port whole apache to .net. or run java on .net.
L*******r
发帖数: 1011
11
如果你有Java和C++背景,找个syntax和grammer compare的站点。语言就差不多了。
Visual Studio.Net有walkthrough book,教给你一些简单的应用。你就可以写简单应用了

不过结构不太好。
因为MS是data driven的开发模式。你最好先弄清楚ADO.Net. 搞清楚disconnected 模式

direct connect 模式。ASP.Net表面上和开发传统GUI差别不大(这也是MS的目标),弄清
楚delegate就行了。
我建议你找些短的tutorial来看。然后边写边学。
L*******r
发帖数: 1011
12
来自主题: DotNet版 - .NET 入门系列(1)--什么是.NET
I think the key in .Net is:
1. CLR: make cross-language programming works. Reuse.
2. XML service: Make system ditributed and scalable.
3. .Net framework: a huge reusable library.

of
G***o
发帖数: 5158
13
来自主题: DotNet版 - [FWD] .Net 101 [2]
Goals of .NET
Microsoft has been successful in the desktop operating systems and
applications market for many years but has yet to achieve similar success in
the areas of large-scale enterprise and Internet systems, highly distributed
systems, and devices. The .NET initiative is Microsoft's attempt to make
greater inroads into these markets.
Microsoft .NET is an ambitious initiative with the goal of providing an
integrated platform for the creation, distribution, and execution of
applications. W
L*******r
发帖数: 1011
14
来自主题: DotNet版 - .Net remoting paper from wrox team
I feel this paper is good. Especially if you already have knowledge about
distributed programming. Just map your knowledge to .Net terms. hehe.
The printable version:
http://www.devarticles.com/printpage.php?articleId=261
The remoting infrastructure provided by the .NET runtime is a very powerful
model that allows you to leverage the services of objects residing in
different App Domains and host machines. The remoting model in .NET is
extremely simple yet brings with it a whole myriad of rich fe
c*o
发帖数: 70
15
来自主题: DotNet版 - vb.net v.s. C#
Can anyone tell me what vb.net can do but C# can't?
I read a lot of books. It seems to me that as long as there is a vb.net
statement, there is always a C# counterpart of it. But some C# statements
don't have any vb.net counterpart.
p***n
发帖数: 635
16
来自主题: DotNet版 - [转载] .NET 培训免费转让
【 以下文字转载自 Florida 讨论区 】
【 原文由 payan 所发表 】
3天在BOCA RATON,FL
感兴趣的回我信箱.
FREE 3 DAY TRAINING:
===================
.NET Web Development Training Seminar in Boca Raton, Florida, November 11-13, 2003. This free seminar is designed to provide developers with an opportunity to learn about .NET. The .NET Web Development Training Seminar is a three-day instructor-led
course delivered in an interactive presentation and live-demo format. Attendees gain the foundation skills and knowledge to start building
C****n
发帖数: 2324
17
Architecture: .Net is a little bit better (personal preference will play a big
role)
Productivity: J2EE is better. J2EE has much more supporting tools, software
floating around.
Future: .Net will be better. This is for sure. .Net will catch up in next 3 -
5 years.
L*******r
发帖数: 1011
18
我本来也没想去做这个的,就是想着简单地把Python的blog, wiki,还有什么email
server什么的搞到我的ASP .Net solution里面去。.Net写得再快也没有直接拿过来快啊
可是那些Python
solution对Apache依赖得很,没办法,那些IIS的Solution不是慢(CGI),就是什么内存泄
漏。没办法,自己搞一个了。:)
engine实际上是C的engine.所以要实现IDisposable去释
k****i
发帖数: 1072
19
来自主题: DotNet版 - recommended ASP .NET books?
I am sorry,I mean I used wrox's Professional series【 在 kongzi (鸡龟骨滚羹)
的大作中提到: 】



爱用纯文本编辑器来写code,所以尽管题目是ASP.NET,诠释的是.NET技术,可惜VS.NET
y**b
发帖数: 10166
20
谢谢, 我用的c++, 没用过c#, c++也有readonly吗? 难道是因为
大家都用一个.net环境? 觉得不会呀.
我把源码放在ftp上面, static和enum两个版本, 你们有兴趣
可以看一下其中static定义部分, 并用.net编译一下.
没空就不麻烦了. 我只是奇怪.net 2003 c++的编译器怎么
会不能识别static const unsigned int DEFAULT_CAPACITY = 30;
ftp:
128.138.45.113:2121
cross/cross
w****e
发帖数: 25
21
来自主题: DotNet版 - .NET前景的障碍
I wanted to see .NET with an engine kinda of Java Servlet. Web Form in ASP.NET
looks like a kid's toy. So much stuff is packed in a single page. That is ugly
in my
point.
My previous boss sings high for .NET architecture. However, I havn't gotten
his point.
Maybe I still need to dig more in it.

been
web
e****e
发帖数: 1775
22
MS provider for oracle
or Oracle data provider for .net (ODP.NET)?
第一个得好处就是可以用.net的wizards drag and drop
第二个从performance和稳定性上来说比第一个自然要稍好那么一点点
你们用哪一个?
自己写那些所有的commands还是很累得说,可是好像有的data type第一个
并不支持,比如说xmltype (if am correct)
偶得oracle是9i
G**T
发帖数: 388
23
来自主题: DotNet版 - [转载] free VB .NET
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: GTGT (玩), 信区: Programming
标 题: free VB .NET
发信站: Unknown Space - 未名空间 (Sun May 16 00:27:23 2004) WWW-POST
maybe this is an old news. I happened to find this:
from http://net.thevbzone.com/main.htm
Microsoft is offering everyone a FREE copy of Visual Basic .NET !
Here's how it works:
1) You go to Microsoft's new "VB @ The Movies" web site
http://msdn.microsoft.com/vbasic/atthemovies/
2) You watch 5 of the available FREE training videos on how to use V
st
发帖数: 1685
24
来自主题: DotNet版 - Help ASP.NET!!!
check ProcessStartInfo.CreateNoWindow,
the default is false.
I saw the window back in the old days, maybe it was .net 1.0, which has
not that much security as .net 1.1... probably .net 1.1 suppressed this
window thing....
the user accesses your ASPNET application might be anonymous, I think...
at least that's what caused the problem here...
j***e
发帖数: 186
25
来自主题: DotNet版 - ASP.NET -- help
check permissions. ASP.NET use Network services account on w2k3
or do a reinstall of ASP.NET
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -ir
m**a
发帖数: 119
26
来自主题: DotNet版 - [转载] ASP.NET
【 以下文字转载自 BuildingWeb 讨论区,原文如下 】
发信人: mula (mumu叫的牛蛙), 信区: BuildingWeb
标 题: [转载] ASP.NET
发信站: Unknown Space (Fri Oct 29 11:47:41 2004), WWW转贴
【 以下文字转载自 JobHunting 讨论区,原文如下 】
发信人: mula (mumu叫的牛蛙), 信区: JobHunting
标 题: ASP.NET
发信站: Unknown Space - 未名空间 (Tue Oct 26 17:34:48 2004) WWW-POST
I'm looking for job in the field of web development by ASP.NET. Does anybody
hunt job in the similar area and be kindly offer me some idea what kind of
technical questions will be in the interview. Thanks.
p*p
发帖数: 75
27
来自主题: DotNet版 - .NET 新手 请教两个弱问题

.NET数据访问接口是ADO.NET
有几个oracle 实现, System.Data.OracleClient
Oracle的ODP.NET

p*p
发帖数: 75
28
来自主题: DotNet版 - asp.net/IIS configuration problem

folder
IIS
It had to create the virtual dir in IIS manually. Normally we don't want to
put the source code in inetpub\wwwroot, so you need to create the virtual dir
first, then create the Web Project in VS.NET
user
Create a Application Pool in IIS, logging with your own user/pass. Assign the
Applicatin Pool to the ASP.NEt web application in IIS. this allows you to
debug it with non-adminiatrator account.
My best practice: forget about "Web Project" concept in VS.NET compleletly.
1. Use Cassini
a*******t
发帖数: 891
29
来自主题: DotNet版 - 选择VB.NET还是 C#?
I imagine if you know vb, and .net, it's not hard to switch from c#.net to
vb.net
L*********r
发帖数: 92
30
常用的应该是non-ui lib, 如ado.net, xml, mq etc.
ASP.net 或 winform适用于不同的product.
两个各有不同的business case.
desktop应用的客户对程序的size要求不高.
实际上, 对于开发实现, winform 和 ASP.net没区别.
l*s
发帖数: 783
31
☆─────────────────────────────────────☆
rodney (gotoAndPlay(0)) 于 (Thu Mar 8 17:28:14 2007) 提到:
winforms,拿来写windows下的内部交流的小工具,可能很不错,但是我一直没有机会
用。
我只用到了asp.net。asp.net至少是跨了一半的平台,在client端完全跨平台。这个
比winforms有价值一些。
☆─────────────────────────────────────☆
les (Walk the walk, talk the talk) 于 (Thu Mar 8 19:57:24 2007) 提到:
我们公司全是webform projects.windforms也只是业余小打小闹编点工具。

☆─────────────────────────────────────☆
a9 (嗯) 于 (Thu Mar 8 20:00:19 2007) 提到:
至少目前,布署.net framework还是件很麻烦的事情。
机会
☆───
l*s
发帖数: 783
32
☆─────────────────────────────────────☆
tubie (Tubie or not tubie) 于 (Mon Mar 26 15:50:33 2007) 提到:
发信人: tubie (Tubie or not tubie), 信区: BuildingWeb
标 题: help: 又没有现成的.NET 网站的source code?
发信站: BBS 未名空间站 (Mon Mar 26 15:48:58 2007)
为中文学校作志愿者.帮他们建站.他们想用简单的技术.我以前用java. 很多现成的
open source framework like expresso etc. 不知道 .NET 有没有?
有知道的大虾请帮忙.谢谢.
☆─────────────────────────────────────☆
les (Walk the walk, talk the talk) 于 (Mon Mar 26 16:08:52 2007) 提到:
http://asp.net/downloads/starterkits/defa
w**b
发帖数: 19
33
.net framework library的source code在visual studio 2008 Express Edition里
debugging时能看到吗?我刚才试了一下看不见,根本无法跟踪进去。是不是有什么东
西要设置?但是Express Edition 无法按这个链接的方法设置:http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx
哪位大虾知道是怎么回事?先谢谢了。
a9
发帖数: 21638
34
asp.net的还是windows application?
asp.net的楼下已经说了。windows的我记得也很简单。只是忘了用哪个类了。

NET
App
x*g
发帖数: 689
35
来自主题: DotNet版 - asp.net请教一下
几年前用.net 2.0的时候做了个asp.net的网站, 当时没有用Ajax之类的东西。 现在
有一个网页比较慢,想更新一下提高速度。
这个网页由三个custom control组成,每一个control都是有自己独立的ascx和cs文件
。每一个control都有自己的update,delete,add按钮。现在是只要是其中的一个
control点了按钮,整个页面都要reload,只要造成页面比较慢。
因为工作原因,最新的asp.net技术我都没有follow了。请教一下怎么样才能用最少的
改动加入Ajax的功能,就是一个control update的时候只是这个control reload,其他
的2个control都不reload? 用updatepanel是不是最简单的?还有有更好的技术?网站
比较复杂,现在除了慢一点外别的都运行正常,所以不想大改动。
谢谢!!
s***o
发帖数: 2191
36
来自主题: DotNet版 - 入门C#.Net,求教学习材料
MSDN+Google is the best teacher.
www.asp.net has lots of information and wonderful tutorials
If you do have time to read books, then those "Pro c#..." and "Pro asp.net.
.." from Apress are not bad as introductory books.
CLR via C# is another good book.
For advanced topics, I consider Dino Esposito's "Programming ASP.NET" THE
BEST. But his new MVC book is just so-so.
l***0
发帖数: 2
37
Hello:
I am living at Chicago area and working as a developer using .Net. I am
thinking to work as a pure .Net developer.
I am looking for someone to have a chat about local .Net community. Would
you
please send a message to my account if you would like to help me. thanks
s***o
发帖数: 2191
38
available through 3/18, focusing on MVC 3 new features:
http://www.asp.net/mvc/pluralsight
http://weblogs.asp.net/scottgu/archive/2011/03/09/free-video-tr
net-mvc-3-features.aspx
p****1
发帖数: 275
39
来自主题: DotNet版 - looking for .NET/SQL developer position
I am a .NET/SQL Programmer, about 6 years industry experience, expertise
in ASP.NET, VB.NET, C#, MVC, SQL, SSRS, got used with TFS / Share Point
environment. I consider myself solid middle to senior level developer,
technical person, lacking leading experience. H1B visa sponsorship is
needed, since I have got I140 approved, my H1B visa can be renewed as needed
. DC area preferred.
Should you have any information, please contact me. Thanks,
F*****e
发帖数: 331
40
来自主题: DotNet版 - 找.NET的工作
背景:国内南瑞工作过4年。
美国硕士即将5月毕业。目前已经没课只等毕业,人在纽约州。没身份需要H1B,GC.
寻找.NET的工作,会C++,C#,ASP.NET,ADO.NET,EF,MVC, N-Tiers, LINQ,SQL,SQL
SERVER, SOA(Web Service, WCF), linux kernel programming等。
有机会的话请告之~~
F*****e
发帖数: 331
41
来自主题: DotNet版 - 找.NET的工作
背景:国内南瑞工作过4年。
美国硕士即将5月毕业。目前已经没课只等毕业,人在纽约州。没身份需要H1B,GC.
寻找.NET的工作,会C++,C#,ASP.NET,ADO.NET,EF,MVC, N-Tiers, LINQ,SQL,SQL
SERVER, SOA(Web Service, WCF), linux kernel programming等。
有机会的话请告之~~
F*****e
发帖数: 331
42
来自主题: DotNet版 - 寻找.NET的工作。。
背景:国内南瑞工作过几年。
美国CS硕士即将5月毕业。目前已经没课只等毕业,人在纽约州。没身份需要H1B,GC.
寻找.NET的工作,会C++,C#,ASP.NET,ADO.NET,EF,MVC, N-Tiers, LINQ,SQL,SQL
SERVER, SOA(Web Service, WCF), linux kernel programming等。
有机会的话请告之~~
H*******g
发帖数: 6997
43
有多大啊?带数据库不?带单独的DATA ACCESS LAYER不?管前面的HTML, CSS,JS么?
如果都有,你1W起价。别把.NET的价格给拉低了。。。.NET要有.NET的价格。。。别和
PHP混淆哦。
P****y
发帖数: 707
44
来自主题: DotNet版 - asp.net membership /existing database
ok, 好像是这样就可以了
http://stackoverflow.com/questions/3861721/add-asp-net-membersh
my-own-existing-database-or-should-i-instead-c
但是还有一个问题,是不是用了asp.net membership, 必须要用俩Connection String,
虽然是一个database, 但是asp.net membership用一个特殊名字的,而我的applicati
on要用原来我自己定义的?
b***i
发帖数: 3043
45
我用pipe来传递简单的信息,比如字符串,我每秒钟从一个程序发送到asp.net那个
pipe,从而网页的内容会虽时更新。两个程序运行在一个计算机上。
我不需要asp.net关掉,运行了就可以一直运行,没有网络请求也可以继续运行,
windows是把没有web请求 的asp.net关掉吗还是就是service会关掉?
实在不行,我就手动运行这个C#程序?
b***i
发帖数: 3043
46
我用pipe来传递简单的信息,比如字符串,我每秒钟从一个程序发送到asp.net那个
pipe,从而网页的内容会虽时更新。两个程序运行在一个计算机上。
我不需要asp.net关掉,运行了就可以一直运行,没有网络请求也可以继续运行,
windows是把没有web请求 的asp.net关掉吗还是就是service会关掉?
实在不行,我就手动运行这个C#程序?
s***o
发帖数: 2191
47
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
windows平台上不管server side 还是client side java是无法
跟.net竞争的。
.net最大的敌人来自微软内部. windows div 那帮人拼命打压.net,说不定c++在
windows桌面应用上还真能回光返照一把。
g*****g
发帖数: 34805
48
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
您老不懂就别死撑。ebay这个级别的流量而且需要数据integrity的,也就ebay跟
amazon。
ebay基本纯java,amazon用的SOA,java,perl,C++的混合体。底下都是Linux/Unix。
迄今.Net跟这个一个级别的商务应用还不存在。
云上最火的数据库是Cassanda,Java写的。最有名的架构是Hadoop,还是Java写的。
云上最有名的应用是Netflix,还是Java写的。最牛逼的SaaS,Salesforce跟Workday,
仍然是Java写的。微软连工具都写不出来,到头来还要去想办法整合Hadoop免得企业用
户完全不考虑。像样的.Net云应用一个没有。,拿什么跟Java拼?
云上最有钱赚的两头IaaS跟SaaS都没微软啥事,到头来哼哼唧唧整个PaaS,也就是守住
.Net那两亩三分地撑死了。这么多Java,PHP,Ruby,Perl应用,难道会部署到Azure上?
看看微软这10年股价,再比比同样老得Oracle,IBM这10年,真是丢人。
微软今天ER利润下降20%,收入下降8%,你天下无敌的Win8我是没有看到。
a****9
发帖数: 200
49
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
因为开发一个网站要使用哪个平台的技术更合适,需要考虑很多种情况(除了开发技术
本身,还要考虑人工,开发效率,时间,后续的支持,维护等等),要综合计算成本才
行。
事实上用C#语言的Asp.net在所有开发语言中的速度是最快的,当然偶说的是优化过后,
不包括拖放了大量服务器控件的Asp.net网站。
用C#语言的Asp.net的开发效率也比java高很多。
对于大型网站发展而言,语言已经不是重要的问题,重要的是架构。需要考虑如何负载
均衡、如何纵向和横向的扩展。
g*****g
发帖数: 34805
50
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
AWS上的VM可以跑windows,Azure上的VM也可以跑Linux,能装.Net跟JDK一点不奇怪。
但具体到iCloud,跟.Net可就半毛钱关系都没有。在.Net上跑JDK,想想都知道是脱裤子
放屁,你死撑又有何用。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)