由买买提看人间百态

topics

全部话题 - 话题: net
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
o*****8
发帖数: 192
1
来自主题: BuildingWeb版 - asp.net淘汰了吗?
没被淘汰也差不多了, 看看新型的web 2.0,有几个用 .net,主要用 , python ,ruby,
php
.net的缺点显而易见,
*) expensive,
*)不open, python, ruby community的rapid development MVC framework 都推出很
长时间, asp.net才跟着学。
*) 不好 scale, computing 搞得如火如荼,等你的asp.net application 对资源要求越来越
大,你如何host的问题越来越大,linux环境下要简单的多
*)开发速度比 python, ruby 慢,startups choose python/ruby for a reason, they
are fast...
o*****8
发帖数: 192
2
来自主题: BuildingWeb版 - asp.net淘汰了吗?
没被淘汰也差不多了, 看看新型的web 2.0,有几个用 .net,主要用 , python ,ruby,
php
.net的缺点显而易见,
*) expensive,
*)不open, python, ruby community的rapid development MVC framework 都推出很
长时间, asp.net才跟着学。
*) 不好 scale, computing 搞得如火如荼,等你的asp.net application 对资源要求越来越
大,你如何host的问题越来越大,linux环境下要简单的多
*)开发速度比 python, ruby 慢,startups choose python/ruby for a reason, they
are fast...
f**k
发帖数: 906
3
来自主题: BuildingWeb版 - 彻底转投.net了
很多大公司都是用php
Facebook
Wikipedia
Yahoo
Photobucket
Digg
facebook 用hippop编译成机器码。
如果只是比较语言做同样函数,比如数据计算,3d模型的话,显然是C, C++最快,Java
,.net都还不错。php,ruby,python等等需要解析的就慢很多。
但是考虑到整个web框架,他们要实现的任务量,数据库,以及实现的方法,步骤不同
。结果就不同了。 php的很多功能是通过so/dll函数库实现的。就是说由机器码编译好
的了。
相对来说.net java的很多功能函数库,喜欢用.net java在virtual machine里面实现
,通过interop或者jni的方法并不是prefer的,毕竟他们强调的是cross language/
platform。当然不排除vm以及其基本framework,用的是机器码。
当然.net和java的一个好处是,函数库齐全,使用方法单一,明确,容易使用。
如果只是运行程序,其实在linux上使用mono也是是很好的选择。
不过我们这里讨论的是web服务部分,由于受到内存,netwo... 阅读全帖
f**k
发帖数: 906
4
来自主题: BuildingWeb版 - 彻底转投.net了
很多大公司都是用php
Facebook
Wikipedia
Yahoo
Photobucket
Digg
facebook 用hippop编译成机器码。
如果只是比较语言做同样函数,比如数据计算,3d模型的话,显然是C, C++最快,Java
,.net都还不错。php,ruby,python等等需要解析的就慢很多。
但是考虑到整个web框架,他们要实现的任务量,数据库,以及实现的方法,步骤不同
。结果就不同了。 php的很多功能是通过so/dll函数库实现的。就是说由机器码编译好
的了。
相对来说.net java的很多功能函数库,喜欢用.net java在virtual machine里面实现
,通过interop或者jni的方法并不是prefer的,毕竟他们强调的是cross language/
platform。当然不排除vm以及其基本framework,用的是机器码。
当然.net和java的一个好处是,函数库齐全,使用方法单一,明确,容易使用。
如果只是运行程序,其实在linux上使用mono也是是很好的选择。
不过我们这里讨论的是web服务部分,由于受到内存,netwo... 阅读全帖
t*********1
发帖数: 502
5
来自主题: Database版 - 新手请教:Java or .NET, DBA? (转载)
【 以下文字转载自 Java 讨论区 】
发信人: testSystem1 (test system), 信区: Java
标 题: 新手请教:Java or .NET, DBA?
发信站: BBS 未名空间站 (Thu Jan 5 16:00:40 2012, 美东)
中年大妈,想转行做IT工作(以前拿过CS MS学位,没干这一行)。想请教我这种情况
,应该学Java 还是.NET? 考虑上手时间,找工作容易和job security。 工资就不考虑
了。
目前为止,我只是上学遍过程,没有industrial experience. 语言中,最熟悉Java,
用过swing, awt和core java的东西,但没有做过web,所以jsp, severlet, sping等都
不熟悉。
.NET方面,我自己看过asp.net的书,大概知道是些什么东西,没有做过hands on
project,其它都不懂. 至于C#,我觉得跟java很类似,不知道是我懂太少还是确实如
此?
所以主要考虑学习web application的frame work, 像我这种情况学哪个比较合适?请
... 阅读全帖
m******d
发帖数: 53
6
来自主题: DotNet版 - .NET 和现在的J2EE相比
Shipping VS.net to other platform is not the goal here. Written once and run
everywhere is the idea (sounds familiar? :) )
For .NET framework porting to other platform, there's at least SSCLI, or Rotor
project for educational and research purposes. It's currently supporting Mac,
FreeBSD, Sun Solaris and of course (what am I thinking, it's MS) Windows XP.
Useful links:
http://www.sscli.net
http://msdn.microsoft.com/net/sscli
m******d
发帖数: 53
7
来自主题: DotNet版 - .net前途如何?
We cannot deny that the most successful language that we have seen in the
commercial software industry is the Java language and JVM. But MS is
positioning .NET as the next big thing.
Talking about reliability, .NET also requires type safety, error-handling
mechanism, garbage collection, etc. in the CLR. .NET also provides a number of
security features. For example, unlike traditional security support in which
only access to the executable is protected, .NET goes further to protect
access to spec
L*******r
发帖数: 1011
8
来自主题: DotNet版 - .Net search engine - Lucene.Net
http://sourceforge.net/projects/lucenedotnet/
Lucene.Net is a complete up to date .NET port of Jackarta Lucene a
hight-performance, full-featured text search engine written entirely Java. See
http://jakarta.apache.org/lucene for more info on Jakarta Lucene.
L*******r
发帖数: 1011
9
来自主题: DotNet版 - .Net IDE - 总结网址
http://www.dotnetcoders.com/web/Articles/ShowArticle.aspx?article=49
Alternative IDEs to Visual Studio.NET Back to Site Article...
Author: James Foster Date Posted: 02/17/2003 .NET Version: 1.0.3705
When you're looking to put together a small project or demo, Visual Studio.NET
can be overwhelming. This article introduces you to several alternative IDEs
that can be used for .NET development. Some feature as little as syntax
highlighting over the basic text editing features, while others feat
L*******r
发帖数: 1011
10
hehe. PHP is good for cross platform quick and dirty implementation.
There are tons of source code there you can "reuse". :)
It's not necessary for your company to do that kind of transfer if your
clients are small and requirements are simple. 你可以说服你老板做mix
solution.就是不动原来的那些玩意,新的part用ASP .net呀。
不过你们client有一堆UNIX机器,你就forget ASP .Net吧。Mono的ASP .Net还不敢说一
定达到product水平了。
要我是老板,我敢用mono的ASP .Net.大不了自己fix那些不成熟的part呗。
但我想大部分老板都不会用吧。人家可不想做这些fix.都是希望现成,经过验证的soluti
on.呵呵。
k****i
发帖数: 1072
11
来自主题: DotNet版 - recommended ASP .NET books?
What's the different between "Programming Microsoft .net" and "Programming
Asp.net"?I always like to use wrox programming series as handbook,but don't
know this one is good or not.
According to "Unleashed",I read it in Barnes and nobles for about 1 hour,and
it help me in the httpmodule and httphandlers,and I also found that it had
something like the email in asp.net that other books do not talk about.Looks
interesting.But I really don't like the vb.net code there.




爱用纯文本编辑器来写code,所以尽管题目是AS
E*******s
发帖数: 42
12
来自主题: DotNet版 - recommended ASP .NET books?
我是在Borders里,翻了几本后觉得这一本比较适合我的水平. 我从来没有用过ASP,也喜欢
在讲实例的同时可以从宏观处到细微, 这样我会理解得更好. 我以前看过mastering
jsp,挺喜欢.
但如果已经对asp, 或者.net有一定了解的人,可能会认为这本书比较啰唆, 你会没有耐心
读那些你已经都知道的章节.
不过, 其它的我并没有认真看. 只是当时觉得这一本比较容易读.
有时话多些, 有时少些 这两天属话少阶段 :)




爱用纯文本编辑器来写code,所以尽管题目是ASP.NET,诠释的是.NET技术,可惜VS.NET
y**b
发帖数: 10166
13
unix下面的几个c++程序, 都在标准名空间下, 完全文本界面,
平时都用make编译, 生成几个可执行文件.
想放到.net 2003下面试试:
1. 应该建立win32 console project, 而且是empty project吗?
还是建立makefile project?
2. 在win32 console project里面加入头文件和源文件, 各个
源文件都可以compile成功. 可是一build就出错, 说是有
些量重复定义, 可是从代码的角度看显然没有重复定义.
看来是因为这些文件之间有依赖关系. 这些关系在unix里
面可以通过makefile来说明, .net里面怎么办?
3. 在.net里面想生成多个执行文件该怎么办(象unix那样)?
4. 如果建立makefile project, 是不是要写一个.net下面的
makefile? 有没有什么介绍这方面的网页?
多谢多谢.
r****y
发帖数: 26819
14
来自主题: DotNet版 - .NET前景的障碍
那个叫Rotor的东西?太大了,上百万行代码,估计进展会很缓慢。可有已经成功的
运行Rotor的FreeBSD系统的网站例子?这东西能完成ADO.NET和ASP.NET的功能吗?
有了CLR就可以不要IIS做server吗?
ASP.NET好像不用IIS也可以,但是ADO.NET呢?
G**T
发帖数: 388
15
来自主题: DotNet版 - [zt]101 VB.NET examples
http://www.vbforums.com/showthread.php?s=&threadid=306750
Many of you may be aware of this great set of .NET examples, but for those of
you who are new to .NET, this set of 101 code samples can be a life saver when
moving from VB6 to VB.NET. It is also useful for any newcomers to programming.
These are all examples done by Microsoft and contain comments and
descriptions. Almost anything you want to do in .NET, you will find a basic
(or advanced) implementation in these examples. This was origina
w******t
发帖数: 1422
16
来自主题: DotNet版 - question re: .net
gladly to see magicfat and cang etc here (thought you guys are java person -
seems like that it is a trend that j2ee person needs to know .net :)
involved in some sort of comparison effort between .net and j2ee, would like
your guys help.
questions are:
(1)what is the counter part of custom tag in .net, server control?
(2)I liked tile framework in struts - is there a similar one here?
(3)better yet, is there any equivalent framework such as struts for .net?
(4)how connection pooling is to be imp
m******t
发帖数: 2416
17
来自主题: DotNet版 - question re: .net

I have been working on a couple of .net projects(one of them intertwining with
a Java project) in the past year. It's nice to have a change once a while.
8-)
User defined control? I mean the .ascx stuff.
Not out of box in the .Net package AFAIK.
Well .net has its built-in framework - one which Martin Fowler calls "a Page
Controller framework".
It's handled under the hood in OLE DB I guess?
That's my impression on .Net, too. I still like Java (_not_ J2EE) from a pure
technical point of view ex
p*p
发帖数: 75
18
来自主题: DotNet版 - Answer Re: ASP.NET 难题测试 (1)
Microsoft Press has a book: Developing Microsoft ASP.NET Server Controls and
Components. It's the best book about ASP.NET that I have ever see. Strongly
recommend.
Besides, the ASP.NET source code helps a lot on understanding how ASP.NET
works. You can use Reflector to see decompiled-code, or download the Mono
project source code. The Mono source code looks exactly the same as the
decompiled MS implementation. :)


没有
hierachy
因为
called.
上一
DropdownList
t***s
发帖数: 163
19
.NET Session State存储失败问题即解决方法
第一次发贴,不知这里的规矩,有冒犯的地方,请多包涵。
本人是非IT人士,但一直喜欢倒腾点网站设计。最近在做一个基于Web的“质粒”库(分
子生物学用)。考虑到访问量很小,打算用一台WindowsXP professional做服务器,前端
是ASP.NET,中间层是C#写的预编译的组件,后端数据库是MSDE。
以前也做过C#的程序,但昨天晚上在Session处理上出现了一个问题:在一个页面存储的S
ession变量,Response. Redirect到另一个页面就无法调用,显示Session[“变量名”]
对象为空。仔细一试,发现每次Request同一个页面(Refresh浏览器)都获得一个新的Se
ssionID。显然Session State没有存储。
以前也使用Inproc模式存储变量,并没有出过这样的问题。多次试验失败后认为是.NET的
问题,上google查,发现IE
SP1中有个补丁,使机器名含有特殊字符的服务器无法写入cookie。而.NET默认配置Cooki
eless=false。就是说必须要写cookie
b****i
发帖数: 619
20
目前正式的版本好像有:
Visual Studios .NET (2000年?)
Visual Studios .NET 2.0 (? 有吗?哪年?)
最新的正式版本又叫做Visual Studio 2003 (2005还是beta)
====================
请问这些是否有部件上的区别?
譬如,
1。请问C#(1.0)是在哪个版本当中被正式介绍的啊?
2。哪些支持ASP.NET呢?
3。不同版本的MSDN Library可以分别与之配套使用吗?
(譬如,Visual Studios.NET和MSDN2005?)
/bow
a9
发帖数: 21638
21
来自主题: DotNet版 - 拷。.net有个重大bug
vs.net的web调试环境,静态文件也由asp.net来处理。
而asp.net处理静态文件的时候,会缓存,但是反编译它缓存的代码可以发现。如果
文件的最后修改时间是未来的话,会抛出这个异常。
这样。如果我在夏令时1:xx编辑了这个文件,那么到了2点,时间就调回到1点了。
这时候1:xx编辑的文件就成了未来的文件。结果.net就抛出异常了。
我在调试js文件,由于