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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
CustomAttributeBuilder without ctor22 Jan 2008 07:55 GMT4
I am attempting to dynmically create a class that looks like this:
--------------------------------------
[Table(Name="ClientTable")]
public class ClientTable{
Configuring for wsHttpBinding in vs2005 dev environment22 Jan 2008 04:54 GMT1
I am trying to test a WCF web service in Visual Studio 2005 that has been
configured to use wsHttpBinding and getting a security error. I am not sure
how to do this. Is there any examples or docs on this?
WebEvent22 Jan 2008 01:27 GMT1
What is the best way to creat a instant chatting program like msn? I mean,
the part of detecting that a user has send a message to you.
Thanks!
DataBinding to a UserControl with several nested, Bindable UserControls22 Jan 2008 00:25 GMT2
I've created a couple of different UserControls to minimize duplicate
control and provide a consistent look for my data entry application.  A
couple of examples are:
SimpleAddress
Setting a parameter's default value and validating datatype with     attributes.21 Jan 2008 23:54 GMT2
I have written a parameter attribute class
("AttributeTargets.Parameter).  One of several the constructor
arguments is a parameter to specify a default value for the method's
parameter.
vote on proposed VS / C# feature21 Jan 2008 22:20 GMT2
A suggestion that C# ASP .NET projects in Visual Studio should give the
developer the ability to see all the Page object's events in the code editor
(via the drop down lists at the top) and create an appropriate event handler
automatically (like is done in VB .NET) has been ...
Regex Q (Another one)21 Jan 2008 22:15 GMT11
Could anyone tell me why the following do not match?
^ABC_\d{6}_\d{6}$
Should match(twice):
ABC_123456_789123
Application Focus21 Jan 2008 21:44 GMT5
Is there a quick way to see if my application has focus?
I've tried "this.Focused" but it doesn't return true if one of its
childen controls is what has focus (IE I just clicked a button to
check "this.Focused").  If I run the "this.myBtn.Focused" as the
convert struct to byte[]21 Jan 2008 21:34 GMT4
I have a large structure, below is a simplistic version of my structure:
public struct MeanMinMaxSd
{
 public double mean;
Help creating a custom collection21 Jan 2008 21:25 GMT2
I want to create a collection that will be accessed like the
following, that returns a Boolean value;
MyClass[userID].Attributes[SomeEnum.Value1];
Can someone help me with how I should design this cusotm collection?
SqlCommand and Print statements21 Jan 2008 20:27 GMT2
I have a block of SQL that has print statements in it. When I execute
it with Query Analyzer the output from the print commands goes to the
messages pane. Is there any way to get those messages when I execute
the same SQL through a SQLCommand in C#?
Calling virtual functions ancestor class in C#21 Jan 2008 19:17 GMT2
How to call a virtual function ancestor class in C#?
http://www.alvas.net - Audio tools for C# and VB.Net developers
event ID 021 Jan 2008 18:03 GMT1
how can I fix  this problem?
Event Type: Error
Event Source: VCSExpress
Event Category: None
block allocation of classes21 Jan 2008 17:58 GMT1
I've got a search algorithm where I would like to allocate my nodes in
blocks. In other words, I would like to reserve enough memory for 200k
nodes and then just keep my own pointer into that block. I don't want
to do 200k small memory allocation calls. It seemed that this made
Threading question!21 Jan 2008 17:26 GMT7
How can I have a thread notify the main thread that it has ended?
The thread object seems to have only one event, ThreadStart.
Thanks!
Atmapuri
 
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.