Questions tagged [msdn]
7 questions
11
votes
3 answers
Where can I read the original C# introduction paper by Microsoft?
When Microsoft presented .NET Framework and C# language in 2002, what was the first article to introduce C#?
I'm looking for some paper published on MSDN or Microsoft website that would explain the need for another language, talk some background and…

Dan
- 2,902
- 1
- 25
- 30
9
votes
1 answer
Are MSDN licenses transferrable? How about if they have expired?
I have a coworker who will likely be leaving the company soon. An msdn subscription (Premium I believe) was purchased for him - but I believe it was more than 1 year ago. Is this license transferrable to me when he leaves the company?

jlnorsworthy
- 1,266
- 2
- 10
- 18
6
votes
1 answer
Does MSDN follow documentation conventions for .NET, and if so is it publicly available?
While browsing the MSDN documentation for the .NET Framework Class Library (FCL) I've always been amazed by how consistent and fully documented it is. It's a constant companion when developing .NET applications. Most doubts that arise when using the…

Steven Jeuris
- 5,804
- 1
- 30
- 52
4
votes
3 answers
Why use sealed instead of static on a class?
Our system has several utility classes.
Some people on our team use (A) a class with all-static methods and a private constructor.
Others use (B) a class with all-static methods (these the juniors).
On code analysis, (A) and (B) raise warning…

sq33G
- 280
- 3
- 12
3
votes
1 answer
Usage of this keyword in constructor chaining?
I am reading msdn documentation for this keyword. They gave three usages for this keyword as follows
To qualify members hidden by similar names
To pass an object as a parameter to other methods
To declare indexers
and there is no word about the…

Kavin Eswaramoorthy
- 582
- 1
- 7
- 13
3
votes
1 answer
Is MSDN / Azure Active Directory information available in different formats?
I'd like to read the documentation of Azure Active Directory on my kindle (or similar device), but don't want to use "Print to Kindle" for each and every page.
Is the Microsoft documentation for this technology available in other formats? (.chm,…

makerofthings7
- 6,038
- 4
- 39
- 77
0
votes
1 answer
MSDN - ServiceLocation Outdated Why? Alternatives?
I recently (1 month) start working in a project and as I was going through the code I saw an using Microsoft.Practices.ServiceLocation and as I searched for the documentation on that library is says:
This content is outdated and is no longer being…

J. Pichardo
- 911
- 6
- 15