John Saunders

30,146
reputation
3555 views

Registered User

name John Saunders
member for 10 months
seen 59 mins ago
website
location Phoenix, AZ, US
age 51
1h
comment C#: Open a browser and POST to a url from a windows desktop app…
msdn.microsoft.com/en-us/library/…
1h
answered C#: Open a browser and POST to a url from a windows desktop app…
1h
awarded  Nice Answer
1h
accepted Should I be concerned about .NET dictionary speed?
1h
revised Should I be concerned about .NET dictionary speed?
edited title
1h
answered Should I be concerned about .NET dictionary speed?
2h
comment C# webservice losing data on return
[Seria;izable] is not used bt XML Seria;ization.
2h
revised .NET File Stream write method writes all empty lines
deleted 15 characters in body; edited tags; edited title
5h
comment Can a .Net 2.0 winforms client app connect to a Windows Server .Net 3.5 WCF service? - architectural advice needed
A Windows Servicw would be thw next easiest way, after IIS.
13h
revised C# webservice losing data on return
edited tags
15h
comment Static methods in C#?
Note that this is comparing to constructing a new instance for each call; it does not compare the more usual case of constructing an instance once, for several calls.
19h
comment Validation controls not applicable to web custom controls in asp.net
Thanks for posting code, but you probably didn't need to post all of that code in order to show what the problem is.
19h
revised Validation controls not applicable to web custom controls in asp.net
format
19h
comment XSLT not working properly
I'd upvote you if you'd include an example of how to do this instead of referring ot the standard.
20h
comment .NET WCF ServiceHost - startup arguments
Be sure not to confuse WCF with Remoting. They are quite different.
20h
comment What languages require no external libraries/references/dependencies?
@downvoter: care to say what your problem is, or should we guess?
20h
revised how to create a SETUP.EXE wrapper for an MSI file using NSIS
deleted 32 characters in body; edited tags
20h
comment how to create a SETUP.EXE wrapper for an MSI file using NSIS
Really, these are not tags!!!
20h
answered Who invented the throw/try/catch[/finally] kind of error handling?
23h
comment asp.NET - how to make sure web.config is used for conectionstring (rather than app.config)
No, it does not. What makes you think so? In .NET, there is never more than one config file per AppDomain, unless the config file redirects part of the configuration to another. Are you perhaps using Settings in the library? If so, try changing a value from the app.config and see if it matters when running from ASP.NET.
1d
answered How to efficiently stream an object graph as xml to sql server
1d
comment can’t import xml to dataset if xmlnode has attribute?
Actually, no. All I did was indent it. The typo is original.
1d
revised can’t import xml to dataset if xmlnode has attribute?
added 4 characters in body
1d
revised SQL Server 2000 - View list of sprocs with GRANT EXECUTE for a particular role exclusively ?
edited title
1d
comment can’t import xml to dataset if xmlnode has attribute?
Isn't that what I just said? The general case is "general-purpose ... XML". The general case does not work. What works is any XML that the DataSet could have generated. That does not include the case presented by the OP.
1d
revised How to get the value of usercontrol in codebehind of page .
deleted 27 characters in body; edited tags; deleted 7 characters in body; added 4 characters in body
1d
answered can’t import xml to dataset if xmlnode has attribute?
1d
comment can’t import xml to dataset if xmlnode has attribute?
Select the text, then press Control-K.
1d
revised can’t import xml to dataset if xmlnode has attribute?
added 74 characters in body
1d
comment How to generate entities to database
Do you mean that you need to add entities, or that you need to create the database schema?
1d
comment How much is too much data for and XML file, and what are some file based database alternatives?
XML is a format for representing data. Period. I have no idea why you would call it a database technology.
1d
answered How much is too much data for and XML file, and what are some file based database alternatives?
1d
comment Subscribing to TFS events and WCF
Do you have the sample ASMX file? That's what I want you to use, to diagnose where the problem lies.
2d
comment HOW to USE MS Visual Studio for Android Development???
-1: this does not address the question.
2d
answered Subscribing to TFS events and WCF
2d
accepted How to detect System.IO.IOException cause by existing file?
2d
comment IE8 loading js on SSL pages
Details, please. What issue?
2d
comment How can I get aspnet compiler to handle a page that contains an include file
I don't see why you would expect this to work. .inc files are used by IIS aspnet_compiler has nothing to do with IIS.
2d
comment Can I use .NET 4 with SharePoint 2007?
What's your reason for saying it will never be supported? SP2010 is in beta 1 right now.
2d
answered How can I get aspnet compiler to handle a page that contains an include file
2d
revised Create virtual methods using xsd.exe
edited tags
2d
revised What is the fastest way to insert a large amount of records into a SQL Server DB?
edited title
2d
answered Use VB6 COM DLL as a shell or interface with .NET code behind
2d
comment How can I validate a SOAP Request
Also, look at the wire and post the complete XML that is actually sent.
2d
comment Convert XmlNodeList to XmlNode[]
is there some reason not to iterate over the XmlNodeList and use it to load the XmlNode[]? Because if you'd done that, you'd be finished by now.
2d
revised Can I change the indenting style used when saving a DataSet to xml
added 360 characters in body
Dec
11
answered Can I change the indenting style used when saving a DataSet to xml
Dec
11
comment View the value of a variable in .NET C#?
BTW, it's not a script - it's a program.
Dec
11
comment Using Pivot in SQL Server
You might want to give more detail on what you want to accomplish...
Dec
11
answered Easy way to add multiple existing .csproj to a Visual Studio Solution?