all groups > dotnet academic > september 2006
Compaq and Restore Disks
Posted by Maverick at 9/29/2006 6:20:01 PM
I am working on a PC for a co-worker who either never received restore disks
or lost them. I know there is supposed to have been a lawsuit over this with
Compaq and some models. I have a request into Compaq for restore disks but
if they won't give them or this model is not a part of that sui... more >>
Defragmenting RAID 1 drives
Posted by Rick ??? at 9/27/2006 9:18:01 PM
I have two 320 Gb. SATA drives hooked up to mirror each other. When I access
the Windows 'Defrag' module it shows one drive in the GUI. My question is:
Do I have to break the mirror volume before defragging these drives or can I
just run DEFRAG on the mirrored volume as is and Windows XP Pro... more >>
IoC Container
Posted by Derek Smith at 9/27/2006 8:22:30 PM
I am looking for a lightweight Inversion of Control container for .NET 2.0.
Do you guys have any suggestions. I have used the Spring Framework in Java
before but I was looking for something more like PicoContainer for .NET.
What do you guys think?
Derek
... more >>
how to receive xml data
Posted by srid at 9/20/2006 6:15:02 PM
I am developing a vb.net windows application.The backend is sql server2000.
presently company is receiving data in email format. the data entry person
checks the email every hour and enter the new info to the application/db. in
the future the website company will send the data in xml format.
m... more >>
A question on VB Classes
Posted by Brian at 9/19/2006 10:58:20 PM
Can some one please tell me what I'm doing wrong. I'm trying to create
a class called Dog, but Visual Basic tells me that I can't enter
Wolf.age....why is this?
Public Class Form1
Public Class DOG
Dim COLOUR As String
Dim AGE As Integer
Dim NAME As String
... more >>
Delegate Invoke Performance
Posted by Tao at 9/19/2006 8:25:02 AM
hi.. guys
I have a question about delegate invoke.
Let us say, I have a function void A() and a delegate AA which points to A().
I run A(), and AA.Invoke()
which one is faster? A() or AA.Invoke()
thanks.
... more >>
porting .NET
Posted by Rain at 9/14/2006 7:55:02 PM
Hi,
I made a test program that draws shapes in a in-memory bitmap and displays
it in a form.. i tested it in windows and it worked very very fast with no
problems.. but when i ported it in Linux Mono, it doesnt have any problem but
seems to be very slow (I can see it being drawn).. does any... more >>
System.IO.Ports Help
Posted by kat0 at 9/10/2006 2:55:02 PM
Hi, i'm developer, im writing a C# code to communicate with a Fiscal Printer
(Argentine) throw serial port. I have a problem, my communication is
Asynchronously and i need to simulate a synchronously communication, i mean,
like this.
System.IO.Ports.SerialPort x = new ....
x.Open();
x.Wri... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Non-Technical question
Posted by Bob Weiner at 9/5/2006 2:06:05 PM
I need information to convince the faculty at our school that we should
invest some time and energy looking at the new Microsoft products coming out
late 2006/early 2007.
Most of the stuff I find online is directed at IT personnel or developers.
Although I can spend a lot of time reading/tr... more >>
Interface Question
Posted by Tao at 9/5/2006 10:44:02 AM
hi, I need help on interface.
I want something like interface, any class implements this interfaces HAS to
do implement method / property declared in this interface.
As there already many functions, I do not want to rewrite all of them. Can I
somehow declare a method which does not care a... more >>
reflection
Posted by Rain at 9/5/2006 4:06:02 AM
Hi, i need help please.. any help would be greatly appreciated. I need to
know how i can get the value of a property throught reflection in C#? please
please.. thanks in advance...
... more >>
|