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# / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Difference between out and [Out]14 Nov 2007 09:26 GMT4
I have been doing a lot of PInvoke calls using signatures published on
www.pinvoke.net. I notice that where out parameters are involved, sometimes
the signature uses 'out' and sometimes '[Out]'. I have discovered that using
the wrong one causes nasty things to happen, but I can't ...
Have better than: IsInt(string value)14 Nov 2007 09:11 GMT1
Does anyone have a better way for knowing if a string contains an
int ?
bool IsInt(string valeur)
{
EnterpriseLibrary Strong-Named Assemblies13 Nov 2007 23:51 GMT1
I give up... I've wasted the better part of today trying to find a way to
compile Enterprise Library 3.1 assemblies using a key and I simply can't
aquire all the resources I need to make it happen.
Does anyone have a pre-compiled version of the Enterprise Library assemblies
.NET Remoting Return SecurityException IMessage13 Nov 2007 23:20 GMT5
Not that I've ever gotten any reponse to questions in the past, but I don't
know where else to turn.
I have a remoting application (.NET 2.0, VS 2005, C#) with a custom
ChannelSinkProvider as described in this article
Is there a common dialogue to find a folder?13 Nov 2007 22:10 GMT2
Using c# 2.0 in a winforms app, is there a common dialog I can use to allow
users to select a directory?  By selecting a folder, the user will be
identifying the location a group of files will be saved to.  The dialogue
will return a string path that I will use for this.
DAL and Execute AS USER = 'myuser'13 Nov 2007 21:51 GMT2
I'm using DAL auto generated code.  Is it possible for me to have the same
connection string for all my transactions but to execute the command
"Execute AS USER = 'myuser'" (SQL Server 2005) before each execution.  Where
I control the name of the user.
Directory.CreateDirectory() issue13 Nov 2007 21:34 GMT5
I'm currently working on framework 1.1 webapplication using C#.
When I test the application located in my local machine, it works fine to
"Directory.CreateDirectory()".
However, I test the application use in server machine, it doesn't work.
Type conversion13 Nov 2007 20:43 GMT1
I'm using a third party .NET 2 DLL from VB.NET and I'm am setting a property
of type 'int'. However, if I set a value larger than a 'short' (32k) then
reading the property back returns a negative number. Can someone tell me
what is likely to be happening within the property ...
About BeginInvoke/ThreadPool/Threading13 Nov 2007 20:42 GMT7
i'm currently developing a class to communicate with a serial device,using
the SerialPort component.
Basically,the main application will interact with this class through its
method "Call",the class itself will handle all the details of a call (AT
LINQ Help13 Nov 2007 19:47 GMT2
I an newbie to LINQ.
I have a dataset with one table employee which has a self referencing
foreign key manger id. I want to write a query to get all the employees
under a particular manager. I tried the following query
global const?13 Nov 2007 19:18 GMT4
I'm new to C# so bear with me.  I have a public string const that I
need to be visible within any class within my namespace so I'll have
one place to maintain the string value and have changes affect all
classes.
Having problems creating a installer for my app due to permissions?13 Nov 2007 19:17 GMT10
Firstly, I'm not sure if this is the right group for this query, so
please forgive me if I am wrong.
My problem is that most users I distribute my software to cannot
install it on their systems due to not having the correct
Sorry for off-topic, but anybody care that Team System can't do time tracking?13 Nov 2007 18:59 GMT1
Sorry for the off-topic...
It doesn't seems as though Team Foundation Server handles things like
estimating 10 hours for a task, stating that 2 hours were done yesterday and
5 hours done today... i.e. time estimating/tracking.
LINQ to SQL - question on select...13 Nov 2007 18:47 GMT2
Is it possible to call another method out of the select statement?
In this example I am trying to call GetItem() from within the first select
statement.
But I get the following error"
Concurrency and delegates13 Nov 2007 18:43 GMT13
I have a question about concurrency and delegates.
Say I have a class roughly like this:
   public class Class1
   {
 
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.