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
new keyword scope30 Mar 2008 12:43 GMT7
In C++ when you create an object using the "new" keyword you usually use the
"delete" keyword to end it's scope. In C# I don't find the "delete" keyword.
How do you handle the scope of an object you create with "new"???
Thanks, Neil
Dedect pending changes in DLinq DataContext30 Mar 2008 11:09 GMT1
I have invoice editing WinForms form containing TextBox controls and
DataGridView.
Text boxes are bound to entity properties, grid is bound to BindingList of
entities.
creating ExecuteQuery method30 Mar 2008 10:19 GMT34
I need to create ExecuteQuery() method with signature:
System.Collections.Generic.IEnumerable<TEntityt>
ExecuteQuery<TEntity>(string selectCommand)
selectCommand  is sql SELECT statement like "SELECT Name, Id, City FROM
Location of Context Menu in Listview30 Mar 2008 09:07 GMT5
Assume a context menu is associated with a listview.  Upon opening the
context menu, is there a way to determine which row in the listview
that the context menu was invoked upon?
embedded DB30 Mar 2008 03:16 GMT6
(cutnpaste from
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3027050&SiteID=1) No
one seems to ever use these forums!
I started migrating from C++ and want to use C# with an embedded database in
Do we need constructors in an inheriting class?30 Mar 2008 01:03 GMT4
I have:
 abstract class Vehicle
 {
   public Vehicle (int i) {...}
How can I exit a method prematurely29 Mar 2008 23:29 GMT7
I've implemented a windows service that calls an SSIS package.  Every
so often, the SSIS package does not return control to the calling
method.  What I've implemented is a sentinel thread that is spawned
before the execute method of the SSIS package which will email me if
Make a web service method return a class29 Mar 2008 20:23 GMT2
How do I make a web method to return an object class MyClass, also how do I
make it to return List<MyClass>?
TIA
Custom Serialization29 Mar 2008 19:44 GMT2
I have a recursive class that looks like
[Serializable]
public class RTree<T> : IEnumerable<RTree<T>>, ISerializable
{
Share memory between two .net application29 Mar 2008 18:58 GMT3
How can i share a common memory between two .net programs.
Can it be possible.
Kindly help me.
Thanks
Declaring DateTime variables and comparing them29 Mar 2008 18:51 GMT3
I am using the followig code:
SqlConnection con = new SqlConnection(strcon);
con.Open();
string strSelect = "Select PaidUntil from Users where username='" + un +
DLLImport memory leaks?29 Mar 2008 17:05 GMT2
.NET 1.1
I have a long running program that runs various methods from system DLL's.
I've pasted some calls below.
My program is leaking memory. Could the leak be due to these calls, or am I
How to compute age29 Mar 2008 16:38 GMT8
How to compute the age of a person?
For example, a person with birthday of  1964/09/25.
How to compute his age with c#?
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
 
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.