Thursday, June 30, 2005
DBAzine.com: Empower Your Developers and End Users with Oracle 9i's New Workspace Feature
DBAzine.com: Empower Your Developers and End Users with Oracle 9i's New Workspace Feature: "Empower Your Developers and End Users with Oracle 9i's New Workspace Feature"
Saturday, June 25, 2005
Oracle Technology Network: Forums
Oracle Technology Network: Forums: "The tnsnames.ora file allows you to define alias names to your DB servers. Instead, you would rather not use an alias and define the DB connection information within the .NET connecting string. You can do this with ODP.NET. For example, you can use the following connection string from C#:
string constr =
'User Id=scott;
Password=tiger;
Data Source=(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxxx)(PORT = 1521)) )(CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = xxxx)));';
Just put in the your HOST and SERVICE_NAME information in the data source, create a connection object, and you are done! You can change or add any other connection string information to configure your Oracle connection."
string constr =
'User Id=scott;
Password=tiger;
Data Source=(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxxx)(PORT = 1521)) )(CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = xxxx)));';
Just put in the your HOST and SERVICE_NAME information in the data source, create a connection object, and you are done! You can change or add any other connection string information to configure your Oracle connection."
Sunday, June 19, 2005
Saturday, June 18, 2005
Wednesday, June 01, 2005
Monday, May 30, 2005
Friday, May 27, 2005
Thursday, May 26, 2005
Wednesday, May 25, 2005
Saturday, May 21, 2005
Cutting Edge: Binary Serialization of ADO.NET Objects -- MSDN Magazine, December 2002: "Binary Serialization of ADO.NET Objects"
Friday, May 20, 2005
Improving DataSet Serialization and Remoting Performance: "This article discusses performance optimization for larger .NET Framework System.Data.DataSet classes and provides a sample serialization wrapper class that is optimized to more efficiently serialize and deserialize larger DataSet classes."
Tuesday, May 17, 2005
.NET Zip Library #ziplib (SharpZipLib): "The Zip, GZip, BZip2 and Tar Implementation For .NET. This site helped me to get Opensource for gzip implementation"
Speed Web delivery with HTTP compression: "I had a requirement where I need to compress the dataset passed around. I saw this article pretty useful to my thought process.... Speed Web delivery with HTTP compression"
Wednesday, May 11, 2005
Tuesday, May 10, 2005
ask the wonk: "How do I make one project item, say an XML file, be copied to the output folder when the project is compiled? My code assumes that the file is in the same folder as the compiled executable. I want to avoid having to manually copy that file every time. "
Monday, May 09, 2005
You receive the "Requested registry access is not allowed" error message when you try to create a custom event log: "An unhandled exception of type 'System.Security.SecurityException' occurred in mscorlib.dll
Additional information: Requested registry access is not allowed"
Additional information: Requested registry access is not allowed"
Friday, May 06, 2005
patterns & practices: Enterprise Library: Message Board: Thread: "Database String Encryption Posted on: 05/05/2005 13:56:32
here is a specific site for patterns and practices at www.pnplive.com, on there it lists all the webcasts and includes links to them, the slides and some hands-on labs which are really good for starting off. Its a really good place to start from.
If you just want the encrypting connection string, its around 19:50 in on the Enterprise Library Data Access Application Block (see address at top)"
here is a specific site for patterns and practices at www.pnplive.com, on there it lists all the webcasts and includes links to them, the slides and some hands-on labs which are really good for starting off. Its a really good place to start from.
If you just want the encrypting connection string, its around 19:50 in on the Enterprise Library Data Access Application Block (see address at top)"
How To: Switch Source Control Providers in VS.NET (Redux): "How To: Switch Source Control Providers in VS.NET (Redux)
Following up on yesterday's post, here's the manual procedure from the ever-helpful folks on the Team Development team in Microsoft Product Support Services:
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
To change source control providers, follow these steps:
Click Start, click Run, type regedit, and then click OK to open Registry Editor.
In Registry Editor, expand the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
In the right pane, double-click the registry key of the source control provider that you want to use (for example, Microsoft Visual SourceSafe), and then copy the data of this key to the clipboard (for example, Software\Microsoft\SourceSafe).
In the left pane, click SourceCodeControlProvider.
In the right pane, double-click ProviderRegKey.
In the Edit String dialog box, replace all of the text in the Value Data box with the contents of your clipboard, and then click OK.
Close the registry editor.
Restart your application for the changes to take effect"
Following up on yesterday's post, here's the manual procedure from the ever-helpful folks on the Team Development team in Microsoft Product Support Services:
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
To change source control providers, follow these steps:
Click Start, click Run, type regedit, and then click OK to open Registry Editor.
In Registry Editor, expand the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
In the right pane, double-click the registry key of the source control provider that you want to use (for example, Microsoft Visual SourceSafe), and then copy the data of this key to the clipboard (for example, Software\Microsoft\SourceSafe).
In the left pane, click SourceCodeControlProvider.
In the right pane, double-click ProviderRegKey.
In the Edit String dialog box, replace all of the text in the Value Data box with the contents of your clipboard, and then click OK.
Close the registry editor.
Restart your application for the changes to take effect"
Wednesday, May 04, 2005
Understanding Enterprise Services in .NET: "Understanding Enterprise Services in .NET. Good article which clearly talks about using Enterprise services. If you need transaction enabled Business components, Please read this article... "
Monday, May 02, 2005
ORA-12152: TNS:unable to send break message: "ORA-12152: TNS:unable to send break message" This error happens when Oracle connection terminated and associated aspnet_wp.exe is still running
Sunday, April 24, 2005
Sunday, April 17, 2005
Friday, March 18, 2005
Tuesday, March 01, 2005
Saturday, February 26, 2005
Friday, February 25, 2005
Sunday, February 06, 2005
Subscribe to:
Posts (Atom)