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# / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Method/Function name29 Mar 2008 14:21 GMT3
How do I output the name of the method or a function without hard-coding it
in the application?
Say, I want application to write to stdout the name of the method that
currently is getting executed, to give me better idea how the program logic
[off-topic] If I was as dumb as a29 Mar 2008 13:41 GMT5
cat, I wouldn't be worried about linq nor IDisposable.
http://www.youtube.com/watch?v=MQ4vmSvCVbc
Enjoy, and if you hate silly cats, at least the music is great! =)
- Michael Starberg
newbie question on application cache29 Mar 2008 12:54 GMT2
Will application cache work in a web farm environment? I don't think it will
work because each machine in the farm has its own web application. I am
asked to modify existing source codes which utilize application cache, but I
don't want to jump to conclusion.
Possible to make files in application dir in Vista?29 Mar 2008 12:51 GMT2
Since Windows 2000, all user setting files should be stored separately
in the user's application settings directory. But some users still
want all the files to be created in the application folder, to make
that app "portable".
IEnumerator/IEnumurable29 Mar 2008 11:57 GMT8
I do not understand how to implement these two classes. I created a tree
like structure and I implemented the ability to enumerate over it but I'm
mixing generic and nongeneric classes:
This is the class that works:
Access Denied message (Signed XML)29 Mar 2008 11:31 GMT1
I am creating a signed XML document through a .Net page.  It has been
working flawlessly for several years now.  Within the last couple days
it has started throwing the below error.  My hosting provider says
they have not made any changes to cause this.
Linq question: loading an object graph29 Mar 2008 10:53 GMT3
Let's say we have your basic Invoices and InvoiceItems table.  If we load
this in with LINQ:
var query = from i in db.Invoices
                   select i;
Insert and update in DLinq DataGridview29 Mar 2008 09:20 GMT1
I tried to edit data in DataGridView.
Insert and delete operations in grid are not saved to database. Updating
works OK.
How to force grid to save Insert and Delete operations also ?
InnerText in an XML file29 Mar 2008 01:08 GMT6
I have an XML file that I am reading in VS 2005.  The code is something
like:
XmlDocument itemDoc = new XmlDocument();
itemDoc.Load(@"c:\TestDocs\1004win.xml");
collections28 Mar 2008 22:32 GMT3
vs2005 c#
how do i trap max number of row in a collection ?
lets say I can only have max of two rows in a collection
I have this property
Array sizing28 Mar 2008 21:47 GMT5
In C++ arrays have the .SetAtGrow() method that expands the array to
accommodate the index specified. I don't find an equivalent method in C#.
Is there one??
If not, what is the recommended way to handle this??
Threading issue: Timers.Timer and Forms.BackgroundWorker28 Mar 2008 21:11 GMT5
I developed a simple windows forms application (for controlling a
service application).
As there are no events of the ServiceController class (e.g. "State of
the service applioaction has changed") the forms application can
calling my fx in sql28 Mar 2008 20:20 GMT2
hey all,
when i call my function in sql in my datalayer i have to use the prefix dbo.
why do i have to do that? is this ok? do i need to change something on the
database side to follow best practices?
proper terminology28 Mar 2008 20:14 GMT3
hey all,
if i'm using webservices in my project, is that considered a type of SOA
(Service Oriented Architecture)?
thanks,
Attempted to read or write protected memory. This is often an     indication that other memory is corrupt28 Mar 2008 20:13 GMT1
Hi friends,
I'm getting the error
AccessViolationException -
"Attempted to read or write protected memory. This is often an
 
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.