由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请给老程序员给推荐一本C#的书
相关主题
请推荐一下C#进阶书籍?Node 完胜 Ruby呀
Please recommend a book on .NET, C#大牛们讨论一下异步编程吧
大家难道全是半路出家?core java里有跟C++ std::async类似的东西吗?
MSDN in a nutshell?????这次node把python也给干了
《C# 5.0 核心技术》第5版[PDF]又看了一下go 感觉Java毫无压力
大家给推荐下.net/C#比较经典的书 (转载)scala并发
请推荐一本入门C#的书go channel和clojure core.async哪个好
以前是java 程序员,要面试.net 程序员node现在还行么?用的地放多不多?
相关话题的讨论汇总
话题: c#话题: nutshell话题: linq话题: clr话题: 程序员
进入Programming版参与讨论
1 (共1页)
r*******n
发帖数: 3020
1
最好比较薄的
a*w
发帖数: 4495
2
多老的程序员?

【在 r*******n 的大作中提到】
: 最好比较薄的
G*******s
发帖数: 4956
3
不是说c#过时了么?

【在 a*w 的大作中提到】
: 多老的程序员?
N********n
发帖数: 8363
4

MSDN will do. :-)
If you need a book then go for "C# in a Nutshell".

【在 r*******n 的大作中提到】
: 最好比较薄的
N********n
发帖数: 8363
5

Ignore the nonsense rumor. C# is all over the place in the next release
of MS Office, and it's from someone actually did the coding.

【在 G*******s 的大作中提到】
: 不是说c#过时了么?
nr
发帖数: 67
6
C# in a nutshell is not a good book for an experienced programmer
IMHO

【在 N********n 的大作中提到】
:
: Ignore the nonsense rumor. C# is all over the place in the next release
: of MS Office, and it's from someone actually did the coding.

nr
发帖数: 67
7
what 's the exciting feature provided by new C#?

【在 N********n 的大作中提到】
:
: Ignore the nonsense rumor. C# is all over the place in the next release
: of MS Office, and it's from someone actually did the coding.

p*********t
发帖数: 2690
8
还好吧,asp.net用的是vb/c#,貌似短期内不会过时。

【在 G*******s 的大作中提到】
: 不是说c#过时了么?
p*a
发帖数: 592
9
clr via c# 3
c# in depth

【在 r*******n 的大作中提到】
: 最好比较薄的
nr
发帖数: 67
10

这个也不薄
这个还算可以

【在 p*a 的大作中提到】
: clr via c# 3
: c# in depth

相关主题
大家给推荐下.net/C#比较经典的书 (转载)Node 完胜 Ruby呀
请推荐一本入门C#的书大牛们讨论一下异步编程吧
以前是java 程序员,要面试.net 程序员core java里有跟C++ std::async类似的东西吗?
进入Programming版参与讨论
N********n
发帖数: 8363
11

There might be more for the async programming to make it even easier.

【在 nr 的大作中提到】
: what 's the exciting feature provided by new C#?
r*******n
发帖数: 3020
12
看了书评,感觉很不错,谢谢

【在 p*a 的大作中提到】
: clr via c# 3
: c# in depth

l********l
发帖数: 9452
13

this book is full of shit. especially the concurrency part.
CLR via C# is still the KING.

【在 N********n 的大作中提到】
:
: There might be more for the async programming to make it even easier.

nr
发帖数: 67
14
C# in a nutshell has too many linq stuff which I don't lik

【在 l********l 的大作中提到】
:
: this book is full of shit. especially the concurrency part.
: CLR via C# is still the KING.

r*******n
发帖数: 3020
15
linq跟ASP没关系吧, 我学C#只是为了ASP,
真心不愿搞这个东西

【在 nr 的大作中提到】
: C# in a nutshell has too many linq stuff which I don't lik
N********n
发帖数: 8363
16

Nutshell is good for picking up new features. If you are an experienced
developer but have not kept up with the latest C# progress then Nutshell
gives you a good heads up.
CLR via C# is not thin.

【在 l********l 的大作中提到】
:
: this book is full of shit. especially the concurrency part.
: CLR via C# is still the KING.

N********n
发帖数: 8363
17

Linq makes your code a lot readable.

【在 nr 的大作中提到】
: C# in a nutshell has too many linq stuff which I don't lik
s***o
发帖数: 2191
18
It's absolutely fine if you write your own code without touching linq &
lambda, but they are used almost everywhere so you probably will have
difficulties when reading other people's code.

【在 r*******n 的大作中提到】
: linq跟ASP没关系吧, 我学C#只是为了ASP,
: 真心不愿搞这个东西

p*********t
发帖数: 2690
19
等你学深入了就知道linq,ado.net ef无处不在了。要和数据库打交道,肯定要用linq.

【在 r*******n 的大作中提到】
: linq跟ASP没关系吧, 我学C#只是为了ASP,
: 真心不愿搞这个东西

1 (共1页)
进入Programming版参与讨论
相关主题
node现在还行么?用的地放多不多?《C# 5.0 核心技术》第5版[PDF]
rxjava看起来还不错大家给推荐下.net/C#比较经典的书 (转载)
这2个java concurrency + async 轮子, 哪个更好?请推荐一本入门C#的书
面向数据的编程最好的语言是以前是java 程序员,要面试.net 程序员
请推荐一下C#进阶书籍?Node 完胜 Ruby呀
Please recommend a book on .NET, C#大牛们讨论一下异步编程吧
大家难道全是半路出家?core java里有跟C++ std::async类似的东西吗?
MSDN in a nutshell?????这次node把python也给干了
相关话题的讨论汇总
话题: c#话题: nutshell话题: linq话题: clr话题: 程序员