guyS's WebLog

IShare, My DotNet Fingerprint

Browse by Tags

All Tags » Tools & Libraries (RSS)
Using the GAC argues
Interesting argue triggered by Criss Sells on why we should avoid using the GAC .One of the explained reply was post by Lan Griffiths that gives a list of reasons on why still need it and benefit from it .
Posted: Jul 06 2005, 02:39 AM by guyS | with no comments
Filed under:
Calling web pages using HttpWebRequest
I use the following method when I had to call an Asp web page which return to me the result as Xml, from my Web Services. It was done in order to externalize the services from an existing DNA application to a Smart Client. public static string GetABHttpRequest...
A simple Tracer using entLib (draft)
Update (24/6/05): the original code below (section after TODO) should be much simpler and as follow: We check that Tracer is Active using the configSettings. In addition, we don't need to write the method name because this will be done by using the entLib...
Posted: Jun 12 2005, 04:14 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.
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...
The Enterprise Localization Toolkit
The Enterprise Localization Toolkit is a solution for managing localized applications. Its a free, not supported tool set given by Microsoft and we can use it in our applications. We just completed a project where we decided to use this tool. We had about...
My first post using the PostXING window client, weblogs editor!!
This is my first post using PostXING editor which is a window client to publish a weblog post/s to .Text web site. This utility created by Chris Frazier for his personal use but eventually he decided to publish it to world to let other enjoy it. The tool...
Posted: Jan 12 2005, 09:22 AM by guyS | with 1 comment(s)
Filed under:
Add help to your winforms applications
U can create help files (CHM files) using integrated VS.NET 2003 tool from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwmscextendingnethelp.asp u can find in the attach file a sample that show how to call your help...
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...
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...
More Posts Next page »