... ee.Message.ToString(); } finally { person = null; pBAL = null; } } In the above method, I am doing following things mainly: 1. Instantiating BAL object 2. Instantiating BO object 3. Settinng ... code inside it. - Hide Code using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using ... Architecture in ASP .NET with C# I am using 3-Tier architecture in my different projects, but adding a 4th tier is a novelty for me. After reading this article, I can see the benefits to add a Business...
Ngày tải lên: 17/10/2013, 14:15
Ngày tải lên: 31/03/2014, 06:20
BÁO CÁO LẬP TRÌNH ỨNG DỤNG WINDOWS FORM IN VB.NET 2005 ĐỀ TÀI QUẢN LÝ TIỆM VÀNG
Ngày tải lên: 16/08/2014, 09:44
Tài liệu VB .NET Language in a Nutshell pdf
... major Office applications. However, VBA is not the programming language for VB .NET. Indeed, until VB .NET is incorporated into a release of Microsoft Office for .NET, the two languages will differ ... 2.4.4 Arrays in VB .NET 65 2.5 Object Variables and Their Binding 67 2.5.1 Late Binding Versus Early Binding 68 2.6 The Collection Object 69 2.7 Parameters and Arguments 70 2.7.1 Passing Arguments ... for Windows applications, VB .NET and Visual Studio .NET aim at providing a graphical interface that is suitable for developing web applications and for taking full advantage of the Internet...
Ngày tải lên: 09/12/2013, 17:15
Tài liệu Hướng dẫn lập trình VB.NET Chương 18: Làm việc với máy in pdf
... thì có thể vừa 1 dòng in e.Graphics.MeasureString(StringToPrint, PrintFont, _ kichthuoc, chuoidinhdang, sokytu, sodong) chuoiin = StringToPrint.Substring(0, sokytu) &apos ;In chu ỗi trên trang ... Brushes.Black, vungin, chuoidinhdang) 'N ếu vẫn còn chuỗi để in If sokytu < StringToPrint.Length Then 'Lo ại bỏ chuỗi đã in xong StringToPrint = StringToPrint.Substring(sokytu) e.HasMorePages ... Private PrintPageSetting As New PageSettings() Private StringToPrint As String Private PrintFont As New Font("Arial", 10) Các biến này dùng khi in trang, biến PrintPageSetting để thiết...
Ngày tải lên: 22/12/2013, 20:17
Network Programming in .NET With C# and Visual Basic .NET phần 4 pdf
Ngày tải lên: 12/08/2014, 21:20
Developments in Web Security With IIS 6.0 and ASP.NET
... Security Info Setting the IPrincipal Setting the IPrincipal Windows Authentication Windows Authentication Impersonation token is wrapped in Impersonation token is wrapped in WindowsPrincipal WindowsPrincipal Anonymous ... application pool identity Available using Win32 APIs Available using Win32 APIs ASP .NET 2.0 Security Info ASP .NET 2.0 Security Info Setting the IPrincipal Setting the IPrincipal Forms Authentication Forms ... Securing ASP w/ ASP .NET Securing ASP w/ ASP .NET Wildcard mapping Wildcard mapping IIS 6.0 introduces wildcard mapping IIS 6.0 introduces wildcard mapping Can easily map content...
Ngày tải lên: 08/07/2013, 01:27