Microsoft dot net
-
Biết được sự ra đời, quá trình phát triển, tương lai cũng như cấu trúc của bộ sản phẩm .Net Nắm được các khái niệm cơ bản trong C# như: cấu trúc chương trình, từ khóa, các toán tử... Biết cách sử dụng một số kiểu dữ liệu cơ bản: mảng, xâu ký tự, liệt kê, struct. Cùng với sự phát triển liên tục của CNTT nhất là phần mềm, hệ điều hành, các môi trường phát triển phần mềm các ứng dụng liên tục được ra đời, tuy nhiên phát triển chưa được thống nhất....
32p phuonggm 18-06-2012 1263 102 Download
-
Thao tác với form controls và các loại controls cơ bản Sử dụng các loại hộp thoại Giới thiệu các loại menu cơ bản Xây dựng ứng dụng MDI Form, Label, TextBox, Button Các thuộc tính chung Các sự kiện chung Điều khiển sự kiện bàn phím Điều khiển sự kiện chuột
47p phuonggm 18-06-2012 214 68 Download
-
Định nghĩa lớp và tạo được các thể hiện của lớp (đối tượng). Khai báo và sử dụng các phương thức trong lớp, cách nạp chồng phương thức. Truyền tham số, các từ khóa ref, out và params. Cơ chế ủy quyền và sự kiện (delegate - event)
30p phuonggm 18-06-2012 194 51 Download
-
Hiểu được khái niệm kế thừa, đa hình. Tầm quan trong của vấn đề này trong LTHĐT. Biết cách thực thi kế thừa, sử dụng các kiểu đa hình khác nhau. Xây dựng lớp cài đặt giao diện, thực thi các giao diện khác nhau. Một số giao diện chuẩn trong thư viện C#.
33p phuonggm 18-06-2012 174 49 Download
-
Khai báo sử dụng thuộc tính của lớp, sử dụng các loại thuộc tính khác nhau. Định nghĩa nạp chồng toán tử, các toán tử có thể nạp chồng và cú pháp nạp chồng toán tử. Thuộc tính là khái niệm cho phép truy cập trạng thái của lớp thông qua phương thức của lớp thay vì truy cập trực tiếp tới các biến thành viên. Đặc tính này cung cấp khả năng bảo vệ các trường bên trong một lớp.
25p phuonggm 18-06-2012 195 44 Download
-
Bạn có thể lập trình VC# (hay VJ#, VB .Net) truy xuất database MySQL bằng cách dùng 1 trong 4 giao tiếp lập trình sau: ODBC .Net, MySQL Provider, OLEDB .Net, thư viện lập trình API. ODBC .Net: đây là giao tiếp chuẩn hóa nên có tính tổng quát hóa cao nhất, bạn truy xuất database của MySQL và của các hệ quản trị CSDL khác thông qua các đối tượng chuẩn của Microsoft (trong namespace System.Data.Odbc).
5p tt1991tt 19-02-2011 219 54 Download
-
[ Team LiB ] Recipe 7.13 Loading a Windows PictureBox with Images Stored by Access as OLE Objects Problem You need to display images from a Microsoft Access database in a PictureBox control. Solution Strip the OLE image header that Microsoft Access adds to the image. The sample code contains six event handlers
5p luvpro 04-08-2010 116 8 Download
-
[ Team LiB ] Recipe 10.16 Listing Installed ODBC Drivers Problem You need a list of the ODBC drivers installed on the computer running your code. Solution Consult the registry. The sample code uses the Microsoft.Win32.
2p luvpro 04-08-2010 75 5 Download
-
[ Team LiB ] Recipe 10.6 Creating a New Access Database Problem You need to create a new Microsoft Access database. Solution Use ActiveX Database Objects Extensions (ADOX) from .NET through COM interop. You'll need a reference to Microsoft ADO Ext. 2.7 for DDL and Security from the COM tab in Visual Studio
3p luvpro 04-08-2010 97 6 Download
-
[ Team LiB ] Recipe 4.3 Getting an AutoNumber Value from Microsoft Access Problem If you add a row into a Microsoft Access table that has an AutoNumber column, the value assigned to the column in the DataTable is replaced by a value generated by the database.
5p luvpro 04-08-2010 80 5 Download
-
[ Team LiB ] Recipe 1.10 Connecting to Exchange or Outlook Problem You want to use ADO.NET to extract data from Microsoft Outlook or Microsoft Exchange. Solution Use the OLE DB Jet provider to access Exchange and Outlook data. The sample code contains two event handlers
3p luvpro 04-08-2010 89 4 Download
-
Connecting to a Secured Access Database Problem You want to connect to a Microsoft Access database that has been secured with user-level security and a workgroup file. Solution Use the Jet OLEDB:System Database attribute in the connection string to specify the path and filename of the workgroup information file or system database.
3p luvpro 04-08-2010 111 3 Download
-
[ Team LiB ] Recipe 1.7 Connecting to a Named Instance of SQL Server or Microsoft Data Engine (MSDE) Problem You want to connect to a named instance of a SQL Server or Microsoft Data Engine (MSDE). Solution You need to understand what a SQL Server or MSDE named instance is and how to connect to one.
3p luvpro 04-08-2010 148 11 Download
-
[ Team LiB ] Recipe 1.3 Connecting to a Password-Protected Access Database Problem You want to connect to a Microsoft Access database that has a database password. Solution Use the Jet OLEDB:Database Password attribute in the connection string to specify the password.
3p luvpro 04-08-2010 108 6 Download
-
[ Team LiB ] Recipe 1.2 Connecting to a Microsoft Excel Workbook Problem You want to access data stored in a Microsoft Excel workbook. Solution Use the OLE DB Jet provider to create, access, and modify data stored in an Excel workbook. The sample code contains two event handlers:
4p luvpro 04-08-2010 104 9 Download
-
[ Team LiB ] Recipe 1.5 Connecting to an Access Databasefrom ASP.NET Problem You know your connection string is correct, but still can't connect to your Microsoft Access database from your ASP.NET application. What are the differences between connecting from a Windows Forms
2p luvpro 04-08-2010 142 16 Download