Is it generally a good idea to set managed objects to null in C# 2.0 winform application, i.e. within forms and controls when closing them down, or should I leave that to garbage collections.
In an Asp.net page I am sending emails with attachments. Issue is the files to attach are stored on some other server. Please guide how to attach such a file. I tried to give URL of file but got error
I have got an odd issue in an app I am writing. It reads a master xml config file, creates a local copy for the user then performs some actions as laid out in the xml file. It checks to see if the l
Is there some shortcut way of handling multiple properties on a class (say 50 spanning string, int, datetime, etc).They will all have the same simple declaration such as
We have a web application that currently uses URLRewrite.net, and I\'m thinking about pulling it out to use Helicon\'s ISAPI rewrite 3.0..
has anyone been able to use Linqbridge on a .Net 2.0 Website? I have no problem using it in a normal .Net 2.0 console, but when I use 开发者_JAVA百科the methods in the website,
I\'m new in Facebook API\'s, so I have a question cause I\'m in seriously trouble with API\'s and Facebook\'s security politics!
I have a list of filename with full path which I need to remove the filename and part of the file path considering a filter list I have.
I have yet to find a good comparison of technologies for accessing Oracle from .Net applications... Are there significant diffe开发者_运维技巧rences between Microsoft\'s System.Data.OracleClient prov
When trying to add a WCF reference to .NET 2, I get the following error: The document was understood, but it could not be processed.