Hi,
My question could be silly but this is what I am trying to do here with my Generic class.
I have a Data Access Layer, Business Logic Layer and a presentation Layer(Windows forms). Everytime I have to retrieve a List of records, I have to call a method (GetList()) in Bussiness Logic class which calls SQL query in Data access class. I create a new instance of business Logic class everytime a user LogIn. So in this...
Search Result
Collapse
3 results in 0.0037 seconds.
Keywords
Members
Tags
-
How to use Generic Class as Service
-
philsando started a topic Problem configuring the enterprise library 5.0 (Data Access Application Block)in .NETProblem configuring the enterprise library 5.0 (Data Access Application Block)
I am running into some problems while trying to get DAAB from Enterprise library 5.0 running. I have followed the steps as per the tutorial, but am getting errors...
1) Download / install enterprise library
2) Add references to the blocks I need (common / data)
3) Imports
Imports Microsoft.Pract ices.Enterprise Library.Common
Imports Microsoft.Pract ices.Enterprise Library.Data
... -
Executing a Stored Procedure using Silverlight
I have a silverlight web page on which I have a button which updates the values in the database.
On the click of the button I want to execute the update query to update the table. I am not getting any clue on how to go on with. Please suggest something