Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / April 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
VS2005 cannot find project in solution when opening designer11 Apr 2008 10:50 GMT3
We have three developers working on a project in Visual Studio 2005 SP
1. Two of the developers are not experiencing the following problem.
The other one has the situation below:
The solution contains a number of projects, three of which seem to be
Asynchronous web service invocation11 Apr 2008 10:36 GMT6
I have a simple web service, exposing a web method DoSomething() which
might take a lot to execute. I'm writing a client application (using
.NET FW *2.0*) and I'd like to invoke it asynchronously. I did the
following:
how to improve a performace to send some of data between machine.11 Apr 2008 09:20 GMT1
i need your advice to be implemented my code.
i am making some program to send lots of data to Server.
i wrote some code below.
i am using c++/cli and C#, c and c++.
destroyng object11 Apr 2008 07:38 GMT20
I have an important doubt!
If in my class I implement a Dispose() method and then call it from
my application is it useful only for free unmanaged resources?
the object itself is then discarded from heap memory by the GC when it
Problems with security requirements in Windows WorkGroups.11 Apr 2008 07:20 GMT12
I have a .NET C# client-server application that is being used in two
machines with Windows XP installed. Both the client and the server are
executed into users of a Work Group.
I am using .NET Remoting to connect the client and the server with a TCP
Singleton and GC11 Apr 2008 01:29 GMT4
Consider the following singleton:
public sealed class Foo {
   private static readonly Foo instance = new Foo();
   private Foo() {
Non Printable Characters using C#11 Apr 2008 00:36 GMT3
I need to remove non-printable characters from a text file.  I need to do
this in C#.  The Hex codes for the characters I need to remove are '0C' and
'0A' which equate to 12 and 10 in decimal.  Their codes are 'FF' and 'LF'
from the ASCII talbe.  I have searched and searched and ...
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?11 Apr 2008 00:06 GMT4
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
string into parms10 Apr 2008 23:09 GMT2
hey all,
what's the best way to turn my csv string into sql parms? the sql parms can
vary in count.
thanks,
Consume WebService HelloWorld CSharp in ASP.NET10 Apr 2008 22:55 GMT2
I was just trying to consume the simple HelloWorld webservice that
comes in Visual Studio 2005 with a simple ASP.NET WebSite.
We have created the web reference to the url that serves the
HelloWorld Service and have invoked the response ...
How do I show dialog boxes in Csharp?10 Apr 2008 22:37 GMT5
I was told on this forum that a good way to display dialog boxes is
with the following code:
using (MyDialog myDialog = new MyDialog())
{
error 2610 Apr 2008 22:17 GMT1
I am trying to connect with a SQL server2005 database from a C# (Windows
application) using a connection string and then use SQLconnection for a data
reader which will use the result returned by a stored procedure.  I get "an
error has occurred while establishing a connection to ...
regex named captures, are there two similiar syntaxes for this?10 Apr 2008 22:08 GMT2
is this the same thing?
string regex = @"(?'tag'.*?)";
and
string regex = @"(?<tag>.*?)";
Configuring a library10 Apr 2008 22:04 GMT8
I have an argument with a senior programmer here. He says
I shouldn't have special configuration for the part of
the code that's in the library. But isn't that the whole
point of libraries: that you can separate concerns, that
const variables10 Apr 2008 21:51 GMT7
consider the following class:
public class MyClass
{
 public const String TableName = "myTable";
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.