====== RELATED SOFTWARES ====== * [[http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop|Visual Studio Express 2013 for Windows Desktop]] * [[http://www.heidisql.com/|HeidiSQL]] * [[http://dev.mysql.com/downloads/connector/net/6.1.html|MySQL Connector/Net 6.1.6]] * [[http://www.nuget.org/|NuGet]] ====== DAY 1 (03/03/14) ====== **Intro to C#. Start with Console Application** {{:01_c_part1.pptx|part 1}}{{:01_c_part1.pdf|part 1}} **Windows Forms Application** {{:02_c_part2.pptx|part 2}}{{:02_c_part2.pdf|part 2}} ---- **Connect to MySQL** {{:03_c_mysql.pptx|part 3}}{{:03_c_mysql.pdf|part 3}} [[trainningcsharpcodedb|source code]] **Generate Report with Microsoft Excel and Word** {{:04_c_excel.pptx|part 4}}{{:04_c_excel.pdf|part 4}} [[trainningcsharpexcel|source code]] {{:05_c_word.pptx|part 5}}{{:05_c_word.pdf|part 5}} [[trainningcsharpdoc|source code]] ====== DAY 2 (04/03/14) ====== **Socket Programming** {{:06_c_communication.pptx|part 6}}{{:06_c_communication.pdf|part 6}} [[trainningcsharpsocketserver|source code(server)]] [[trainningcsharpsocketclient|source code(client)]]