Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
BCL Team Blog
>
All Tags
>
codedom
Server & Tools Blogs
>
Developer Tools Blogs
>
Base Class Library Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Base Class Library (BCL) Blog
Base types, Collections, Diagnostics, IO, RegEx…
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Portable HttpClient is now available as RC
Posted
2 days ago
by
Immo Landwerth [MSFT]
0
Comments
Social Engineering
Posted
1 month ago
by
Immo Landwerth [MSFT]
0
Comments
Microsoft.Bcl.Async is Now Stable
Posted
1 month ago
by
Immo Landwerth [MSFT]
46
Comments
Inner Workings of Immutable Collections on Channel 9
Posted
2 months ago
by
Immo Landwerth [MSFT]
2
Comments
Live Now on Developer Tools Blogs
Tags
Sorry, but there are no more tags available to filter with.
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
May 2013
(1)
April 2013
(2)
March 2013
(2)
February 2013
(1)
January 2013
(1)
December 2012
(1)
October 2012
(1)
August 2012
(1)
June 2012
(2)
May 2012
(2)
April 2012
(2)
March 2012
(1)
December 2011
(2)
November 2011
(4)
October 2011
(2)
June 2011
(1)
May 2011
(2)
April 2011
(2)
March 2011
(1)
January 2011
(1)
November 2010
(1)
October 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(2)
May 2010
(1)
April 2010
(1)
March 2010
(1)
January 2010
(1)
November 2009
(1)
October 2009
(1)
August 2009
(1)
July 2009
(2)
June 2009
(1)
May 2009
(1)
February 2009
(3)
January 2009
(1)
November 2008
(2)
October 2008
(2)
July 2008
(1)
June 2008
(3)
May 2008
(1)
April 2008
(1)
January 2008
(1)
November 2007
(4)
October 2007
(2)
August 2007
(3)
July 2007
(3)
June 2007
(7)
May 2007
(5)
April 2007
(4)
March 2007
(2)
February 2007
(1)
January 2007
(2)
December 2006
(1)
November 2006
(2)
October 2006
(8)
September 2006
(2)
August 2006
(3)
July 2006
(7)
June 2006
(5)
May 2006
(11)
April 2006
(16)
March 2006
(1)
January 2006
(1)
October 2005
(6)
September 2005
(5)
August 2005
(3)
July 2005
(2)
June 2005
(5)
April 2005
(3)
March 2005
(41)
February 2005
(7)
January 2005
(4)
December 2004
(8)
November 2004
(14)
October 2004
(9)
September 2004
(6)
August 2004
(6)
July 2004
(1)
June 2004
(2)
May 2004
(3)
March 2004
(2)
January 2004
(15)
December 2003
(3)
November 2003
(9)
October 2003
(5)
More
▼
Less
▲
Tagged Content List
Blog Post:
Creating and Initializing Objects in CodeDom [Benet Devereux]
BCL Team
The Forms Designer in Visual Studio 2005 takes away a lot of the drudgery of GUI development. All you do is drag and drop the components you need onto a panel, arrange them where you want them, and VS will generate the code to initialize them automatically; all you need to do is write event-handlers...
on
10 Apr 2006
Blog Post:
Why aren't there parsers for CodeDom? [David Gutierrez]
BCL Team
This is an interesting question, and the answer is a bit more than just "historical reasons." It's hard. Yes, it's just plain harder to parse code than it is to emit it. Parsing code is a good portion of what compilers do, and since most compilers are written in native code, this probably means duplicating...
on
16 Mar 2005
Blog Post:
Language features which can’t be expressed using CodeDOM in Whidbey. [Vinaya Bhushana Gattam Reddy]
BCL Team
The CodeDom provides a powerful way for applications to emit source code in a variety of languages. CodeDom provides necessary infrastructure to generate common language features that are necessary across the languages instead of providing ways to generate every single feature that a high level languages...
on
16 Mar 2005
Blog Post:
CodeDom now supports a way to generate code for CodeTypeMember [Vinaya Bhushana Gattam Reddy]
BCL Team
CodeDom now supports a way to generate code for CodeTypeMember. In V1.1 there is no way to generate a method without a type information using CodeDom. There are several tools and applications including ASP.Net had requirements to create a method without the type or namespace information. Currently one...
on
15 Mar 2005
Blog Post:
An intro to CodeDom [David Gutierrez]
BCL Team
I recently gave a talk on CodeDom for compiler writers , and I thought I would adapt some of those slides here as a basic intro to CodeDom. CodeDom, or Code Document Object Model, is a feature which lets you generate code and assemblies in a language neutral way. It's also extensible, meaning it's possible...
on
15 Mar 2005
Blog Post:
New MSIL & Subset CodeDom Provider samples [Peter Drayton]
BCL Team
There's a fair bit written about using CodeDom, but samples showing how to implement your own provider have been quite thin on the ground . Fortunately Eden Li , a CLR intern this summer, produced a couple of useful CodeDom provider samples now live on the MSDN BCL site : MSIL provider : consumes 1.1...
on
29 Nov 2004
Page 1 of 1 (6 items)