| Thread | Last Post | Replies |
|
| .NET Layering approach | 08 Oct 2004 14:17 GMT | 3 |
Hi group Can anyone suggest me the good article for 3 tier layering approach for .NET application ? Thanks
|
| Good book on multi-tier programming | 08 Oct 2004 13:29 GMT | 3 |
What is a good book on multi-tier programming? This for windows applications as well as web applications. Can anyone make some suggestions? Lots of thanks
|
| Oracle: "Unable to load dll (oci.dll)" | 08 Oct 2004 11:35 GMT | 2 |
I am using VisualStudio.NET 2003 trying to connect to an Oracle Database (version 8.0.5). I have created the connection using "Microsoft OleDBProvider for Oracle" and when I click on Test connection, I get a message showing "Test connection succeeded".
|
| What's the fastest way to transport a DataSet object? | 08 Oct 2004 08:07 GMT | 4 |
I'm investigating ways to transfer DataSets to remote machines. Intuitively it seems like using TCP/Binary would be faster than HTTP/SOAP, but since DataSets are XML internally is there a way to gather the data from SQL-Server and transport it as XML that might be faster than ...
|
| Modify global.asax - Rebuild required??? | 08 Oct 2004 00:43 GMT | 1 |
Just wondering if a Rebuild of the Allocation is required when the global.asax file is modified. I assume so since there is the underlying global.asax.vb file that would need to get compiled into the DLL. I was hoping to implement a fix in the global.asax file without having to
|
| How do you set the description on a Windows Service? | 04 Oct 2004 16:05 GMT | 3 |
I can only imagine I have gone blind looking through the .NET documentation. I have a Windows Service that installs and runs wonderfully. However, I am a loss as to how to set the "description" text on the Service. I have browsed through ServiceController, ServiceBase, ...
|
| Problem with Component passing a class | 04 Oct 2004 14:24 GMT | 11 |
I have a problem with passing Classes between client and ServicedComponents in VB.net. An outline of my test situation is as follows … ClassA – just contains integers a and b, and is marked as serializable ClassB – a serviced component, inherits from ServicedComponent and is ...
|
| intranet and Framework basics | 03 Oct 2004 03:23 GMT | 1 |
I'm trying to get a Windows Forms application to work on an intranet (not including my dev. comp.) It gives me the "unhandled exception error" so I found an article about strong names. I'm still lacking the basic knowledge of what's goig on when an application runs.
|
| Read-Only in Combox.text | 02 Oct 2004 04:23 GMT | 1 |
Is there anybody to tell me how to make the combox.text Read-Only somewhat like the listbox.
|
| Update App Block & Setup Projects | 01 Oct 2004 22:31 GMT | 1 |
I made a smart client application with automatic updates throught version numbers. This application is installed using a .msi file generated with a .net setup project in visual studio .net 2003. When I change the version numbers three times, the first installation is
|