| Thread | Last Post | Replies |
|
| Method/Function name | 29 Mar 2008 14:21 GMT | 3 |
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 a | 29 Mar 2008 13:41 GMT | 5 |
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 cache | 29 Mar 2008 12:54 GMT | 2 |
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 GMT | 2 |
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/IEnumurable | 29 Mar 2008 11:57 GMT | 8 |
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 GMT | 1 |
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 graph | 29 Mar 2008 10:53 GMT | 3 |
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 DataGridview | 29 Mar 2008 09:20 GMT | 1 |
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 file | 29 Mar 2008 01:08 GMT | 6 |
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");
|
| collections | 28 Mar 2008 22:32 GMT | 3 |
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 sizing | 28 Mar 2008 21:47 GMT | 5 |
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.BackgroundWorker | 28 Mar 2008 21:11 GMT | 5 |
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 sql | 28 Mar 2008 20:20 GMT | 2 |
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 terminology | 28 Mar 2008 20:14 GMT | 3 |
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 corrupt | 28 Mar 2008 20:13 GMT | 1 |
Hi friends, I'm getting the error AccessViolationException - "Attempted to read or write protected memory. This is often an
|