Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » CodeDom   (RSS)
Sorry, but there are no more tags available to filter with.

Creating and Initializing Objects in CodeDom [Benet Devereux]

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;
Posted by BCLTeam | 13 Comments
Filed under:

Why aren't there parsers for CodeDom? [David Gutierrez]

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
Posted by BCLTeam | 8 Comments
Filed under:

Language features which can’t be expressed using CodeDOM in Whidbey. [Vinaya Bhushana Gattam Reddy]

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
Posted by BCLTeam | 11 Comments
Filed under:

CodeDom now supports a way to generate code for CodeTypeMember [Vinaya Bhushana Gattam Reddy]

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
Posted by BCLTeam | 10 Comments
Filed under:

An intro to CodeDom [David Gutierrez]

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
Posted by BCLTeam | 6 Comments
Filed under:

New MSIL & Subset CodeDom Provider samples [Peter Drayton]

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
Posted by BCLTeam | 2 Comments
Filed under:
 
Page view tracker