Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > Good use of the system.codecom.compiler
 

Good use of the system.codecom.compiler

Does anyone have any good examples of the use of the system.codedom.compiler namespace?. I was thinking of trying to use it to write a fuzzy expert system that would allow me to use the vb language to dynamically create the rules. But I would like to see it in use to see if it would work.
NuPagade  Sunday, March 01, 2009 5:32 AM
NuPagade said:

Does anyone have any good examples of the use of the system.codedom.compiler namespace? I was thinking of trying to use it to write a fuzzy expert system that would allow me to use the vb language to dynamically create the rules. But I would like to see it in use to see if it would work.


HiNuPagade,

Welcome to MSDN forums!

Here are some source-open examples aboutSystem.Codedom.Compilernamespaces.

http://www.codeproject.com/KB/dotnet/CompilingWithCodeDom.aspx

http://www.codeproject.com/KB/dotnet/CodeFromCode.aspx
This article explains how to compile code written in VB.NET or C# using the CodeDom.

http://www.codeproject.com/KB/cs/codecompilation.aspx
This article shows how to compile code during runtime.

http://www.codeproject.com/KB/cs/CodeDomCompile.aspx
How to use CodeDom and CompilerServices to dynamically create Assemblies/App


Thread: Limitations of Codedom
http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/61552792-76a9-45f0-8ea9-99d2f8b6f6f0/


You can consider posting it at.NET Base Class Library forum for better responses to .NET Class Libraries usage.


Best regards,
Martin Xie

Martin Xie - MSFT  Monday, March 02, 2009 6:17 AM

You can use google to search for other answers

Custom Search

More Threads

• making a new form load into form 1...
• How to use Windows Media Player
• Visual Basic .NET and processes
• Display icons of the system tray
• datatable.HasErrors question
• Finding Temparature @ CPU
• How do I know if an exception is thrown from a specific method?
• what is ''inline error handling''
• Haw to open My Computer
• Create Unique File name in ASP on Windows 2003 server