Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by HannesBaldursson: http://wiki.apache.org/thrift/ThriftUsageC%23 ------------------------------------------------------------------------------ = Getting started = - The C# code generated by thrift uses the {{{Thrift}}} namespace. To be able to use the code generated by Thrift (the compiler) in your project you need to reference {{{Thrift.dll}}} in your project to gain access to the {{{Thrift}}} namespace. This is required for the Thrift generated C# code to compile. + The C# code generated by Thrift uses the {{{Thrift}}} namespace. To be able to use the code generated by Thrift you need to reference {{{Thrift.dll}}} in your project to gain access to the {{{Thrift}}} namespace. This is required for the Thrift generated C# code to compile. == Building Thrift.dll using Visual Studio ==
