Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. C# Code generation .net 4.5

C# Code generation .net 4.5

Scheduled Pinned Locked Moved C#
csharpai-codingquestion
4 Posts 4 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    no_time
    wrote on last edited by
    #1

    Hi,
    do you know any c# code generation framework (.net 4.5)?
    Any resources / best practices for that topic?

    Richard Andrew x64R H K 3 Replies Last reply
    0
    • N no_time

      Hi,
      do you know any c# code generation framework (.net 4.5)?
      Any resources / best practices for that topic?

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      Here is a code generation framework: CodeWorker[^]

      The difficult we do right away... ...the impossible takes slightly longer.

      1 Reply Last reply
      0
      • N no_time

        Hi,
        do you know any c# code generation framework (.net 4.5)?
        Any resources / best practices for that topic?

        H Offline
        H Offline
        Homero Rivera
        wrote on last edited by
        #3

        The truth is you can compile C# programs on CommandPrompt (aka DOS). And with .NET Framework you can create text files with any extension including cs (for C#). And also with .NET Framework you can issue CommandPrompt commands. So, in theory you can make a C# program that creates c# programs and also that runs them.

        1 Reply Last reply
        0
        • N no_time

          Hi,
          do you know any c# code generation framework (.net 4.5)?
          Any resources / best practices for that topic?

          K Offline
          K Offline
          Keld Olykke
          wrote on last edited by
          #4

          Hi, If you are in visual studio and want to get your hands dirty, you can take a look at A built-in system for code generation: http://msdn.microsoft.com/en-us/library/vstudio/bb126445.aspx[^] The built-in system for addins (you can write your own addin that can write/edit/delete files in an open solution): Visual Studio Add Ins - In Depth[^] Kind Regards, Keld Ølykke

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups