| C# Compiler |
| The Code Project |
| CSCompiler is a simple application for compiling single file C# source code. It was written in C#. Of course i didn't wrote a whole C# compiler. Instead I've used interfaces provided by .NET platform. |
|
| C# Compiler |
| The Code Project |
| A demonstration of how to compile code programatically. |
|
| Executing External Applications From Your .NET Application |
| Bipin Joshi |
| In some cases you need to execute some external application from your own application. The common candidates for such task are: Running BCP in SQL Server, Running batch scripts that automate some tasks, Start some add-in application like text editor, Opening read me kind of files at the end of installation. |
|
| How to start the default Web browser by using a LinkLabel control in Windows Forms with Visual C++ .NET |
| http://www.kbalertz.com/ |
| (816187) - Demonstrates how to use a LinkLabel control to open a Web address (or URL) in the default Web browser. |
|
| How to start the default Web browser by using a LinkLabel control in Windows Forms with Visual C++ .NET |
| Microsoft Support |
| (816187) - Demonstrates how to use a LinkLabel control to open a Web address (or URL) in the default Web browser. |
|
| HOW TO: Automate Microsoft Access from Visual C# .NET |
| Microsoft Support |
| (317114) - This article demonstrates how to automate Microsoft Access from Microsoft Visual C# .NET. The topics and the sample code show you how to do the following: Open a database in Access. Print or preview an Access report. Show and edit an Access form.... |
|
| HOW TO: Automate Microsoft Access from Visual C# .NET |
| http://www.kbalertz.com/ |
| (317114) - This article demonstrates how to automate Microsoft Access from Microsoft Visual C# .NET. The topics and the sample code show you how to do the following: Open a database in Access. Print or preview an Access report. Show and edit an Access form.... |
|
| Integrate Help Into Your .Net Apps |
| The Code Project |
| An article on how to leverage .NET to integrate Help into your applications. |
|
| Redirecting Standard Input/Output using the Process Class |
| C# Corner |
| When a program starts, a new process (a program in execution) is created by the operating system, and this process is identified by its process Id and also a name. In .NET, the process component is used to start a new process or even kill or suspend an existing one. Also we can get some statistics about the process already running, |
|
| Run other programs from your .NET code |
| The Code Project |
| A .NET library and a sample application demonstrating simple use of the Process class |
|
| Run other programs from your .NET code |
| The Code Project |
| A .NET library and a sample application demonstrating simple use of the Process class. |
|
| Standard I/O: Console Appplications in .NET, or Teaching a New Dog Old Tricks |
| MSDN |
| When you write console apps that take advantage of pipelines, you get the combined power of lots of small, simple apps. While each application in the pipe is fairly simple, the result of their interaction can be a relatively complex task. |
|