.net-3.5
URL Routing on ASP.net, need to get a parameter from the url
I am developing group feature on asp.net applicat开发者_运维百科ion. I want to give users direct access to groups, so I want the url to be[详细]
2023-04-02 12:43 分类:问答C# and SQL Server 2008 CLR Serialization Problem
I am trying to create a SqlUserDefinedAggregate in C# to attach to my SQL Server 2008 instance. I am working with .NET 3.5. Basically, I want to count the number of times I see string values. It does[详细]
2023-04-02 06:38 分类:问答.Settings file in Win Form App, Best Practice
I have a Win Form app that stores some per user settings in a UserSettings.Settings file.This has worked well so far, howe开发者_如何学Cver it seems that the Settings file gets \"reset\" when ever I r[详细]
2023-04-01 22:19 分类:问答Loading a Framework 3.5 library on Framework 4.0 runtime
I would like to know what I need to bear in mind if I create libraries that can run either on a .NET Framework 开发者_运维百科3.5 or .NET Framework 4.0 installed run-time.[详细]
2023-04-01 15:15 分类:问答"DataBinding: 'index+NewsItem' does not contain a property with the name 'Link'", but property exists (Not a Typo)
First I have a repeater, and I\'m outputting a property.I have tried both <%#Eval(\"Link\")%> and[详细]
2023-04-01 01:58 分类:问答add WCF Discovery api support to an .net 3.5 app
Is it possible to add the WCF Discovery API to a .net 3.5 application. The target machines have .net 3.5 installed and We don\'t want to have to install .net 4, is it possible to only add the Discover[详细]
2023-03-31 18:39 分类:问答ASP.net Global Cache?
Is there a way in ASP.net to cache something to memory say x=\"foo\", such that any session can acce开发者_开发百科ss that cache?Due to contraints, I have to use memory and can\'t store this in a data[详细]
2023-03-31 14:59 分类:问答Difficult telerik:RadCombobox ItemsSource Binding
I\'m running into a difficult binding situation. I\'m using T开发者_开发百科elerik RadGridView with GridViewComboBoxColumn. I\'ve got two combo boxes a \"From\" and a \"To\" bound to separate List<[详细]
2023-03-31 09:06 分类:问答Using Rx to queue operations I don't want executed until particular time?
Summary: I have a web app that executes workflows on business objects and sometimes needs to deliberately wait several seconds or minutes between steps. I\'m looking to (perhaps via Rx.NET), improve t[详细]
2023-03-31 07:10 分类:问答Handling MySQL transcations for two methods
I want to use MySQL Transactions to Rollback changes if any of the method fails. I referred to this example at StackOverflow: MySql and inserting last ID problem remains, but my problem is a bit diffe[详细]
2023-03-31 03:59 分类:问答