Browse by Tags

Related Posts

  • Enterprise Library 4.1 Cache and enumeration. Can this be done?

    I'm working with a project where users that login might open up another tab (IE 7, FF, etc.) and login again as another user. My original cache issue was not having cached keys overwritten during this double login scenario. For this I'm going to concatenate the userID when creating a new cache...
    Posted to Microsoft Application Blocks (Forum) by skydiverMN on 05-21-2009, 12:00 AM
    Filed under: c#, enumeration, enterprise Library cache, enterprise Library caching
  • Re: Cache for multiple users in same browser session

    Another site told me to just concatenate the userID to the front of the cache ID. I thought of this too, but felt that this was more of a hack than good coding. Seeing I haven't heard any other ideas this will probably be my method. This still doesn't solve the issue of deleting only a specific...
    Posted to Microsoft Application Blocks (Forum) by skydiverMN on 05-21-2009, 12:00 AM
    Filed under: c#, enumeration, enterprise Library caching
  • Is [Flags]Enumeration the propper solution

    I am planning on have an unknown number of permissions. My intial estimate is roughly 20-30. These permissions will cover a variety of things related to whether a user can create/edit/view various items reports/limits/data etc. The questions is what is the best practice for this scenerio? My thoughts...
    Posted to Getting Started (Forum) by trondaron on 05-19-2009, 12:00 AM
    Filed under: .net, design, flags, structure, c sharp, Enumeration
  • Attempt to Remove Items from Dictionary Object gets Enumeration Error

    My goal is to reduce the number of key / value pairs in a dictionary object by comparing the keys in the dictionary object to words contained in an array and removing the key / value pairs where the key (a string) is equal to one of the strings in my array. In the code below, AssignedNumbers represents...
    Posted to Web Forms (Forum) by John Happy on 02-11-2008, 12:00 AM
    Filed under: vbscript, array, Dictionary, enumeration
  • Crystal Report with oracle 9i Stored Procedure

    Hi every one I have created a stored procedure in oracle 9i . This procedure returns a Reference Cursor because i want to return more than 1 values from procedure on the basis of given parameters . Then i created a report using crystal report 9i and using the Oracle Server Driver i created the report...
    Posted to Crystal Reports (Forum) by akhilesh.saini on 01-15-2008, 12:00 AM
    Filed under: .Net FAQ Links, CRM, Crystal report, Crystal Reports, Crystal Reports to .xls, Enumeration, error, Error in Sending Mail From Gmail in asp.net 2.0, error msg, error., Errors, .NET Interview Questions, Crystal Report Toolbar Problem, error message, .NET Framework 3.0
  • Re: Enumeraion

    The statement is correct. In the sense, that an enumeration is a list of constants. Actually, an Enumeration is an Array of Constants. But there are significant differences that you need to understand. First of all, an enumeration is different from a constant because it is available at run-time. The...
    Posted to Getting Started (Forum) by ManojSharma on 08-30-2007, 12:00 AM
    Filed under: Array, Constants, Enumeration
  • Re: Custom DataBinding

    Thank you very much Allen. It's worked fine. I've made some small modifications on your code to match what I needed at the beginning and I'm listing it belwo for the benefit of other users. Thanks again. using System; using System.Collections; using System.Collections.Generic; using System...
    Posted to Custom Server Controls (Forum) by net fan on 08-19-2009, 12:00 AM
    Filed under: properties, data binding, custom, enumeration, reflection
  • Re: Custom DataBinding

    Thank you very much Allen. It's worked fine. I've made some small modifications on your code to match what I needed at the beginning and I'm listing it belwo for the benefit of other users. Thanks again. using System; using System.Collections; using System.Collections.Generic; using System...
    Posted to Custom Server Controls (Forum) by net fan on 08-19-2009, 12:00 AM
    Filed under: properties, data binding, custom, enumeration, reflection
  • Re: Collection was modified; enumeration operation may not execute

    Hi There, If you wish to add/edit/delete item from <list> best to use following to prevent modified enumeration collection. For ( int i = 0; i < tabs.Count; i++ ) { tabs[i] ...... } Hope it helps!
    Posted to Web Forms (Forum) by d4dennis@inspir3 on 08-16-2007, 12:00 AM
    Filed under: enumeration
Page 1 of 1 (9 items)