| Thread | Last Post | Replies |
|
| How to understand the role of Service? | 08 Aug 2006 02:23 GMT | 6 |
The services, talked here, are things used in IServiceContainer, IServiceProvider, etc. In my opinion, everything can be a service, and a service is generally used for providing specific features for service consumers, at design
|
| Largest program you have written | 08 Aug 2006 01:25 GMT | 6 |
Just curious What is the largest program you have written in terms of source code length and complexity? Howard
|
| service unable to reject suspend query on XP | 07 Aug 2006 23:33 GMT | 3 |
I created a basic service using VS2005. Add OnPowerEvent method as detailed on MSDN and return false to a PowerBroadcastStatus.QuerySuspend notification. The service also has set CanHandlePowerEvent = true. But the service still fails to reject standby. If I do the same in ...
|
| Need help with HttpWeb Request - Exception CR before LF | 07 Aug 2006 20:52 GMT | 1 |
I need help using the httpweb request. I am getting an error when trying to read the source code from the following web page: http://babelfish.altavista.com/babelfish/tr?doit=done&urltext=Where+are+you&lp=en_es The error I get in spanish is :
|
| Developing Windows application using .NET? | 07 Aug 2006 20:04 GMT | 6 |
Wouldn't the fact that you need to deploy your .NET application with a giant 23mb framework rule it out of being used for serious commercial applications, except maybe those apps that will be huge in size anyway?
|
| Best Practice: Property Usage | 07 Aug 2006 18:10 GMT | 2 |
When creating a class library is it wrong or not a 'Best Practice' to reference a property of an object from within a constructor or method of that object? I recall being told not to do this but I really don't understand why. Any insight would be greatly appreciated.
|
| z | 07 Aug 2006 16:39 GMT | 1 |
|
| multi processor issue | 07 Aug 2006 15:28 GMT | 2 |
How can I check if in our .net environment the applications are using all 4 of our processors ( 2 CPU's hyperthreaded) The issue is that our test environment with 1 CPU (hyperthreaded) shows better performance then our production environment which has two
|
| A Newbie OOP conceptual question | 07 Aug 2006 13:28 GMT | 2 |
I'm slogging my way up the learning curve for VB.net, and I have a conceptual question regarding classes. I have a name and address database and I'm writing a program to display names, phone numbers, that kind of stuff.
|
| UTF-8 encoding in from and subject lines in internet standard email | 07 Aug 2006 07:45 GMT | 3 |
I wasn't sure where to post this as there doesn't seem to be an obvious group to discuss this. I'm writing my own internet email parser mainly because a) I'm mad and b) I need to understand internet email standards in more detail so it's a good way to learn.
|
| VB.NET String Manipulation similar to RegularExpresion | 07 Aug 2006 05:45 GMT | 5 |
Does anyone knows any good code for string manipulation similar to RegularExpresion? I might get a value as string in a different format. Example: 20/02/2006 or 20,02,2006 or 20.02.2006 etc...
|
| Need Script to Download Files from Webserver | 06 Aug 2006 22:14 GMT | 1 |
Hello... Our website is built using Dreamweaver. We need to incorporate some script that will allow users to view files stored in a folder on our webserver, and then download them to their harddrive.
|
| documentation Systanx | 06 Aug 2006 18:39 GMT | 3 |
Where can I find the a documentation about the syntax for the VB commands and XML command? hlQueuedCount.Label = hlqueued.??? =
|
| Assembly Dependencies | 06 Aug 2006 16:35 GMT | 2 |
Is there any tools out there that lists the entire assemblies that a given dot net .dll/.exe file depends on? (Something like Visual Studio 6.0 "Depends"). TIA,
|
| GridView vs. DataGrid | 06 Aug 2006 13:34 GMT | 1 |
What's the equivalent in GridView of the DataGrid e.Item.Cells(2).Text (where e is DataGridCommandEventArgs)? Thanks much
|