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#

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to make delegates with variable number of arguments.02 Dec 2008 04:56 GMT5
Can one of the gurus tell me if it is possible (and how) to do it in
c#?
I have a method that processes web requests using XmlTextReader. There
are many kinds of requests and a fair amount of code is repetitive
initialize list collection02 Dec 2008 01:32 GMT6
If I have a list collection that I set up and use and then want to
re-initialize it, can I just do a "new" again or do I need to get rid of it
first.
For example:
Multiple App.config files with ClickOnce02 Dec 2008 01:07 GMT4
I have an application that I am encrypting the connection strings on the
first run of the application.  I am using clickonce to deploy the
application, so this was a good solution as the application is immediately
run and the config file is encrypted immediately.  How ever, when ...
Normalizing street addresses01 Dec 2008 23:06 GMT6
We are doing a project that needs to normalize addresses.  Is there anything
out there that does that already?
For example,
We need to look at addresses, such as:
Convert string to a number01 Dec 2008 22:52 GMT5
How do I convert a string value 5.3 to a number for comparision in vs2003
e.g
5.3 >= 5.1
3.9 <= 5.3
Best practice with Disposable objects01 Dec 2008 21:09 GMT5
If I have a class that instantiates IDisposable objects for the lifetime of
my object, does that mean I always "have to" implement IDisposable as well
to dispose them?  (Assuming I have no other reason to be disposable myself.)
If so, is there an easy way to know which objects ...
Compiler confusion with nullable types01 Dec 2008 19:40 GMT4
I have the following class which gets this error when I compile it
using C# 2.0:
'System.Nullable<System.DayOfWeek>' does not contain a definition for
'Monday'
command parameters in one statement01 Dec 2008 19:07 GMT4
Is there a way to the following in one statement?
                   parameter = new SqlParameter("@" + "SortOrder",
SqlDbType.TinyInt);
                   parameter.Value = Convert.ToInt32(tf.SectionNumber);
Tutorials?01 Dec 2008 15:19 GMT4
Can anyone recommend a good online tutorial for someone trying to pick up C#
for the first time?  I'm coming from a VBA (Access, mostly) and VB6
background, so I don't even have basic CLR knowledge, so I'd be looking for
pretty much a ground-up approach, but without the usual ...
Deserialize XML to an Object. BU    T you don’t know which object to    use?01 Dec 2008 09:58 GMT6
I would like to be able to  select the object used to Deserialize an XML
string based on the XML itself.
I need to do this because the XML is being read from a database and there
are a number of different objects. The XML is being inserted into the
Reading from a child process's standard error01 Dec 2008 09:50 GMT10
Is there any way to perform a non blocking read from a child process's
standard error? I tried using the StandardError property of the
System.Diagnostics.Process class without success. According to the
documentation the StreamReader.Read(char[], int, int) function should not
Marshal.Copy generates an "Attempted to read or write protected     memory" error01 Dec 2008 09:47 GMT4
The Marshal.Copy statement in the following code block generates an
"Attempted to read or write protected memory.  This is often an
indication that other memory is corrupt." error.  This happens when
the bitmap.PixelFormat is set to Format4bppIndexed (I've set to this
name of anonymos types01 Dec 2008 07:07 GMT8
Hello NG,
is it possible, to localize the name of a anonymos type?
In my application I am creating a list of anonymos typed sturcture like:
var myObject = new
Best Books to Learn C#?01 Dec 2008 05:17 GMT5
I would like to learn c++/c#.net.
I'm comfortable with c, and have taught it when I was in grad school but
that was a number of years ago.
I've downloaded MS Visual C# 2008 Express.
Is there a way to get sqlclr code to call MessageBox.Show() ?29 Nov 2008 22:07 GMT13
1) You can't add a reference to system.win.forms to a SQL Server
Project
2) You can't add a referenceto a non-SQL Server Project to a SQL
Server Project
Pages: 1 2
 
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.