all groups > dotnet general > july 2004 > threads for saturday july 17
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Web Services Shared Resource/Memory
Posted by Grandpa Pete at 7/17/2004 7:03:23 PM
How can I share resources across all users of a web service for read/write
access.
*Situation* *one*:
I want to have an in memory counter that all users of the webservice could
access. Call it g_count.
Then I create a web method called Update_g_count.
public int g_count( int incr )
... more >>
Web Services question
Posted by Frazer at 7/17/2004 4:39:11 PM
hi,
if my webmethod fails (eg database server is down) how do i send this
message back to the caller of the web method.
thanx
... more >>
oo concepts
Posted by Juzan at 7/17/2004 1:20:23 PM
hi
i am looking at learning oo concepts well.
I have an idea about inheritance , encapsulation etc.
but i want to see it being implemented .
is there any large sample application that explains how it is implemented. ?
thanx
... more >>
General Question about .NET
Posted by Michael at 7/17/2004 2:31:55 AM
The other day I was looking around in the GAC and I noticed
some strange things. For startings, I don't see any Microsoft
libraries that have a version number 1.1. I only see 1.0.5000
and 1.0.3300. I am thinking the 1.0.5000 is .NET v1.1 and
..NET v1.0 is 1.0.3300. So I went to
C:\WINDOWS... more >>
Componentizing a database application
Posted by hplloyd at 7/17/2004 1:29:02 AM
I am fairly new to VB.NET programming but have built many database applications in Access SQL Server etc.
I need to find a good book or other reference material that will help me take my OO programing skills to the next level.
I can build forms and bind data to them from SQL server, but someho... more >>
|