.net-1.1
Writing a cross framework class, ConfigurationManager and ConfigurationSettings
I\'m trying to write a little web.config reading class, and want it to be available for all .net framework solutions I am writing.[详细]
2022-12-20 05:48 分类:问答Splitting string with string C# .net 1.1.4322
How do I split a string with a string in C# .net 1.1.4322? String example:开发者_如何转开发 Key|Value|||Key|Value|||Key|Value|||Key|Value[详细]
2022-12-19 08:27 分类:问答Is it possible to run multiple versions of the same webservice?
[RUN DOWN] I am required to call on a webservice with version information embedded in the webservice name.[详细]
2022-12-18 21:08 分类:问答What are the effects of using VS2005 to migrate from .NET 1.1
I\'m working on some legacy code for a client, involving Microsoft Content Management System (MCMS). Currently, everything is local, the code, MCMS, SQLServer, and IIS (5.x).[详细]
2022-12-18 00:37 分类:问答Google Sitemap and .NET 1.1
What is the 开发者_运维知识库best way for create a sitemap for google using .net 1.1 and use this sitemap in a treeview into a webpage .aspx?Since the .net sitemap control was introduced in framework[详细]
2022-12-17 21:43 分类:问答How to remove closing tag of an XmlDocument in C#, .NET 1.1?
How can I remove the closing tag of element c in a XML document? The converted XML will go through a schema validation and it is rejected because it has a whitespace within. I\'m using C#, .NET 1.1[详细]
2022-12-17 10:26 分类:问答ArrayList Search .net
Following is the format of the data stored in my arraylist. A-Amsterdam B- Brussels C-Canada so and so forth.[详细]
2022-12-16 18:59 分类:问答How can I write these to my database as Null instead of Nothing
How can I change the following code to write to the database null instead of empty strings? Public Sub SetChangeRequest(ByVal referenceLeaseID As Integer, _[详细]
2022-12-16 00:22 分类:问答"Best" way to communicate between .NET 1.1 and .NET 3.5
By best I mean: Cheapest development cost (1.1 project is unlikely to live > 6 months) Easiest migration to WCF or similar[详细]
2022-12-15 20:49 分类:问答Calling .NET 2.0 assemblies in .NET 1.1
Recently I developed a internal framework in .NET 2.0 version, which is basically classes and helpers.[详细]
2022-12-15 15:15 分类:问答