LINQ 101 query
Wed, 03 Sep 2008 07:08:18 -0700
This example :
http://msdn.microsoft.com/en-us/vcsharp/aa336759.aspx#allIndexed
Gives the error :
Delegate 'System.Func<int,bool>' does not take '2' arguments
Does anybody know what the updated version of this LINQ example should
be?
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Book recommendations.
Wed, 3 Sep 2008 06:54:28 -0700 (PDT)
Hi.
I'm writing a simple, but not that simple server-client application in
C#. It seems to be working, but I'm not sure whether the server is
completely thread-safe, robust and scalable (handling many clients at
the same time like real-world servers). Currently I'm spawning a
thread for each client. I think the ...
|
Path to exe.config file
Wed, 3 Sep 2008 06:23:20 -0700 (PDT)
Hi,
I have some Settings in my exe.config file, for example the path to my
database. If the path to the database is changed, I wish to inform
them that they can update this path via the exe.config file. How do I
get the path of this file?
Thanks,
Barry
...
|
need a good job? C# .Net Developer Jr.-Mid level
Wed, 03 Sep 2008 06:14:19 -0700
Hey guys..I have an awesome opportunity in Cincinnati, OH for a Jr.
Application Developer. PLEASE let me know if you would be interested
:-)
*** Sent via Developersdex http://www.developersdex.com *** ...
|
What's missing in this service?
Wed, 3 Sep 2008 13:45:41 +0200
I've followed the section on MSDN on how to
create a service but it seems that when i
install it, i get an error about an
attribute named RunInstallerAttribute.Yes
missing.
As far i haven't seen any info on that for
a basic case of a service. Where should it
go and what does it look like?
namespace MySpa ...
|
post programmatically
Wed, 03 Sep 2008 02:16:08 -0700
Hi
I want to programmatically perform a post. Can some one please give me
some pointers to which classes I need to use to achieve this?
The form which is normally posted from the website looks like the
following, but I want to do it programmatically.
<form action="https://intl.payments/recdpay" method=" ...
|
not include images/sounds into a compiled .resource or .dll
Wed, 3 Sep 2008 01:37:44 -0700 (PDT)
hi,
i got a big project with a bunch of images and sounds. i organized
them into several resources, which get compiled into a .dll. but there
is a sound-file i want to be able to change after installation. is
there a way to not to include this file (which is included in one of
the resources) into the .dll?
...
|
|
|
Creating a service
Wed, 3 Sep 2008 10:04:15 +0200
I see in the examples at MSDN that when a
service is created, Main method is still
there, as the code below shows. Why is it
there?! I'd expect OnStart to be the only
required entry point for a service.
public static void Main() {
System.ServiceProcess.
ServiceBase.Run(new UserService1());}
--
...
|
Citizen Eco-Drive Perpetual Calendar Black Stainless Steel Mens Watch
BL529059E Recommendation Discount Watches
Wed, 3 Sep 2008 00:11:08 -0700 (PDT)
Citizen Eco-Drive Perpetual Calendar Black Stainless Steel Mens Watch
BL529059E Recommendation Discount Watches
Citizen Eco-Drive Perpetual Calendar Black Stainless Steel Mens Watch
BL529059E Site: http://citizen-watches.pxhelp.com/Citizen-wristwatch-2089.html
Thank you for choosing http://www.pxhelp.com/
...
|
obj.ToString(); vs obj + "";
Tue, 2 Sep 2008 22:54:32 -0700 (PDT)
Hi.
obj.ToString();
or
obj + "";
Which is more efficient and why? ...
|