Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dCyphr
  • Content: Threads
  • Order by date
  1. dCyphr

    How to create instance w/ generic types w/ Activator.CreateInstance?

    I have a class that has a generic type and I'm trying to create an instance using the activator but having trouble with it. This is what I have: public abstract class MyBaseClass<T> where T : new() { ... public abstract T DoSomething(); } public class...
  2. dCyphr

    How do I use State Session mode instead of InProc?

    Right now my app uses InProc to handle the sessions, but I want to use the Session State Server that's in Windows services. I've read that I need to serialize my classes. Is all I have to do is put [Serialize] on top of EVERY single class in my app (seems too easy)?? Also what do i have to do to...
  3. dCyphr

    XML Membership Provider available?

    I'm wanting to implement an authentication model based on an XML file for storing the username, password, role, profile, etc. Is there any native XML authentication provider or one out there that I can use (ASP.NET 2.0)? I plan on using a format like this: <?xml version="1.0"?> <admin> <john>...
  4. dCyphr

    Need help with a URL rewrite RegExp

    I have a url rewriter on my website and need help making a tight RegExp so I can reroute requests based on the domain name. My website has a root folder called "/userfiles" which is where all the sub websites go under. So the structure is like this: /userfiles/site1 /userfiles/site2...

Part and Inventory Search

Back
Top