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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
System.Linq28 Apr 2008 23:57 GMT5
Why does the compiler say that 'Linq' does not exist in the 'System'
namespace when specifying a using statement as follows:
using System.Linq;
----
Where is System.Linq28 Apr 2008 23:56 GMT4
         I try to type using system.linq in Visual studio 2005. But
it complains that no namespace
of System.ling is found. Maybe I need to add reference to System.linq.
How can I add System.Linq Namespace in Visual Studio 2005 Csharp.
hashed string28 Apr 2008 23:50 GMT4
I used the function below to convert a string to a hashed string.
But I found whaterver string I input, I the output hashed sring always have
a "=" character ending.
Is there any problem about this function.
Associations in DLinq Select() extension method28 Apr 2008 22:40 GMT11
I tried to use association property in Marc Select() extension method but
got exception
in Bind() call
Property 'Customer.ContactName' is not defined for type 'nwind.Order'"
getting first element from array28 Apr 2008 22:31 GMT11
I am trying to use the following; I have an array with bunch of values
in it. I am trying to find a value that contains part of the string I
am passing
eg
Call .Dispose() Every Time we Can call it?28 Apr 2008 22:09 GMT4
Should we call .Dispose() every chance we get... on every object that
exposes .Dispose()... and every time we have such an object?
For example, is it true that *every* time I create a DataTable and use it,
that I should call .Dispose of the DataTable instance when I'm done with ...
Please help understand virtual functions28 Apr 2008 22:07 GMT7
I have a base class that implements IDisposable.
Then I have a derived class, in which I write the following:
public override void Dispose() {
}
Passing in operators28 Apr 2008 21:38 GMT6
I have 3 static methods that share almost the same code with only a few
lines where different operators are used.
Is there a way to pass in an operator as a parameter?
pseudo code
Convert vbs file (WScript) to vb.net28 Apr 2008 21:08 GMT1
Is there a tool available that will convert a vbs file (WScript) to VB.Net?
What is the point of properties?28 Apr 2008 19:53 GMT23
I was wondering, why use properties instead of get and set methods?
I have a colleague who dislikes properties - and much prefers to write
"string GetName()" and "void SetName(string name)" methods for example.
Are there any arguments as to why properties are better? Or is it just
DataGridview update28 Apr 2008 19:45 GMT1
I have a datagridview with custom update-method where I access the
this.Rows property directly. I have no bindingsources, datatsets or
anything (and it would cost me a lot of work to change this).
Now I would like to update the datagridview by a background-thread.
Handling different DPI in winform application28 Apr 2008 19:45 GMT1
Whats the best way of handling a DPI which is different from
development machine?
In my current case resolution is not an issue as all machines have the
same resoluation..
TextBox Paste event28 Apr 2008 19:02 GMT2
How do i Capture the Text box Paste event
From the Builtin Context Menu of textbox control
Or do i need to replace the default context menu
TIA
Link forms (newbie)28 Apr 2008 17:52 GMT6
I am beginning C# programming and am trying to open frmOrders from a button
in frmCustomer (in Northwind database) with CustomerID as the link between
the two forms. What is the easiest and quickest way to do this? I'm stuck at:
private void btnOrders_Click(object sender, ...
How to get rid of the Autogenerated code while generating code     through CodeDOM28 Apr 2008 16:19 GMT1
I am using Microsoft CodeDOM to generate VB.NET code for one of my
application. For this purpose, when give the call to
GenerateCodeFromCompileUnit() method of ICodeGenerator class, it
generates the following comment header automatically in the generated
 
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.