Roslyn provides rich, code analysis APIs to open source C# and VisualBasic compilers. This enables you to access a wealth of information about your code from compilers, which you can then use for code-related tasks in your tools and applications.
Roslyn dramatically lowers the barrier to entry for creating code-focused tools and applications, creating many opportunities for innovation.
Export each line in a text file as a row in a table in MS SQL Server
Uses the Microsoft DTS (Data Transformation Services) Engine to export each line a text file (or a set of text files) as a row in a table in a Microsoft SQL Server (2000/2005) database.
Can filter for a folder, list of folders, exclusion list for files, selected file extensions.
Configuration kept in an XML file.
.Net Checker checks all code dependencies in .Net projects to ensure a stable architecture - up to multi-million LOC source trees. Moreover, it can produce flexible DOT-based dependency graphs.