我有一個基於3層的web應用程序。我想用我在業務邏輯層中使用try catch塊。在業務邏輯中使用try/catch塊是正確的還是我需要在我的UI層中使用它? 請參閱我的DAL代碼。 Data Access Layer
#region Insert in to Logbook
public int Insert_LogBook(string Vehicle_Number, DateTime
經營業務接入層: public static int login(string userlogin, string pwdlogin)
{
SqlConnection con = new SqlConnection();
con.ConnectionString = GetConnectionString();
con.Open();
in
我正在使用3層體系結構的項目。 我想了解如何將DAL中的數據讀取器值傳遞到表示層 我的代碼是這樣的。 在DAL層 public class HomeDAL
{
public SqlDataReader DefaultSearchFriends(long userid)
{
SqlConnection SocialConn = new SqlConnection(connstr);
我想創建一個圖表使用微軟的Visual Studio 2010,但我不知道該怎麼做。試圖回答,但沒有一個是3層。 這是我的數據訪問層 public List<AdvertisementDAL> displayChart()
{
List<AdvertisementDAL> dal = new List<AdvertisementDAL>();
string sql