Sign In
I Love that New Syntax Smell
C++ articles, code snippets, musings, etc. from Andy RichIf this is your first time here, you may want to check out my blog introduction.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
A day in the life
articles
errata
et cetera
musings
post responses
snippets
Windows Forms
Archive
Archives
June 2006
(1)
August 2005
(1)
June 2005
(1)
January 2005
(1)
November 2004
(1)
October 2004
(1)
September 2004
(4)
August 2004
(3)
July 2004
(2)
June 2004
(3)
April 2004
(1)
March 2004
(2)
February 2004
(1)
January 2004
(6)
December 2003
(18)
November 2003
(9)
July, 2004
MSDN Blogs
>
I Love that New Syntax Smell
>
July, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
I Love that New Syntax Smell
Properties Part 1 - the updated property syntax
Posted
over 8 years ago
by
arich
4
Comments
What are properties? Technically, properties are CLR "aliases." They are exposed as standard methods, and any compiler that consumes them simply transforms the user's code into the proper function calls. Similarly, any compiler that wants to author...
I Love that New Syntax Smell
.NET, 7.0, 2003, what's it all mean?
Posted
over 8 years ago
by
arich
2
Comments
A reader asked the question: Is .NET, in fact, the SAME THING as Visual Studio 7.0? Could it be possible that a developer with .NET would be able to simply open the project file and recompile without rewriting code? .NET itself is a runtime....
Page 1 of 1 (2 items)