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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
gc : gen 0,1,2 heaps, loh25 Jun 2007 14:09 GMT2
Are Gen 0, Gen 1, Gen 2 heaps and Large Object Heaps physically contiguous ?
Or are these abstract representations of groups of allocated segments in the
general heap ?  More specifically, are the segments physically contiguous
within each heap ?   And are the heaps physically ...
Using C++ static library in managed code25 Jun 2007 14:05 GMT1
Does anyone know whether or not we can link a static library to a .NET
project and use the classes defined in the library?
The static library is built from C++ code base.
Thanks,
Does LINQ work in Orcas?25 Jun 2007 14:00 GMT8
I've installed Orcas beta1 March 2007 CTP.  I get compiler errors on
any LINQ related code.  For example:
       List<string> cities = new List<string>();
       cities.Add("London");
Web Query String25 Jun 2007 13:58 GMT3
I'm trying to replicate a request to a web browser request (actual
domain is changed :D)
http://www.philip.com/phils.cfm?num_ent=%25%22%24%5B%5F%23%3DH%20%0A
So far I can post to the above address, but I can't reverse engineer
a case for multiple inheritance25 Jun 2007 13:56 GMT11
Although C# has Generics, it still does not support the generic
programming paradigm. Multiple inheritance is required to support real
generic programming. Here is a simple design pattern to illustrate this.
Problem:
Center a Label in a form/panel25 Jun 2007 12:25 GMT2
Is there any easy way of centering a label in a form or panel?
I can dock, and anchor but not get my label to stay centered,
short of resorting to playing with the top and left properties of
the label each time the form is resized or the label changed.
unable to hit breakpoint when remote debugging(ASP.NET)25 Jun 2007 11:18 GMT1
Hello...
After a very huge dig in web looking after how to set up remote
debugging, I was able to attach to aspnet_wp.exe of remote machine.
The details how I did that,
Getting data from another website dynamically25 Jun 2007 11:00 GMT7
Theres a website that books hotels . user enters the information and
according to that results are displayed to the user.Let it be website
A.
Now I want to create a new project with designing page same as in
KeyUp events25 Jun 2007 10:43 GMT11
I'm trying to catch the pressing of the left and right arrow keys
through the KeyUp event, like so:
    public Form1()
        {
Namespace for ProductsTableAdapter (from DAL) not found25 Jun 2007 10:43 GMT1
I am getting the very well known error:
CS0246: The type or namespace name 'ProductsTableAdapter' could not be
found (are you missing a using directive or an assembly reference?)
Although I have followed the tutorial at MSDN (http://
Saving a number with high preciosion in a ADO.NET table25 Jun 2007 10:04 GMT9
I save a number in the table and want to get that number again, but the
number I get has lower precision than I expect.  For example, when I divide
10/3 I get 3.3333333333333335 if the variable is of type Double. But saving
this result into a table with a column of type Double ...
new c# student25 Jun 2007 08:40 GMT1
I am a new student of c# (I have just finished Java 1 and have quite a
bit of experiance in HTML, DHTML, XHTML and CSS) and would like to know
of some good supplemental textbooks or reference books to help with my
studies.  Keep in mind that I am taking 100% internet courses, ...
IsolationLevel meaning25 Jun 2007 05:18 GMT2
I have a trivial question:
What does IsolationLevel mean?
e.g., in SDK:
ReadCommitted
ReadCommitted25 Jun 2007 05:07 GMT1
For IsolationLevel.ReadCommitted, here "Committed" does not mean
trans.Commit(), it just means db has been updated. -- Is this right?
It means other thread/connection can read "my" data before I finish a
transaction.
Display Linked-List in a DataGridView?25 Jun 2007 05:00 GMT1
How do I set a linked-list as a data source for a DataGridView control?
 Should the linked list be a member on a form or its own global class
(or doesn't matter...???)  Right now when I set the list as the data
source,  the only columns I get are Count, First, and Last.  I want ...
 
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.