Sign in
GrantRi's WebLog [MS]
Ramblings of a compiler geek
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
64-Bit
ALink
Anonymous Methods
C# Language
Error Messages and Warnings
House and Home
Iterators
Resources
Work
Archive
Archives
August 2005
(1)
June 2005
(1)
May 2005
(1)
March 2005
(1)
January 2005
(1)
December 2004
(7)
October 2004
(2)
September 2004
(3)
August 2004
(4)
July 2004
(4)
June 2004
(7)
May 2004
(5)
April 2004
(11)
March 2004
(14)
February 2004
(3)
January 2004
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
GrantRi's WebLog [MS]
Why can't I do XYZ in C#?
Posted
over 9 years ago
by
Grant Richins
7
Comments
First off I'm not a language lawyer, or an expert. I am only sharing some of the impressions I've gotten from working with the real language designers. Eric Wilson asked why C# doesn't allow you to call static methods using instance pointers . My answer...
GrantRi's WebLog [MS]
I've run out of ideas again
Posted
over 9 years ago
by
Grant Richins
9
Comments
In case you haven't noticed, I've run out of ideas to write about. I'm sure there's still a few things I know that I haven't explained, btu I can't remember them... If you've been dying to know something about the C# compiler, ALink, CLR file formats...
GrantRi's WebLog [MS]
More Q&A - C# Project settings
Posted
over 9 years ago
by
Grant Richins
2
Comments
Question from Eric Wilson: Could you do a post on what the settings on the Advanced Tab in Visual Studio.Net for C# projects are for and when you should use them? My lame response: I've only occasionally had to deal with the project-system guys that more...
GrantRi's WebLog [MS]
Some of my opinions on Generics
Posted
over 9 years ago
by
Grant Richins
5
Comments
Disclaimer: These are all my opinions, so don't take them to mean anything more than the futile thoughts of an insignificant bystander who happened to be fortunate enough to listen to a few of the C# language design meetings and occasionally interact...
GrantRi's WebLog [MS]
More Q&A - Why No Generic Attributes?
Posted
over 9 years ago
by
Grant Richins
1
Comments
Question from Wes Haggard: A while back I posted http://weblogs.asp.net/whaggard/archive/2004/10/12/241476.aspx about having a generic type inherit from Attribute. Do you know why this is prohibited in C#? My attempted response: I used to think it wasa...
GrantRi's WebLog [MS]
More Info on Base Addresses
Posted
over 9 years ago
by
Grant Richins
2
Comments
Another Microsoftie, Josh Williams follows my blogs and pointed out another case where a base address matters: NGEN. When you NGEN your assemblies, the new images are loaded at the same base address as the original binaries. As Josh pointed out to me...
GrantRi's WebLog [MS]
64-bit beta is official!
Posted
over 9 years ago
by
Grant Richins
Finally I have something to write about! There's a new section on MSDN that is definitely worth reading: 64-Bit .NET Framework (http://msdn.microsoft.com/netframework/programming/64bit/) Now you only need a new 64-bit machine and OS to try it out on....
Page 1 of 1 (7 items)