I have a class library that does calculations (usually AVERAGE) on (sometimes) large sets of data. The nature of the application is that it normally does several calculations (5-50 or more depending on user requests) on the same set of data, so the basic implementation is that I grab all the...
Hello all -
I am having an issue trying to implement a generic interface. Essentially, I have several objects in my library that I need to be able to save their state. So, I created an interface to carry this out. The pertinent bits look like this:
public interface IStateSaver
{
...
Hello all -
So I'm setting up some boilerplate code to be used internally for a common type of application. The applications will take a file and upload the data to a database. This factors out into two interfaces:
public interface IDataUploader
{
void Upload(string p_Path...
Hello everyone,
I am using VS2005 and .NET 2.0, and I have a simple databinding question.
I have a textbox on a winform w/ the id, txtSampleSize1.
I also have a protected class variable of type, double, w/ the name: m_SampleSize1
I try to setup the binding between these two using the...
This has been posted in the IIS6 forum for two days w/ no response.
Anyone here care to take a WAG?
thread41-1001508
Thanks.
-paul
ps. Actually, a SWAG would be preferred. ;-)
The answer to getting answered -- faq855-2992
Hello all,
I am having a problem w/ IIS6 and setting up a second website on a windows 2003 machine.
In my current setup, I have three Network Load Balanced machines in a cluster with a single website running on them. This website runs fine (great, even).
It has anonymous access enabled and...
Hello all,
This is more of a "Do you know why this works, and can you explain it" question than anything.
I have a new windows 2003 machine that I'm using on my network that serves as (among other things) a DNS server. My initial problem was that DNS lookups were stalling out for about a...
Hello all,
I'm trying to figure out if there's a way that I can autostart a virtual machine using MS Virtual PC 2005.
What I want is:
Guest OS Boots --> VPC Service Starts --> Virtual Machine Starts
No hands. No login. No nothing.
There is something in the control panel called "Scripts"...
Hello all,
Can someone suggest their favorite free python editor? I am wanting to get a nephew started programming with it, and have never used it before (but have heard good things). Any other free stuff that you could suggest that I should include with his starter pack?
Thank you,
Paul...
Hello all,
I'm working up a design, and I'm just abysmal at CSS/HTML layout, so I'm looking for some advice here on the best way to achieve a desired feature of this design.
A content management engine that I have gives the user the option of including a sidebar on a page, which is just a...
Hello all,
I posted a question regarding DTS security in the DTS forum yesterday, but have had no nibbles.
Can anyone comment for me?
thread961-910443
Thanks,
Paul
The answer to getting answered -- faq855-2992
Hello all,
I have a question about DTS security. There is no shortage of information about securing access to a particular DTS package, but I'm unable to find anything about the security of the actual data transfer.
For example, if we use DTS for replication between a site in Los Angeles &...
http://www.oreilly.com/catalog/pnetcomp/index.html
This book is from Juval Lowy, and is an outstanding read for anyone looking to really leverage the power of .NET, interfaces, and Component Oriented Design principles.
Component Oriented Design is the backbone of this Service Oriented...
If you folks have not checked it out (and this coming from an IE only developer), Firefox really deserves a good long look.
Among it's greatest features:
(1) DOM Inspector -- helps you find that pesky table cell that's causing you problems
(2) Javascript console -- client side debugger built...
Hello all --
Is there a way to bring up the find dialog box w/ javascript? The one that you get in IE when you press "CTRL-F"?
For instance, document.print(); does the same thing is "CTRL-P", and so I'm hoping there's a "find" equivalent, as well.
Thanks for any...
Hello all --
I'm putting this out there as sort of a knowledge base article so that the next person won't have to pay Microsoft $250 to solve the problem. There are alot of questions out there on the net with no answers.
After setting IIS (applies to both 5 & 6) to run at "A share...
Hello all --
I am finding hit or miss information about this on Google, and I'm hoping I can just pinpoint what I need here.
My problem is simple. I have a C# windows forms project that I would like for several people here in the office to be able to run off of the network (i.e. a file...
Hello all --
I have what I hope is an interesting question that I further hope someone here has conquered in the past.
A little bit of background:
We are attempting to architect a reusable menu system for web applications. We have tackled all obstacles but one: special business rules.
Our...
Get a handle on your state management. Here's a great article that discusses nine different options and the advantages/disadvantages for each.
http://msdn.microsoft.com/msdnmag/issues/03/04/ASPNETUserState/default.aspx
enjoy! :-)
paul
The answer to getting answered -- faq855-2992
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.