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# / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
AppDomain memory usage07 Sep 2007 22:00 GMT1
How do you determine the memory usage of an AppDomain? I am looking
for something like System.Diagnostics.Process.PrivateMemorySize64 but
using an AppDomain rather than a process.
Thank you,
Customizing Relations in a Typed DataSet07 Sep 2007 21:43 GMT1
I'm working in Visual Studio 2005.
I'm looking at two tables in the Data Set Designer. There's a relation
between the two tables that lists 7 matching columns. Works great.
One of the key columns from each table is called "Team". Valid values are F1
I need a tool to find IDisposables missing Dispose/using07 Sep 2007 20:56 GMT2
Are there any tools available to track down IDisposable objects that
don't have a call to Dispose? I'm thinking this can be done with
static code analysis. If the object is created inside a method, it
should be created with a using statement. If it's a member of a class,
Web Service and SSL07 Sep 2007 20:45 GMT1
If I've configured a site on my web server (running IIS 5.0) to
require SSL, when I add a web service in Visual Studio 2005 (C#
Express) and use https://...in the URL when adding the service, will
the windows app I'm building automatically use SSL when calling the
missig data07 Sep 2007 20:07 GMT3
I have a Label control that I load some text into it on the page load event.
when I navigate to a different page and then hit the "back" browser button
the label is gone from the screen. I am assuming that the label control is
still there but the text in the label has been some ...
Member field could be one of two types...07 Sep 2007 19:44 GMT4
I have a situation where I have a class which manages different data
connections.  In trying to enforce encapsulation I have a member field
called connection which could be a type of SQLConnection, or OleDBConnection
etc. When I am setting up the field how can I say it might be ...
Must Restart IIS for web services to work07 Sep 2007 19:26 GMT4
I have developed some web services that I use to communicate to a SQL Server
database from a Windows Mobile device.  The web services work fine but since
moving to the .Net Framework 2.0, the customer must restart IIS everyday in
order for the mobile devices to communicate with ...
Determine/Set Current User Short Date Format07 Sep 2007 17:25 GMT6
Is there a method of determining which format the short date format is
stored in for the current user on the machine using .NET?
If it is not in UK format I ideally need to be able to set it to UK
format as well.
Partial class problem07 Sep 2007 17:01 GMT4
I have two web pages in a VS 2005 project. the first page has a struct
defined and used in the partial class:
public partial class InterIndex : System.Web.UI.Page
{
Twelve Proofs that Muhammad is a True Prophet07 Sep 2007 15:53 GMT1
My brothers and sisters everywhere! With this essay, I am not singling
out the adherents of Islam - to which I ascribe - but rather I am
writing this essay to every man and woman throughout the whole world.
I ask Allah that He facilitates tat this essay reaches every ear,
MessageBox in multi threaded app07 Sep 2007 15:49 GMT7
I have a multithreaded application that has one worker thread that
does all the work in the background. There is some work that takes
some seconds of time. After that work is completed the worker thread
calls a delegate of the form using BeginInvoke. The delegate takes
Couls someone translate VB->C# ?07 Sep 2007 15:45 GMT15
Could someone please translate the code below into C#?
Please also tell me the libraries I might need.
Many thanks,
Adrian.
BackgroundWorker Does Not Fire RunWorkerCompleted07 Sep 2007 15:44 GMT1
I have a small app that I am working with to create LDIF files from
text files.  I have a pictureBox that has an animated GIF that will
appear on the form when the LDIF are being created.  The pictureBox
appears and the GIF is there, but it does not stop when called.  So
question about the using statement: datareaders, and connections07 Sep 2007 15:44 GMT5
consider these two using statements:
using (SqlConnection sqlcon1 = new SqlConnection(constr))
{ ...}
and
BackgroundWorker Does Not Fire RunWorkerCompleted07 Sep 2007 14:28 GMT1
I have a small app that I am working with to create LDIF files from
text files.  I have a pictureBox that has an animated GIF that will
appear on the form when the LDIF are being created.  The pictureBox
appears and the GIF is there, but it does not stop when called.  So
 
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.