So far, learning to program more than a year, wrote the management system, wrote the mall, wrote the desktop, contact more, messy points too many, a bunch of front frame, backstage class library, have miscellaneous Miscellaneous, update iteration of the fast is also staggering. So I was thinking, as a programmer, what content is real deal dry, the content of the Internet is not learning, only when you use it, to learn, this is my understanding. Fragmented things to remove, more and more deep feeling is like I do the actual application is to deal with data, data types, data volume, data storage way ... Review the previous learning route, the database this sense of understanding is still missing, so today began to go back to tidying up the database and ADO again. To the new attitude to learn knowledge, although such time costs will increase, fortunately, the university time is still more than, can I wanton "splurge."
Disclaimer: Thanks to the teachers of preach wisdom. All the way to self-study, because there are you.
Getting started: The graphical interface is just designed to make it easier for us to do database operations, and the real operation of this data is our locally opened service, SQL Server. Ado. NET is also sent through a bunch of instructions to the service, and finally by our service to perform data operations.
So you can list several equations: Microsoft sql Server Management Studio = = ADO.
In ADO, connect to our service via SqlConnection. Carry data through SqlCommand. Specific instructions are issued through SQL statements.
Learn the database from the beginning and ado.net--Bamboo finishing