Browse by Tags

Related Posts

  • Re: What value to pass to aspnet_Membership_CreateUser for PasswordSalt parameter?

    One other alternative is to use SQL CLR (C# or VB.NET in SQL) to create a new SQL StoredProc which would be called from your Trigger. Note that this is a feature only available in SQL Server 2005+. Also, be aware that the Performance of SQL CLR is SLOWER that T-SQL. So, in general, the use of SQL CLR...
    Posted to Security (Forum) by daveblack on 03-20-2008, 12:00 AM
    Filed under: SQL 2005 Express or Standard, SQL Server 2005 SQLExpress, .net, asp.net 2.0 memembership, How to, Membership Provider, Membership sqlexpress sqlserver2000, SQL CLR, sql Server 2005, CLR, membership, asp.neTt 2.0 memembership
  • Re: how to take control to free up memory immediately

    i def. found what i needed and have written down the whole thing at my blog: http://netrsc.blogspot.com/2008/01/gccollect-how-it-really-works-net.html use GC.Collect() which after some work with Perfmon showed me that this is the right thing and it does exaclty what i needed. read the blog post for more...
    Posted to C# (Forum) by roni_schuetz on 01-26-2008, 12:00 AM
    Filed under: .net 2.0 c#, CLR, distributed caching, .Net, caching
  • Re: how to take control to free up memory immediately

    thanks for your response. Your interpretation is absolutely correct that I develop a caching system - it is a distributed caching system ( http://www.sharedcache.com ) for .net solutions. since the requirement comes up to limit or non limit cache amount and its used here in various cases, the need to...
    Posted to C# (Forum) by roni_schuetz on 01-26-2008, 12:00 AM
    Filed under: .net 2.0 c#, CLR, distributed caching, .Net, caching
  • The Alien Assembly : CLR Weird Behavior

    Hello Guys i was developing a normal pluging server application and i encountered a very weird behavior for the CLR , i described the whole problem here ( http://eknowledger.spaces.live.com/blog/cns!F475D4DE444DB1AB!2676.entry ) Please check it , i don't know ... ..... Is that a CLR bug or what ? i really...
    Posted to C# (Forum) by eknowledger on 03-20-2007, 12:00 AM
    Filed under: plugin, .Net, C#, CLR
Page 1 of 1 (4 items)