all groups > dotnet general > august 2006 > threads for saturday august 19
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
What is worth logging?
Posted by Jimmy at 8/19/2006 8:36:51 AM
I'm working on conventions for a large e-commerce application. Sure, I
can tell the R&D to "log everything" but it's unlikely to be done.
Waiting to hear from your experience - what info proves worth of
logging on a regular basis?
Thanks,
J.
... more >>
Advanced message box
Posted by lcarsdata NO[at]SPAM googlemail.com at 8/19/2006 7:58:18 AM
I posted this on one of the VB groups but they told me that dotnet was
different, anyway.
Is there a way to chose your own icon when displaying a message box. I
know how to use it with one of the built in icons, however cannot work
out how to use my own. I am using Visual Studio 2005 Express E... more >>
some problems with ORM concept....what do you think?
Posted by Bruce One at 8/19/2006 5:41:01 AM
For all the ORM i have searched around, I have always found two big problems:
1) To update or delete a set of records you must first bring it to memory.
If you are inside a loop and have to do it n times, then you have to query
this set n times as well. Would be nice if ORM could make it easi... more >>
System.Runtime.Remoting.Proxies
Posted by SenthilVel at 8/19/2006 12:00:00 AM
Hi All
i am getting an error in remoting proxies like the below :
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
... more >>
translating client-server app into web app
Posted by MPA at 8/19/2006 12:00:00 AM
Hi,
We are a small company with no experience in web development. We are
considering translating our main client-server product into web application
or web service using DOT.NET. Our app is basically a tree representing the
employees and departments of our customers with some tabs where the
c... more >>
|