由买买提看人间百态

topics

全部话题 - 话题: net
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
t*********1
发帖数: 502
1
来自主题: DotNet版 - 再问大家,关于.net
决定学.NET了,这里是可以take的一些课,打算学个几门.从找工作实用性角度考虑,
请大家推荐哪些课值得去些(假设我只有C#的编程经验,没有.NET的任何知识)?请大
家rank according to the priority/popularity. Thanks a lot!!!
1. C# Programming I
2. C# Programming II (1和2这两们课也会介绍asp.net的东西,就不知道什么深度了)
3. ASP.NET Programming
4. ASP.NET Programming II-Advanced
5. Building Applications with Silverlight and RIA Services
6. Database Programming with ADO.NET and Entity Framework
7. Programming Windows Communication Foundation(WCF)I
8. Programming Windows Presenta... 阅读全帖
g*****g
发帖数: 34805
2
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
您老丢人也算是丢人到了极品的地步。比较Java跟C#/.Net,拿个iCloud出来说事。
Azure根本没提供Java的PAAS,所以iCloud必然是把Azure当IAAS用。
从底到上,VM是C/C++写的,VM上跑的Windows/Linux Server是C/C++写的。
再上面的JVM是C/C++写的。JVM之上的Java代码,包括JDK和iCloud App,是Java写的。
跟.Net难道有半毛钱关系?
我老让你举个.Net应用,你举Azure上的.Net PAAS应用也好,举.Net写的IAAS应用也好
,好歹
是.Net相关。Azure上实在没货了,居然拉了Java应用来凑数。你这是无间道.Net黑吧。
g*****g
发帖数: 34805
3
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
你这倒是没完了。所有的.Net应用,有哪个是用的.Net写的DB? 难道不是SQL Server之
类C/C++实现的Storage。按你的逻辑所有的.Net应用都成了C/C++应用,你让这个版情
何以堪。一个应用是啥写的,关键看的是商业逻辑,iCloud用Java实现的商业逻辑,自
然就是Java应用。看看人iCloud都招啥人。你到苹果的网站上自己看看去,iCloud招人
有啥.Net job没。
At the same time, Apple is also recruiting multiple iCloud Java Server
Engineer positions that demand a "minimum of 5 years experience designing,
implementing and supporting highly scalable applications and web services in
Java," as well as an "iCloud C++ Server Engineer."
Azure上的Storage,仍然是C/C++... 阅读全帖
g*****g
发帖数: 34805
4
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
您老丢人也算是丢人到了极品的地步。比较Java跟C#/.Net,拿个iCloud出来说事。
Azure根本没提供Java的PAAS,所以iCloud必然是把Azure当IAAS用。
从底到上,VM是C/C++写的,VM上跑的Windows/Linux Server是C/C++写的。
再上面的JVM是C/C++写的。JVM之上的Java代码,包括JDK和iCloud App,是Java写的。
跟.Net难道有半毛钱关系?
我老让你举个.Net应用,你举Azure上的.Net PAAS应用也好,举.Net写的IAAS应用也好
,好歹
是.Net相关。Azure上实在没货了,居然拉了Java应用来凑数。你这是无间道.Net黑吧。
g*****g
发帖数: 34805
5
来自主题: DotNet版 - 要不要跳ASP.net and C# 坑?
你这倒是没完了。所有的.Net应用,有哪个是用的.Net写的DB? 难道不是SQL Server之
类C/C++实现的Storage。按你的逻辑所有的.Net应用都成了C/C++应用,你让这个版情
何以堪。一个应用是啥写的,关键看的是商业逻辑,iCloud用Java实现的商业逻辑,自
然就是Java应用。看看人iCloud都招啥人。你到苹果的网站上自己看看去,iCloud招人
有啥.Net job没。
At the same time, Apple is also recruiting multiple iCloud Java Server
Engineer positions that demand a "minimum of 5 years experience designing,
implementing and supporting highly scalable applications and web services in
Java," as well as an "iCloud C++ Server Engineer."
Azure上的Storage,仍然是C/C++... 阅读全帖
x**n
发帖数: 461
6
来自主题: DotNet版 - Web application 的现状和.net
前几年是ajax突飞猛进的几年,几乎所有的web都从静态的文档变成了动态的,同时造
成了flash和silverlight的江河日下,现在html 5几乎可以完全取代flash了,用
silverlight的更是要自求多福。
当然,.net也没有闲着。相应ajax的流行,asp.net 和 asp.net mvc也完整地支持ajax
,虽然我对asp.net的那个傻B ajax 库极不敢冒。一开始,很多人试着用微软自己asp.
net mvc的一套client端进行编程,但是很快你会发现那些只是给一点不会web的人用的
,而你用asp.net mvc的原因之一就是你可以完全地控制你的客户端。而且现在Single
Page Application (SPA)的流行使得只用微软提供的客户端支持几乎成为不可能。
这也是为什么现在asp.net mvc 4 的 web api得到那么多developer拥护的原因。你可
以用你喜欢的任何javascript framework, 例如 backbone, ember, 或者就是用
knockoutJS。server端只负责提供数据,而且是完整的... 阅读全帖
N********n
发帖数: 8363
7
来自主题: DotNet版 - .NET 何去何从

.Net itself is a wrapper around the COM / COM+ objects. It's been
that way from day one. RT is of the same model with a pure focus
on mobile GUI. Those guys who said MSFT dumped .Net simply didn't
understand it.
RT didn't reuse the existing .Net b/c 1) RT UI is touch-based so
it cannot use the existing .Net desktop GUI; 2) RT apps are pure
GUI apps so it does not need the full .Net framework; 3) RT apps
have to be responsive so it needs a faster set of wrappers than
the current .Net ones to int... 阅读全帖
j**s
发帖数: 16
8
来自主题: Java版 - .net vs. J2ee(zhuan)
发信人: liuhl (liuhl), 信区: Java
标 题: 一不小心听到了.net的报告,说来听听
发信站: BBS 水木清华站 (Sat Mar 3 00:49:20 2001)
今天有幸听了一场关于Microsoft .net和visual studio 7的报告,
现在谈一些体会,希
望能同大家一起探讨。之所以发在java版,发现.net和j2ee有异曲同
工之妙(简直就是
抄袭):
1、.net平台与java平台
.net平台被称为“.net framework”,共提供三个层次的服务(下面
的顺序是由上到下
):
第一层(最上层)ASP+(ASP.NET),
Web Forms
Drag and Drop Web Service
Web Application Model
第二层(Base Frame Work),
Base Class Libs
Data Access
Win Forms
第三层(最底层)(Commom Language Runtime),
L*********r
发帖数: 92
9
我99年考了Java Cert. 和开始做JSP/Servlet/JDBC. 2000年开始J2EE. 我的大部分同
事和我一样. 不过2001来了U.S.以后就做小系统了. 2002以后就.NET(C#/C++)了. 我转
到.Net是身在江湖, 被逼的.
我个人认为.NET SDK 和 C# 要好于 J2SE 和 Java. 毕竟晚出来几年.
ASP.NET 远远好与JSP. Server control 引入了纯OO概念在Web front end.
但是对于enterprise app, J2EE要好于.Net. Websphere/Weblogic等中间Application
Server是一个open的平台. .Net没有这一个最关键的tier.
做Project, 可能会什么J2EE或.Net,有一定的区别.
做Product, 会什么都一样. 真正工作中的问题基本与语言平台无关. 都是有关相同的
技术如design, alogrithm, data structure, database, xml, web, web service etc
.
发信人: good
g*****g
发帖数: 34805
10
TurboTax有在线版是java写的。MacOS上的版本是java写的。有Android跟iOS的版本。
完全没看出你的狗屁richness,js写不出来在哪里,就是版本比较多罢了。
AutoCAD内核是C++写得,给了个.Net的接口你就又编上了。
Since 2007, AutoCAD® Architecture's .NET interface has been expanded
with many classes previously only supported through OMF and C++ now
accessible to all .NET supporting languages. Now VB and C# developers can
access most of the power of OMF
^^^^^^^^
AutoCAD同样有在线版,用的是flash。有iOS跟Android的版本。
Azure的核心是虚拟机,.Net做点web ... 阅读全帖
G***l
发帖数: 355
11
来自主题: Programming版 - 学习.net 到底学什么比较好
.net是个很大的概念,而且.net跟你用mac还是别的什么跟.net没什么关系。你这么问
就像问java学什么好一样,目标太大。
如果你只是为了面试的,那就要看那个公司用.net的什么了,纯C#的backend,还是
winform?还是wpf,还是asp.net?不过看你几乎没用过.net,不管用什么,至少把c#语
言和.net的一些基本特性比如gc之类的搞熟吧。

个.
w*******y
发帖数: 60932
12
Autogeek.net has weekly VIP specials and this week its for the gift
certificate.
Just make an account with them and select you'd like be added to the VIP
deals list and purchase the certificate from here Link:
http://www.autogeek.net/members-only.html
I also recommend people try the Ultima product line.
I recently bought the Paint Guard and it beads water like crazy. You just
wipe a little bit of the product on the pad and spread it on the car. No
need to dry it off. It takes a spray or two per ... 阅读全帖
o****e
发帖数: 916
13
来自主题: HiFi版 - okeoke.net 1.9.3
1.9.3
添加了流播放(Stream Play)功能
修正了一些Air Remote的bug
提高点播速度
====================================
流播放(Stream Play)
流播放功能能让你将一台计算机上的媒体输出到另一台计算机的显示器上播放。流播放
的设置很简单,你只需要两台能互联并能运行okeoke.net程序的计算机。计算机上需安
装Windows XP以上的操作系统,并安装了微软.Net 3.5 SP1。
如何设置流播放
首先你要设置输出视频音频的计算机(流播放服务器),比如连接电视或投影的计算机
。首先请确认计算机上安装了微软.Net 3.5 SP1。启动StreamPlayServer.exe,然后设
置服务器名(计算机名字或IP地址)和端口(确认防火墙有相应设置以运行这个端口的
网络通信,软件会自动打开端口,你可能会看到UAC的警告窗口)。你也可以将服务器
设置为计算机启动时自动启动。隐藏程序后,程序会自动隐藏至系统托盘,你可以在那
里再调出设置窗口。需要注意的是,播放器的设置仍然需要在okeoke.net.exe的程序设
置里... 阅读全帖
S***k
发帖数: 370
14
Please contact the recruiter directly. a********[email protected]
Seeking a Junior ASP.Net Developer that will be responsible for developing
critical applications that will give customers up to the minute info
regarding their shipping trends. This candidate work to create new client
facing website. The position will also work closely with data-base team to
develop back end architecture.
Jr. ASP.NET Developer
Contract to Hire
Pay Rate: $31 - $36/hour
Required Skills:
2+ years of developmen... 阅读全帖
i********c
发帖数: 306
15
来自主题: JobHunting版 - Job opening: VB.net 有经验开发人员
需要给我短信或mail
Job Description:
Full time development and report writing position, with responsibility for
managing, mentoring, and training 2 Junior Developers. The development
group is responsible for all requirements gathering and business analysis
leading to all ad hoc reporting, analytics reports, and custom development
in VB.NET. This position will be tasked with overseeing and implementing
full software development life-cycle (SDLC) of design, code, test, debug,
and implementation of all ... 阅读全帖

发帖数: 1
16
1. 后台用java,移动端Android app和后台可以共用一部分代码
2. java整个生态系统全免费,微软全家桶很多是收费的
3. java开源跨平台,.net闭源不跨平台。选择.net就选择和微软深度捆绑在一起,并
且绝对相信微软。不仅中国政府不相信美国公司不会留后门,就是全世界的互联网公司
也不相信!
4. 云平台linux服务器明显比windows服务器便宜
5. 会java的人比.net多150%,人好招
6. java本来就占领了后台服务器市场,互联网前20名的企业有用.net的吗?只有一些
金融公司在用而已。.net作为搅局者需要有相对于java明显的优势,不然别人为啥换成
.net?

发帖数: 1
17
来自主题: JobMarket版 - .NET Developer
诚邀立志在Microsoft .NET 方向发展的Graduate
Marlabs Inc. 在科技服务方面成军20年,全球范围内员工超过2500人。虽然对于国际
学生部分都是Consulting业务, 但跟大多数consulting 企业不同,Marlabs的主营业
务是软件开发,consulting培训项目是因客户的大量需求营运而生。我们不仅为你提供
快速的职业成长空间,移民政策也是极为诱人的。以下是五月底.NET项目的培训信息,
有兴趣请发简历至:[email protected]/* */
.NET Prorgam
•C# and Microsoft .NET Framework
•HTML, JavaScript, jQuery, XML, HTML5, CSS
•SQL Server 2008/2012, SSRS
•ADO.NET, LINQ, EntityFramework
•ASP.NET Web Applications
•XML Web Services, SOA and WCF,... 阅读全帖
g**m
发帖数: 92
18
爸爸去年绿卡批准前获批Health safety Net. 后来我们收到他的绿卡时已回国。这个
月体检时MRI看到肝脏有个1cm肿块(10年前肝癌手术成功,一直维持很好),现在高度
怀疑肝癌但还无法确诊,因为一些指标现在正常。
我准备让他立刻来美确诊和治疗,唯一问题关于Health safety Net的coverage. 他如
果一到,我可以立刻给他重新申请MassHealth, 因为现在已有绿卡,并且他没有任何收
入,应该符合Commonwealth Care (Healthcare 2014 据说要改名)。
新的upgrade据说可以retroactively cover前90天的账单,并且在过渡期间Health
Safety Net依然有效。
急问版上是否有朋友了解或有相关经验关于Heath Safety Net是否cover cancer
diagnose and treatment. 根据网页上的benefit介绍,Health Safety Net" should
cover lab, diagnostic testing, radiology services and ... 阅读全帖
o***n
发帖数: 82
19
来自主题: NewYork版 - .NET developer position, NYC area
【 以下文字转载自 JobHunting 讨论区 】
发信人: ouwen (那一瞬间), 信区: JobHunting
标 题: .NET developer position, NYC area
发信站: BBS 未名空间站 (Mon Jan 20 22:27:52 2014, 美东)
My company at NYC is hiring a .NET developer. Sponsor H1B.
4+ years of professional experience in C#/VB.NET
2+ years of experience with web development using ASP.NET, javascript,
JQuery
Extensive experience with Visual Studio 2008/2010, .NET framework 3.5, 4.
0
Proficient in database such as SQL Server 2005/2008 or Oracle with data
provide... 阅读全帖
k******8
发帖数: 325
20
Microsoft fiscal 1Q net income rises 51 percentMicrosoft fiscal 1st-quarter
net income jumps 51 percent, boosted by Windows, Office
Email
Print
..Companies:Microsoft Corporation
.On Thursday October 28, 2010, 4:22 pm REDMOND, Wash. (AP) -- Microsoft say
s its net income rose 51 percent in the most recent quarter, boosted by high
er sales of Windows and Office software.
In last year's quarter, Microsoft Corp. deferred some revenue from Windows s
ales. Had it not done so, net income would have bee... 阅读全帖
p***n
发帖数: 635
21
来自主题: DotNet版 - 我的.NET 书架
买了一堆.NET方面的书, 目前比较喜欢的有:
1, 5, 7, 10,15,16
有砖的就扔吧.
1. .NET Patterns: Architecture, Design, and Process
Christian Thilmany
2. Applied Microsoft .NET Framework Programming
by Jeffrey Richter
3. Building XML Web Services for the Microsoft .NET Platform
by Scott Short
4. C# and the .NET Platform
by Andrew Troelsen
5. C# for Java Developers
by Allen Jones and Adam Freeman
6. Distributed .NET Programming in C#
by Tom Barnaby
7. Inside C#
Tom Archer, Andrew Whit
L*******r
发帖数: 1011
22
来自主题: DotNet版 - .NET 和现在的J2EE相比
Mono and dotGNU work well.
Mono实现了大部分重要的.net Framework,同时提供了自己的extra.
对于web service, Mono实现了ADO.Net和ASP.Net。你可以使用单独的ASP.Net Server,
也可以用一个Apache的module来运行ASP.Net.
dotGNU的portal net做得也不错,尤其那个TreeCC的idea很好。
成功地使用aspect programming 的concept来解决以前compiler中visitor pattern的问
题。

Rotor
Mac,
G***o
发帖数: 5158
23
Overview of .NET
The .NET label is frequently applied to a broad range of technologies,
products, and marketing initiatives, much the same as the Java label.
Specifically, the scope of the .NET initiative can be broken down into the
following five areas:
The .NET Framework
Development tools
Server products
Devices and clients
Building block services
The .NET Framework
The .NET Framework is roughly equivalent to the Java platform, consisting of a
set of class libraries and a run-time execution en
L*******r
发帖数: 1011
24
recently I studied some open source projects such as Apache,
SCGI, Fast CGI ..., which helped me understand .Net and ASP .Net
better.
Generally, application server way (scgi, fastcgi, .net) is faster than the
the traditional ISAPI dll way, which can't share resource.
.Net itself is an applicaiton server. So no application server makers can live
in this tier in .Net architecture.
Why IIS 6 is much faster than IIS 5?
It learns from some idea from tux and ibm research. kernal space server is much
f
j**i
发帖数: 419
25
来自主题: DotNet版 - question about .NET webserver

?
Today I went to attend the asp.net ms events, I heard they said about no IIS
is nneded for asp.net(-if the requests are local)?
Do you want to learn asp.net or what?
If you use vb.net, nothing to do with IIS bah.
I use VS.net as sdk and MS .net frame is needed.
j**i
发帖数: 419
26
来自主题: DotNet版 - asp.net
Today went there to attend the asp.net event, a guy there showed asp.net
develop basic things, the trickes /tips and diffrence between Asp and asp.net.
Kindly feel asp.net is much more functional than asp and can make the coding
much easier.And it overcome some of the drawbacks of asp.
And datagrid is quite functional, have the sort and filter function, so now we
don't need to write our own sorting function or use sql to do it;
include templates in asp;
C#,vb.net etc can be used in asp.net;
page
d*r
发帖数: 238
27
VS .net - .net framework 1.0 - 2002
VS .net 2003 - .net framework 1.1 - 2003
VS .net 2005 - .net framework 2.0 - 2005
N********n
发帖数: 8363
28
来自主题: DotNet版 - .NET 何去何从

Yeah. Let's talk about 脸皮. METRO is SL since WP7 as Scott Gu,
the .Net ARCHITECT, made it clear from day one, and yet you, a
known .Net ignoramus, want us to believe you know METRO / SL
better than Scott the architect himself. Some 脸皮, man!
As if you are not stupid enough, you came up with a new ".Net
weakened" spin simply b/c Metro supports non-.Net languages.
Guess what? Windows always support non-.Net languages. Browsers
are C++ apps. Adobe is C++. Winamp is C++, Skype is Delphi ...
Windows ... 阅读全帖
L******y
发帖数: 275
29
来自主题: Java版 - J2EE vs .NET (下)(z)
发信人: PuppyGG (球~不是这样踢地~~), 信区: DotNET
标 题: J2EE vs .NET (下)
发信站: BBS 水木清华站 (Tue May 7 17:05:00 2002)
J2EE vs .NET (下)
(2002.04.28) 来自:计算机世界
异中有同同中有异
——J2EE与.NET平台体系架构的异同
南京邮电学院 李建忠
中南大学 毕文杰
作为彼此竞争的应用平台,J2EE和.NET开发平台在目标和体系结构上极其相似,但在实
现上又完全不同。平台的体系架构是支撑平台的基础,平台各方面的性能也会因平台架
构实现的不同而有差异。对两个平台产生至关重要影响的三个方面是:系统平台基础构
造、三层/多层体系结构和移植/性能/扩展。J2EE是一个平台规范而非产品,对等而论,
在这里述及的.NET也专注于该平台的架构规范,而较少地涉及到具体产品,尽管对.NET
而言有时候这方面并不能被区分得很清楚。
类似的平台基础构造
一个平台在语言编译、代码执行、编程支持等基础构造方面往往会对平台的可用性、生
产性、移植性等产生重要的影响,也是我们评判一个平台是否适合特
w****h
发帖数: 212
30
感觉,.NET是不同于以往经典,新的编程思想、方法、框架,而VS 2005是一个工具,
用于开发.NET程序或者经典的程序,C#则是编程语言,对应.NET框架。
是不是VS 2005主要就是专门用来开发.NET的工具?大家开发.NET就是在VS 2005下吗?
就是说我要安装VS 2005就可以学习、开发.NET程序?
然后这个程序大多就是用C#编写?
r*****3
发帖数: 143
31
来自主题: Programming版 - Programming ASP.NET MVC 4
Title:Programming ASP.NET MVC 4
By: Jess Chadwick, Todd Snyder, Hrusikesh Panda
Publisher:O'Reilly Media
Ebook: September 2012
Pages: 492
Get up and running with ASP.NET MVC 4, and learn how to build modern server-
side web
applications. This guide helps you understand how the framework performs,
and shows you how to
use various features to solve many real-world development scenarios you’re
likely to face. In
the process, you’ll learn how to work with HTML, JavaScript, the Entity
Framework, and ... 阅读全帖
g*****g
发帖数: 34805
32
是问桌面的.net程序没错,但您老一直鼓吹.Net的richness,html/js做不来,你好歹
也拿个像样的,TurboTax这种你所谓的dumb text的应用,html/js实现起来完全没有压
力的,你拿出来不是自己打脸吗?
Azure之于AWS就如Bing之于Google。AWS上Java写了一遍的东西,.NET抄一遍就算牛逼
了?你拿Azure出来捧.Net是无间道吗?
之于AutoCAD,官网上写得清清楚楚,内核C++写得,expose一个.NET interface,这就
变成.NET写得了?尼玛,Java有JNI,是不是Windows就是Java写得?
您老无知到这个份上,我老已经不知道怎么批驳好。我算是明白为啥MSFT 10年不举了。
g*****g
发帖数: 34805
33
你实在太无知了。js是用来写UI,谁说需要写商业逻辑?大部分html/js的网站,商业
逻辑都是在后台实现的。TurboTax的网站实现了桌面应用的所有功能,顺带还存储,你
所谓的.NET richness优势完全没体现不是?
说到云,您老是外行,就不要出来丢人了。AWS是IaaS和PaaS都有,没听说过Beanstalk
吧?就算是IaaS,也需要web service来做一些管理。同样到了Azure,也是IaaS跟PaaS
,iCloud是java写的,跑在IaaS上。事实上,现在的PaaS还受到很大限制,没有什么大
的网站跑在PaaS上。Azure标榜自己是PaaS是有原因的,因为IaaS竞争不过AWS,所以希
望以能够跑.NET的PaaS来区分和吸引用户。
最后说到AutoCad,内核渲染都是C++做得,你拿来做.Net的例子不嫌丢人。10几年前连
.NET都没有的时候ACAD就出了N版了,现在让你用.NET写个菜单就体现了RICH了?退一
万步,你想了这么多天才找出这么一个例子,.NET程序员要是在桌面上混早晚饿死。
c********1
发帖数: 421
34
【 以下文字转载自 JobHunting 讨论区 】
发信人: xtaihc (波波), 信区: JobHunting
标 题: 工作总结,.net 方向的,大牛就不用看了。
发信站: BBS 未名空间站 (Tue Sep 2 21:47:31 2014, 美东)
首先感谢一直支持我的老婆哈,正是她的工作稳定,我当老公的才可以跳来跳去的,还
帮我生了个漂亮女儿:)。
再次跳成功,感觉一次比一次难,我找的不是大公司,中小型的吧,经过5个月的折腾
,终于搞定。H1B很悲催啊,基本上公司一听H1B,基本上就没什么戏了。想起那些刚刚
毕业的学弟,估计更难吧,不过肯找,还是没问题的,这个是事实。
先介绍一下自己,4年前非名校毕业。sotware engenner, H1b,略知皮毛. 工作方向是.
net 方向,工作不忙,有时感觉会无聊,下班没事的时候自己私下给别的小企业做软件
和系统和counselor,开始的时候感觉怕做不好,也怕丢人,现在感觉也挺有意思的,
没啥怕的,基本上小企业到后边会挺依赖你的,挣钱挺容易。最近给一个企业做架构和
OA,用的是c#,MVC,EF,KnockoutJS... 阅读全帖
w*******y
发帖数: 60932
l**t
发帖数: 10440
36
大概在去年10月中期,Google悄悄地启用了一个新的域名:1e100.net,如果你查看其
Alexa排名的话就可以发现,这个域名启用后就立即蹿升到世界排名第44位左右,也就
是说每天有3%的全球网民都在访问这个域名,其用户甚至超过了AOL、BBC和Apple.com。
来自对这个域名的监控显示,似乎有随机连接在访问这个域名,甚至在你打开一些应用
程序之前就会访问一下这个域名,这使得很多对安全敏感的人士将其从本机封掉,以避
免恶意软件的攻击。
不过实际上这个域名是属于Google的,所谓1e100就是10的100次方,也就是数字1后面
跟着100个零,这个数字被称为googol,Google这个词汇就是由googol变形而来。
硅谷云计算组织的Sebastian Stadil说,1e100.net翻译过来就是“Google Network”
,一直在增长中的Google自己DIY的数据中心已经达到了40个,在最近的公司简介中,
Google说它拥有100万到1000万台服务器,全球数据中心在100到1000个。
通过域名的Who is查询可以看到,Google在去年9月24日注册了1... 阅读全帖
j**********r
发帖数: 3798
37
来自主题: USANews版 - Net neutrality 成焦点乐?
打脸没打够是吧?自己看吧。上次debate的时候,创纪录的出现3M comments, 大多数
都是挺Net neutrality的个人,有名有姓的。
WASHINGTON -- 28 major U.S. consumer and public interest groups, including
Free Press, signed on today to a letter to Federal Communications Commission
Chair Julius Genachowski in support of stronger Net Neutrality rules. The
FCC is releasing proposed new rules at a meeting on Thursday.
Craig Aaron, senior program director at Free Press, made the following
statement:
"The fight for Net Neutrality is often mistakenly port... 阅读全帖
i*****9
发帖数: 3157
38
来自主题: USANews版 - 这是net neutrality么
反对 net neutrality 的主要是 ATT,verizon这些 wireless 运营商。因为基站带宽
提升比有线网提升带宽难多了,所以通过QoS 来优化体验是很重要的一环。net
neutrality 相当于直接把这方面的研究都废了。你看看你自己家的路由器,是不是都
把提供QoS优化设置作为卖点的?net neutrality 的核心就是不允许ISP做全网的QoS优
化。
同时net neutrality 使得整个ISP 管道化,竞争优势向上游倾斜。所以就有了
Comcast 收购NBC, ATT收购华纳,你可以自己去查这几个收购案的时间线。废了 net
neutrality 之后,这些收购的价值就大大降低了。这也是为啥 Comcast 现在不反对网
络中立的原因。

:大企业不受影响我早就说了。我甚至还说了comcast也支持网络中立,为啥,人家家大
:业大钱包大,就能把网络中立改成适合自己的口味
o***n
发帖数: 82
39
来自主题: Classified版 - .NET developer position, NYC area
My company at NYC is hiring a .NET developer. Sponsor H1B.
4+ years of professional experience in C#/VB.NET
2+ years of experience with web development using ASP.NET, javascript,
JQuery
Extensive experience with Visual Studio 2008/2010, .NET framework 3.5, 4.
0
Proficient in database such as SQL Server 2005/2008 or Oracle with data
providers: ADO.NET, LINQ or Entity Framework
Working experience in development of multi-threaded application with N-
tier architecture is highly desire... 阅读全帖
d*******o
发帖数: 5897
40
【 以下文字转载自 TVGame 讨论区 】
发信人: fantastli (早晨从中午开始), 信区: TVGame
标 题: Nintendo 2010 net profit decline by 66 percent (转载)
发信站: BBS 未名空间站 (Mon Apr 25 21:02:50 2011, 美东)
发信人: Martian (Successor), 信区: PDA
标 题: Nintendo 2010 net profit decline by 66 percent
发信站: BBS 未名空间站 (Mon Apr 25 12:07:07 2011, 美东)
任天堂终于自食其果了,真是活该,
谁叫他每次升级给的配置都这么烂的,价格还不便宜,
http://www.engadget.com/2011/04/25/nintendo-sells-3-61-million-
handhelds-but-sees-2010-net-pro/
It's a "good news, bad news" kind of a day in Super Mario land, ... 阅读全帖

发帖数: 1
41
保证真品;香烟款式齐全,假一赔十,请放心选购!
烟猫商城【yanmall.net】保证:公司所销售的香烟由中国烟草专卖提供,每一条香烟
都有序列号,保证100%原厂正品香烟,让广大华人同胞买得放心!
烟猫商城【yanmall.net】支持:网站支持PAYPAL在线支付和信用卡支付,还可以找人
工客服进行支付宝,国内转账,美国转账进行购买,方便华人同胞购买。
烟猫商城【yanmall.net】推出:网站支持网页下单,paypal交易和信用卡支付,让您
在购物有保障。
目前春节即将来临,快递业也将暂停运输,需要烟的用户请把握好时间,提前做好订烟
,以便到节日前顺利收货。
真正方便我们华人朋友的购烟需求,希望同胞们多多支持!谢谢喇!
欢迎咨询烟猫商城(yanmall.net):
QQ:1451607904
微信:yanmall626
网址:http://www.yanmall.net (我们优先推荐您网上下单)
电话:86-18638010015中国/
+1(408)290-1608美国
G******i
发帖数: 5226
42
☆─────────────────────────────────────☆
waab (waab) 于 (Wed Mar 5 00:45:39 2008) 提到:
我c,c++的经验比较丰富,.net只是了解一些,所以不太想花太多功夫学.net,打算主攻
c,c++,算法设计,不知道这个策略怎么样?听说.net的工作机会多,所以又有些犹豫
。各位能否给个意见。
谢谢!
☆─────────────────────────────────────☆
bluedaemon (兰魔) 于 (Wed Mar 5 00:47:16 2008) 提到:
if u know C/C++ well, C#.Net should be a piece of cake

☆─────────────────────────────────────☆
yhangw (潜水格里高利) 于 (Wed Mar 5 00:52:53 2008) 提到:
c/c++是基础,这个底子打好了绝大多数编程语言真实适应速度的问题。不用特意跑去
学.net,个人意见仅供参考。
☆────
g**********t
发帖数: 3
43
Post for a friend's company.
Please send your resume to g************[email protected] and I will forward.
SOFTWARE ENGINEER –Ancestry (San Francisco)
Ancestry.com is the world's largest online resource for family history. We
have helped pioneer the market for online family history research, taking a
pursuit that was expensive and time-consuming and making it easy, affordable
and accessible to anyone with an interest in their family history. The
foundation of our service is an extensive collection of ... 阅读全帖
g**********t
发帖数: 3
44
Post for a friend's company.
Please send your resume to g************[email protected] and I will forward.
SOFTWARE ENGINEER –Ancestry (San Francisco)
Ancestry.com is the world's largest online resource for family history. We
have helped pioneer the market for online family history research, taking a
pursuit that was expensive and time-consuming and making it easy, affordable
and accessible to anyone with an interest in their family history. The
foundation of our service is an extensive collection of ... 阅读全帖
o***n
发帖数: 82
45
来自主题: JobHunting版 - .NET developer position, NYC area
My company at NYC is hiring a .NET developer. Sponsor H1B.
4+ years of professional experience in C#/VB.NET
2+ years of experience with web development using ASP.NET, javascript,
JQuery
Extensive experience with Visual Studio 2008/2010, .NET framework 3.5, 4.
0
Proficient in database such as SQL Server 2005/2008 or Oracle with data
providers: ADO.NET, LINQ or Entity Framework
Working experience in development of multi-threaded application with N-
tier architecture is highly desire... 阅读全帖
x****c
发帖数: 9
46
首先感谢一直支持我的老婆哈,正是她的工作稳定,我当老公的才可以跳来跳去的,还
帮我生了个漂亮女儿:)。
再次跳成功,感觉一次比一次难,我找的不是大公司,中小型的吧,经过5个月的折腾
,终于搞定。H1B很悲催啊,基本上公司一听H1B,基本上就没什么戏了。想起那些刚刚
毕业的学弟,估计更难吧,不过肯找,还是没问题的,这个是事实。
先介绍一下自己,4年前非名校毕业。sotware engenner, H1b,略知皮毛. 工作方向是.
net 方向,工作不忙,有时感觉会无聊,下班没事的时候自己私下给别的小企业做软件
和系统和counselor,开始的时候感觉怕做不好,也怕丢人,现在感觉也挺有意思的,
没啥怕的,基本上小企业到后边会挺依赖你的,挣钱挺容易。最近给一个企业做架构和
OA,用的是c#,MVC,EF,KnockoutJS,WebAPI,SQLSever等,其实c# .net的东西整合起来做
也挺好,我有时候真的不太知道为什么很多人看到c#.net就鄙视或不爽。我也用java,
rmi,jbpm,SSH,metadata 等等,也做过几个公司的项目,也没感觉比.net强太多不是。
我不是... 阅读全帖
l***m
发帖数: 920
47
来自主题: Singapore版 - nets和visa/mastard有什么优劣?
NETS和Visa/Master是不能互相替代的,而且在新加坡生活NETS必须有一张,因为很多
场合你只能用NETS或者现金支付(例如邮局某些服务、停车、驾校、看病等),有时候
甚至现金都不可以。
NETS的缺点也很明显:不能网购,功能类似借记卡是从账户直接划账,出了新加坡屁用
没有。
NETS目前只有本地三家银行和渣打提供,个人建议渣打的xtrasaver。
p********a
发帖数: 36
48
Full time positions.
Salary range: 60k -110k depends on experience.
Working home one or two days per week.
Have your own office not office cubicle.
Three weeks vacation first year. Four or Five weeks vacation after 5 years.
=====Job Description========
Functional Responsibility:
· Rapidly prototypes new applications with a combination of HTML, CSS,
JavaScript, and ASP.NET MVC
· Updates existing ASP.NET Web Forms application to MVC 4/5.
· Maintains existing ASP.NET Web Forms applications.
· Devel... 阅读全帖
E**********d
发帖数: 253
49
来自主题: Texas版 - .net position in Houston FYI
Kevin Gwinn
[email protected]
/* */
This one is a two year contract maybe longer, basically perm….50-75 pay Hr.
See below
Requirements
Bachelors Degree in Computer Science or equivalent
Experience working with .NET framework, C#.NET, ASP.NET, and SQL Server
Experience working with relational databases to facilitate programming
software
Experience with Microsoft Visual Studio, SQL Server Management Studio
Strong experience with designing and developing multi-tier web applications
and web ... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)