Click here to Skip to main content
15,885,309 members
Articles / Programming Languages / PowerShell

Code Generation using C# Scripts (CSX Scripts) in Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.88/5 (19 votes)
7 Aug 2020CPOL6 min read 33.6K   283   33  
How to run C# Scripts (CSX scripts), load third-party libraries, and generate code directly from inside Visual Studio
In this article, you will see step by step instructions and scripts to run CSX scripts (C# Scripts). You will also learn how to invoke third party libraries by using Powershell scripts which can be invoked directly from Visual Studio.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I'm passionate about building things since I was born and passionate about computers and programming since I was a kid. I taught myself programming when I was 12 by reading some BASIC programming books and never stopped since then, having played and worked with dozens of technologies.

I have more than 20 years of work experience, having played both technical and management roles, and having worked for companies in many different sectors, including Financial Institutions, Healthcare, and Startups.

I have a Bachelor's degree in Computer Science from University of São Paulo, and an MBA degree from Fundação Getúlio Vargas, both top-ranked universities in Latam. Born and raised in Brazil, lived in Chile for a while, now living in Florida (Fort Lauderdale Area).

If you like my articles please check and follow me on https://github.com/Drizin

Comments and Discussions