Sign in
|
Join
in
Current Tags
guyS's WebLog (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Using VB.NET its easy when you have the right tools and docs (but also when don't)
Using the GAC argues
Bind your way to winforms controls data binding (few links)
Calling web pages using HttpWebRequest
Control your IDbTransaction provider on thread level
Tags
ASP.NET
Bits & Bytes
Controls
Data Layer
Data Layer Focus
Extra Reading
Jump Start
OO & Patterns
OO.Patterns.NET
SOA
Tech Misc
Tips
Tools & Libraries
Web Controls
Design & Programing
Code Project
C# Team Home
Enterprise Library
Books
XSD Jump Start
Martin Fowler: Articles
Handy Shelf
Improving ASP.NET Performance
Patterns
Winforms.Net center
SOA Considerations
MSDN Newsgroups
XSD & WSDL Constructing
GoF It!
Recently Posted on MSDN
The 30 Minute Regex Tutorial
ASCII Table
My Bits
ExceptionProvider and Repository (cool!!)
List2List Web Control
Data LookupGrid Picker Web Control
Simple Threading Priority Pool Manager
DDMenu WebControl
Archives
September 2005
(1)
July 2005
(1)
June 2005
(10)
May 2005
(5)
April 2005
(5)
March 2005
(3)
February 2005
(1)
January 2005
(9)
December 2004
(5)
November 2004
(11)
October 2004
(1)
September 2004
(1)
August 2004
(4)
July 2004
(5)
June 2004
(1)
May 2004
(8)
April 2004
(10)
March 2004
(7)
guyS's WebLog
IShare, My DotNet Fingerprint
Browse by Tags
All Tags
»
OO.Patterns.NET
(
RSS
)
ASP.NET
Bits & Bytes
Data Layer Focus
Extra Reading
Tips
Tools & Libraries
Web Controls
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...
Posted
May 15 2005, 05:04 PM
by
guyS
with | with
no comments
Filed under:
OO.Patterns.NET
,
Data Layer Focus
,
Tips
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...
Posted
Apr 21 2005, 03:56 PM
by
guyS
with | with
1 comment(s)
Filed under:
OO.Patterns.NET
,
Data Layer Focus
Using OpenXml in SQL Server for Updating your class inner state
Using OpenXml within SQL Server enable u to query XML text string using XPath. This could be handy when your front end classes can supply their inner state as Xml and u want to move this state to the DB for data updates. This way u can minimize your DAL...
Posted
Dec 21 2004, 02:20 AM
by
guyS
with | with
1 comment(s)
Filed under:
OO.Patterns.NET
,
Data Layer Focus
Failed to load viewstate .. + dynamically loading User Controls
After implementing Page Controller pattern and after we dynamically loaded user controls in child page we got the above exception. The exception was raised when we clicked on IE back button and then presses submit on the content user control entry form...
Posted
Dec 05 2004, 02:01 PM
by
guyS
with | with
no comments
Filed under:
ASP.NET
,
OO.Patterns.NET
,
Web Controls
,
Tips
DotNetInfra v1.0.0 - Simple Threading Priority Queue were Published
I just uploaded another small project to DotNetInfra solution workspace on GotDotNet - Simple Threading Queue Pool This code is a simple priority threading queues that can be easy to manage. Each threading tasks will be execute by the manager in their...
Posted
Nov 15 2004, 01:26 AM
by
guyS
with | with
1 comment(s)
Filed under:
OO.Patterns.NET
,
Bits & Bytes
,
Tools & Libraries
DotNetInfra Solution v1.0.0
DotNetInfra Library contains a set of Libraries services samples in diverse Application Areas. The first release include the ExceptionProvider services which is a generic set of components for managing application exceptions. Its base on the work done...
Posted
Nov 12 2004, 02:44 PM
by
guyS
with | with
no comments
Filed under:
ASP.NET
,
OO.Patterns.NET
,
Bits & Bytes
,
Tools & Libraries
Factoring the core
I'm working on and off on a project at my spare time for the last nine months. I dream on the day I could release its first version. This will make me happy. My purpose is to release a quality version with minimum bugs and that gives maximum productivity...
Posted
May 29 2004, 11:26 AM
by
guyS
with | with
no comments
Filed under:
OO.Patterns.NET
,
Extra Reading
Late Binding and Generic Function Calls - when using Data Fetchers Methods Imp
Data Fetchers methods are these that return data to a caller according specific given arguments. What u can do when you need to call a Data Fetcher but u will get the function name and its argument only at run time. A nice solution for Asp pages I saw...
Posted
Apr 24 2004, 12:25 PM
by
guyS
with | with
1 comment(s)
Filed under:
ASP.NET
,
OO.Patterns.NET
XML2ENTRY_FORM : ERD - Step #2
Step #2 present the ERD that will use to hold entry forms definition and the source for the transform XML we will use for rendering the entry form ERD Includes: form definitions element definitions (name, title, maxlength etc) element default values ...
Posted
Apr 17 2004, 03:41 PM
by
guyS
with | with
no comments
Filed under:
ASP.NET
,
OO.Patterns.NET
,
Bits & Bytes
,
Web Controls
Index/Resources on - classes Services Accessibility approaches in ASP.NET applications
I gathered the ways & resources (partial list) we can expose our classes services in ASP.NET applications
Posted
Apr 03 2004, 03:51 PM
by
guyS
with | with
no comments
Filed under:
ASP.NET
,
OO.Patterns.NET
,
Bits & Bytes
More Posts
Terms of Use