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
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
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
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.
First I have a repeater, and I\'m outputting a property.I have tried both <%#Eval(\"Link\")%> and
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
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
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<
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
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