I was wondering if there would be anything else I could use in my Hardware ID protection that would make it much more unique.
I am currently using
Processor ID
Volume ID
Mac Address
Graphics Card Name
If you guys can provide source codes to anything else that would make it even more unique please tell me.
...
The question pretty much says it all.
Does anyone know of any way to get the collection classes from the System.Collections.Concurrent namespace in .NET 3.5?
I guess what I'm asking is whether anyone has gone through the trouble of porting these classes to their own DLL that could be accessed from .NET 3.5.
...
I currently have a crystal report that generating in Visual Studio 2005 which has a sub-report. I've linked the sub-report to dataset and dataset has one table call image and it contain column system.byte[]. main report link to another dataset .
main report has parameters and sub report has only image field.
but when run main report d...
I need to design and I'm looking in to using WCF to accomplish this.
Basically here is how I have it:
Server process: Generate list of files to transfer across multiple FTP/SFTP sites in to a queue.
Client(s): Talk to server to get files to transfer. Transfer the files acquired. All the data necessary to transfer the files will be p...
Hello.
I know i am asking a silly question, the thing is I wanted to do a project where i am thinking to build a database with a front end using .net or c#. I am totally new to these languages. I thought posting here would give many experts advice. Can anyone tell me which book to prefer for it? (I would be glad if the book was a pdf onl...
Alright
How I got this error
I got one application sitting on a server (asp.net)
2 users accessing this application - doing some bulk data processing . eg. entering values and then the application is working with another system to extract values for them and then saving.
I can't recreate the error
The error logs show:
The error ha...
functionwhoreturnlist(cmd)[0]
...
Consider the below program
myThread = new Thread(
new ThreadStart(
delegate
{
Method1();
Method2();
}
)
);
I...
I created an application ( Creating up to 1,00,000 files in a folder ) with 2 different languages ( C#.Net & JAva ) with file concepts and its best methods.
The Application that I created with .NET takes just 3 seconds to create all the files. At the same time, with Java, it takes 15 seconds.
Why is it so ?
...
Hello all,
Wer'e developing an ASP.NET C# application, which will contain an authentication system that authenticates users in multiple levels (user, admin, super-admin, etc.).
Our idea is NOT to use the built in ASP.NET forms authentication feature. Our plan is to create a whole 'new' system for it- based on the Session object, and SQ...
Hi!
I've done my TreeView all with XAML but now I'd like to manage an event with code-behind. The HierarchicalDataTemplate contains an Image. I need to capture the events MouseEnter / MouseLeave on the Image. I've tried in this way:
<Image x:Name="imgArticolo" Source="{Binding imgArt}">
<Image.Style>
<Style TargetType="{x...
Hello!
I'd like a little bit of assistance here.
I am trying to send a request to a .NET SOAP server from PHP with Zend.
I have the WSDL file but it does not contain any header information.
Though I have tried to add a custom header this does not seem to work and the worst is that
the WSDL file itself does not seem to be "right".....
...
Hi I am using c# .net windows form application. I have a combo box and a text box and a close window button. Now If I make any change in the combo box or textbox and click on the close window button, it should prompt the user to save the modifications.. If no modification are made ( The user will just run the application, doesnt make any...
Hi all,
I have a web service that uses a shared object through '.NET Remoting'. For avoiding problems related with channel duplication, I call the UnregisterChannel method everytime one webmethod is done.
Does anyone know if this solution (unreg a channel after webmethod is going to finish) is acceptable in terms of performance?
Tha...
How to export a pdf page as an image using pdfsharp .net library, for pixel level manipulation ?
for example, something like, System.Drawing.BitMap.GetPixel()
I am trying to find out empty area (all white, or of any colour) inside a pdf document, to write some graphics / image.
09, June 2010:
I have tried this, but it is not working....
I have the following point class definition along with its type converter, and ...
[TypeConverterAttribute(typeof(MyPointConverter))]
public class MyPoint
{
public MyPoint(double x, double y)
{
X = x;
Y = y;
}
public MyPoint()
{
}
public double X { get; set; }
public double Y { get; set;...
I am just cuirous about behind of extension method mechanism.Some questions and answer appear in my mind.
MyClass.OrderBy(x=>x.a).OrderBy(x=>x.b);
I was guessing that mechanism was first orderby method works and order them by a member then returns sorted items in IEnumarable interface then next Orderby method of IEnumarable Order them...
Hi,
I have a WCF service that throws an exception.
I get a FaultException in the client without an InnerException.
I only have part of the callstack of the original exception, from which it's hard to understand what caused this.
How do I get the original exception or at least all the callstack?
Thanks.
...
Hi,
I've made a .net 2.0 librabry project, that results in a dll. I've made an app.config file in my project, with settings used in the dll, with the intention that they can be changed later.
I'm attempting to use the dll in an asp.net web application now, so I made the reference to my other project's output, and I see that the dll is ...
Does anyone know of a free/open library to analyze bounced emails?
...