BAS开发者_JAVA技巧E stands for \'Basically Available, Soft state, Eventually consistent\' So, I\'ve come this far: \"Basically Available: the system is available, but not necessarily all items in it
I\'m using MySql in my asp.net project. But I don\'t want to type every \"using MySql.Data.MySqlClient;\" statement in every aspx.cs/aspx.vb file. How can I define this lines in web.config file?