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# / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
C# Language Specification - Generics20 Sep 2005 10:09 GMT3
///////////////////////////////////////////////////////////////////////////////////////////////
/// [1] CONSTRAINTS ON GENERICS
////////////////////////////////////////////////////
public class Node<T> where T:IComparable<T>
DLinq20 Sep 2005 09:50 GMT7
Have a question about DLinq.
The example code floating around looks like this:
Northwind db = new Northwind(@"C:\...\northwnd.mdf");
var custs = from c in db.Customers where c.City == "London" select c;
Why string.Empty is better then ""20 Sep 2005 09:40 GMT8
hi
can u write me
Why string.Empty is better then ""
bye
MemoryStream to String question20 Sep 2005 09:30 GMT3
Does anybody have some sample code of converting a MemoryStream into a
String?  I am having trouble doing this simple thing because I am tired and
under pressure.  A code snippet would surly help.  Thank you.
source code20 Sep 2005 09:11 GMT2
If you can please send me the source code of you c# version
thanx in advance
DirectoryEntry GlobalCatalog20 Sep 2005 07:13 GMT1
I'm hoping that this is the right group to post this to and that
someone will have an answer to this.
Environment:
1) Laptop joined to domain "foo.com", logged in using cached
Displaying blob data in a picturebox20 Sep 2005 06:01 GMT1
I'm attempting to retrieve a bitmap from an image field in SQL Server 2005
using Visual Studio 2005 C#. I then want to load the bitmap into a
picturebox. When I run the following code, I get the error message:
Parameter is no valid.
System.Data.DataViewManagerListItemTypeDescriptor Combobox20 Sep 2005 05:04 GMT5
This is for a Win form.
The code below causes combo box to have
"System.Data.DataViewManagerListItemTypeDescriptor" in the drop down box.
What I'm I missing in my code to get the data out of the SP into the combo
how to get the number of milliseconds between two System.DateTime objects20 Sep 2005 04:56 GMT2
how to get the number of milliseconds between two System.DateTime objects
how to delete a project20 Sep 2005 03:18 GMT1
I'm probably just missing something, but I've been trying to work
through some examples, and have wound up with a couple messed up
project I'd like to get rid of. So far, the help has been no help, it
produces reams of information that have no apparent connection with
Dynamic Class Properties from Data Row Columns20 Sep 2005 03:07 GMT1
I can't seem to locate any easy way to create dynamic class properties.
Essentially, I want to take the column headers from a data result set,
create a property having the column header name, and then set the value
of the property to the data in the corresponding field.
Volume Shadow Copy service in C#20 Sep 2005 02:14 GMT1
Does anyone have an example in C# of using Volume Shadow Copy (vssvc.exe) to
make a snap shot of a folder back it up?
Can it be done?
DAAB 2.0 Vs DAAB in Enterprise Application blocks20 Sep 2005 00:55 GMT3
im seriously looking for right answer ....
We are developing windows application in c#.
I implemented DAAB(Data Access Application Block) 2.0 in our application.
One of the senior asked me to implement DAAB in enterprise library.
Using base class event handlers from the IDE19 Sep 2005 23:53 GMT2
My UserControl base class has an event handling method in it.  I want
to use this for several controls on a subclass of this base class.
Normally, I can just click on the drop-down and the methods that fit
the correct signature appear - however ones from the base class don't!
InitializeComponent code lost19 Sep 2005 23:15 GMT4
when i build the project using C#, the code in
InitializeComponent lost sometimes.  Is it a bug?? if yes,
can some method fix it?  thanks for help.
Tabo
 
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.