blah blah blah is here! blah blah » Close

0
votes
0 answers

Web Services Questions in ASP.NET

I'm new to web services in ASP.NET. Been trying to get my head around it recently. Here are my questions. 1. The Web Service item (.asmx that you can add to your project in Visual Studio), does that only generate an XML service (generate ...

0
votes
1 answers

Question about Deploying a ASP.NET project live

At my workplace, everytime where deploy a projec live, in the deployment process, people that are logged on to our application and are using it, see error messages - obviously because there's a new project being uploaded. They see errors on ...

0
votes
1 answers

What's the Max Size of an XML document for Parsing?

I would like to have an XML database, but how big can they grow before it really starts bogging down my system on parsing? Any information would be useful. Thanks!

0
votes
1 answers

Help breaking up a simple string

How would I break up a string that's delimited by a character or string? I would like to create a function that does it but don't know how to split up a string according to a delimiter (character or string). For example if I have: string x ...

0
votes
1 answers

Visual Studio.NET hiding the .cs file to the WebForm

How come it hides it? For example where the Page_Load is. I have to open it up manually, it's not under the list of files under the right project panel.

0
votes
1 answers

Anyone know C# Game Programming Resources?

Anyone know C# Game Programming Resources? Are there any? Perhaps a web site dedicated to C# Game programming? I know the basics of C# but I would like to get into game development. The only thing I find on the net are books that I can buy, ...

0
votes
1 answers

How do I include a file?

How do I include a .cs file within a .cs file. I'd like to separate classes and namespaces in different files. I know that in an .aspx file you use "import" but how do you do it in a .cs file?

0
votes
1 answers

Problems creating a simple Application Variable

I keep getting an error when I try to create an application variable. I have an aspx page with the following: <%@ Page Language="C#" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <H ...

0
votes
1 answers

How do I create a datafile with fast access?

I would like to create an address book application and need a way to store information other than through a database/odbc. I've seen programs that store all their information in a single file. It usually is in a non-readable format and not ...

Feedback