I'm an A2 level computing student and I'm creating a program for my project which (using c#) takes data from an MDF and displays it in windows form textboxes. Because I'm a totally inexperienced programmer so used an online guide (http://www.homeandlearn.co.uk/csharp/csharp_s12p7.html) but I now need to explain the code in annotation so was wondering what the following section of code mean:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class
I only need a quick explanation for an annotation so any information would be helpful. Thankyou