guyS's WebLog

IShare, My DotNet Fingerprint

Browse by Tags

All Tags » Data Layer Focus (RSS)
entLib Oracle provider small fixes from Rob.
Rob posted the fixes and it seems like it could be helpful when working with Oracle packages and store procedures. I will need to check it out.
Posted: Jun 12 2005, 04:27 PM by guyS | with no comments
Filed under:
SQL Server 2005 - Data Paging
IN - OUT
Posted: Jun 12 2005, 02:29 PM by guyS | with no comments
Filed under:
Microsoft Oracle Provider Download & EntLib
I've just notice that Microsoft Oracle Provider Download file include V2 but entLib is using the previous version - I hope we don't missing something from the latest & greatest version.
Get SqlException friendly messages using its Error Number
Within the Dal layer we could catch SqlException and then format the Exception Message to a more user friendly message using the application localization language and by reading the message from a resource file. Then we can and should create our application...
Posted: May 20 2005, 03:10 PM by guyS | with 13 comment(s)
Filed under:
Handling Exceptions in Dal
I like this recommendation text I attached, about the way we should consider to handle our Dal exception/s because its very clear, simple and convincing. The following attach text is from a one of the architecture guide within the Microsoft architecture...
Getting the next page from a store procedure
Here is a the store procedure implementation from "Custom Data Paging in ASP_NET - ASP_NET" article which located on CodeProject Similar code were added to one of the articles I 've just read in MSDN May Magazine. We can use it with a DataGrid custom...
IDispose implementation for wrapping a Transaction instance
This post include IDispose implementation for wrapping a Transaction instance (same datasource). On this snippet I'm using entLib for creating my Transaction instance. I also attached the DAL caller code snipped and the DAL method that is using the Transaction...
Oracle Offers Dev Tools for VS.NET - developer objective opinion
I enjoyed to be involved in projects when we had to use Oracle RDBMS. I found that pl/sql is highly enhance and gives developers a rich pl/sql language to solve extremely complex problems in a simple and intuitive way. What I didn't like and a lot of...
Kiss the Middle-tier Goodbye with SQL Server Yukon
The article Kiss the Middle-tier Goodbye with SQL Server Yukon which claim: Yukon's new XML support features cut out the middleman and allow you to deal with your data directly on the database tier. Learn how to use these features to improve your database...
Posted: Jan 17 2005, 09:11 PM by guyS | with 6 comment(s)
Filed under:
Annoying - Whidbey strong typed dataset Table/fields/properties names generator
[ CORRECTION : The fields actually expose as properties using the DB Table original name/s but the internal strong typed table Type is as I specified. The point is , it would be nice if we could configure the naming convention we would like to use and...
Posted: Jan 17 2005, 04:19 PM by guyS | with no comments
Filed under:
More Posts Next page »