由买买提看人间百态

topics

全部话题 - 话题: msdn2
1 (共1页)
WB
发帖数: 170
1
来自主题: DotNet版 - vs2005的help文件如何更新?
vs2005的help文件如何更新?
中文的本地help很多内容都是无效链接。
倒是msdn2 china很全。
如何更新我的本地help?msdn2china太慢了。
我安装vs2005sp1能够修补本地中文help缺失么?
哪位大虾能够解答。或者有最新的vs2005的msdn2的dvd中文安装?
r****y
发帖数: 26819
2
Visual Studio 2008 Express是Visual Studio2008免费版。
有VS2008当然更好。
VS就是个IDE啊,编辑网页不就是要个编辑器嘛。
BTW,各个版本比较:
http://msdn2.microsoft.com/en-us/vstudio/products/cc149003.aspx
B*****g
发帖数: 34098
r****y
发帖数: 26819
j********g
发帖数: 88
g***y
发帖数: 27
6
来自主题: DotNet版 - Kill running applications
since you mentioned kill, try http://msdn2.microsoft.com/en-us/library/system.diagnostics.process.kill.aspx
but this is not an elegant way. also check out process.close or
closemaintwindow and see if they work for your app.
D*****n
发帖数: 363
7
来自主题: DotNet版 - secure webservice
http://msdn2.microsoft.com/en-us/library/aa480581.aspx
I haven't tried it yet, and I don't know how good its performance is.
j********g
发帖数: 88
8
来自主题: DotNet版 - vs2005的help文件如何更新?
Google msdn2
L*********r
发帖数: 92
9
来自主题: DotNet版 - ASPNET 访问SQL Server 2005 被拒
You should get clear about this issue after reading the following link.
The approach 3 (SSPI) is the regular way unless you have other consideration.
http://msdn2.microsoft.com/en-us/library/ms998292.aspx
r****y
发帖数: 26819
10
来自主题: DotNet版 - 新手请教:.NET入门书
online MSDN is Microsoft documentation website:
http://msdn2.microsoft.com/en-us/library/default.aspx
c**e
发帖数: 2558
11
来自主题: DotNet版 - 问appSettings
you can implement custom section handlers. start from here:
http://msdn2.microsoft.com/en-us/library/ms228062(VS.80).aspx
you don't need to be limited to using appSettings and can
define your own structure of configuration

l
more.
S*L
发帖数: 1746
12
来自主题: DotNet版 - visual studio 2008
我的正式版和Trial都有。我的是“Visual Studio Team System 2008 Team Suite with MSDN Premium ”
http://msdn2.microsoft.com/en-us/subscriptions/bb841434.aspx

WoW)
c**t
发帖数: 2744
13
来自主题: EmergingNetworking版 - How to automate phone call?
haha, I did find something:
http://msdn2.microsoft.com/en-us/library/aa446543.aspx#netcfphoneapi_topic2
L*********r
发帖数: 92
14
来自主题: Programming版 - How to use reflection in C# to do this job?
看看Type class 和参照下面的link.
http://msdn2.microsoft.com/en-us/library/66btctbe.aspx
o******r
发帖数: 259
15
来自主题: Programming版 - 修改map的键值
Tell me which member function to modify a map key?
http://msdn2.microsoft.com/en-us/library/xdayte4c(VS.80).aspx
g****n
发帖数: 14
16
Visual Studio Express
Free, but limited version. Still good for learning purpose.
http://msdn2.microsoft.com/en-us/express/default.aspx
c**t
发帖数: 2744
17
来自主题: Programming版 - Question about IIF
http://msdn2.microsoft.com/en-us/library/Aa445024(VS.60).aspx
shows falsepart is required...
c*****t
发帖数: 1879
18
来自主题: Programming版 - Help please.
You don't need a book. w3schools is pretty much all you need. The
rest are references.
basic tutorial:
www.w3schools.com
good HTML/DOM reference:
http://msdn2.microsoft.com/en-us/library/ms533029.aspx
HTML/CSS standard:
http://www.w3.org
Use Firefox over IE/Safari/Opera since it has better developer tools.
f**********r
发帖数: 18251
w********r
发帖数: 4193
20
来自主题: Security版 - CRYPTO-GRAM(Jan 15)--News
News
Microsoft has added the random-number generator Dual_EC-DRBG to Windows
Vista, as part of SP1. Yes, this is the same RNG that could have an NSA
backdoor. It's not enabled by default, and it's not clear that a user
could enable it. It's available as a program call. My advice is to
never use it, ever.
http://technet2.microsoft.com/WindowsVista/en/library/417467e7-7845-46d4-85f1-dd471fbc0de91033.mspx?mfr=true
or http://tinyurl.com/3xtwq9
http://msdn2.microsoft.com/en-us/library/aa375
D*V
发帖数: 567
21
1. pfx: Personal Information Exchange, which is a complete certificate store
(including the private key).
2. there're some tools in WDK for sign files
http://msdn2.microsoft.com/en-us/library/aa906257.aspx
3. for more details, google signtool
4. eg. to create a certificate and sign a program:
Create a Test CER and PVK by using the Certificate Creation Tool (MakeCert.e
xe).
The following command-line example specifies MyPrivateKey as the file name f
or the PVK, MyPublicKey as the file name for th
1 (共1页)