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 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Obfuscated code problem13 Nov 2005 11:32 GMT4
I'm trying Obfuscation for the first time using the community edition
of dotfuscator that ships with vs .net 2005.
After building my code, I load the compiled .exe into dotfuscator and
let it run. When I try to execute the obfuscated code, I received an
Using Databases with SQL Server 200513 Nov 2005 10:13 GMT2
I know that SQL Server 2005 can allow for simple deployment with .NET 2.0
applications.
Does anyone know where there is a simple tutorial, on how to attach your
.mdf DB files to the SQL Server 2005 database on runtime / install time??
where to put this code13 Nov 2005 05:53 GMT7
Here's what I have:
while (readSwitches.Peek() != -1)
                {
                    int i;
What is the default NameSpace13 Nov 2005 01:43 GMT1
If I did not include a class in a NameSpace.
What is the default NameSpace of that class
Simple array problem13 Nov 2005 01:29 GMT2
I'm new to c#. I've got arrays in a class:
    private DateTime[] dates;
    private IPAddress[] addrs;
In constructor:
Generic Type Instantiation13 Nov 2005 01:27 GMT4
I don't understand the third paragraph under the heading 'Generic type
instantiations' on
<http://msdn.microsoft.com/vcsharp/2005/overview/language/generics/>:
| The .NET Common Language Runtime creates a specialized copy of the
Trouble connecting to SQL Server 2005 Express13 Nov 2005 00:47 GMT4
I am trying to connect to SQL Server 2005 Express with Visual C# 2005
Express using this code:
static void Main(string[] args)
{
System.IO.Compression12 Nov 2005 23:53 GMT1
Can we create a standard .zip file with System.IO.Compression?
I have tried, but the files create by System.IO.Compression can't open in
xp!
what is wrong with this code?12 Nov 2005 23:43 GMT1
I'm trying to write a class where I need to sort a list of TreeNode objects
in a certain way.
So I thought I'd use:
List<ListNodeData>
Framework availiable12 Nov 2005 22:46 GMT3
As you know, there is a environment called "Mono" to compile C# code in
linux platforms. This means that there is a framework to linux? Is it like
the Windows one?
Thank you.
How can we get client' IP in web service12 Nov 2005 22:35 GMT1
When client connect to a WebService, how can we get the client's IP?
Tray icon doesn't disappear after making it invisible12 Nov 2005 21:03 GMT5
Sorry for the repost, but this has been driving me mad for the past few
days. There must be a simple solution.
There are many other posts about this problem upon an application exit,
but my problem is slightly different as my application does exit.......
Where can I download the FULL (!) Visual CSharp Express software12 Nov 2005 19:37 GMT2
Yes, I know at the webpage
http://msdn.microsoft.com/vstudio/express/visualcsharp/download/default.aspx
I can download Visual CSharp Express software.
But this is only a 3MB setup wizard vcssetup.exe which installs the final
Adding a row12 Nov 2005 19:15 GMT1
I am trying to add a row to my database. I first made a data connection with
Database Explorer where I have made the connection to my database royDBnew
and my table tblRoy with 2 columns SOBN, BN1 (both int). Then I made a data
source connection in the Data Sources. When I run ...
setting shortcut keys for buttons12 Nov 2005 19:03 GMT1
Is there a way to set a single key to activate a button on a form?
 
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.