Browse by Tags

Related Posts

  • Re: generics, inheritance ..... frustrated

    I was annoyed about it too. Apparently also some Microsoft people was, so at least they made a convertion function you can call, ConvertAll(), but you have to implement a convert function yourself. See this post: http://rasor.wordpress.com/2008/08/19/cast-a-generic-list-c/ The code would be more readable...
    Posted to Visual Basic .NET (Forum) by rasor on 08-27-2008, 12:00 AM
    Filed under: vb.net2.0, Visual Basic .NET, .NET, c#, collections, Generics, lists, generic collections
  • Assess .Net Intranet Application

    I am assessing whether a .net intranet application system is of acceptable, reasonable quality. My criteria so far for this is on several fronts: - Architecture (e.g., is the architecture n-tier?) - Is the code easy to maintain? - Has the code been written with reuse in mind, or refactored? - Are there...
    Posted to Free For All (Forum) by dbrook007 on 01-04-2008, 12:00 AM
    Filed under: ntier, partial classes, persist changes, Report Viewer, solution project, system analysis", System Design, Technical Specification, UI Architecture, UI Framework, UI Process Components, VB, VB Class, VB Classes, vb.net, Web Forms, .NET, 3tier, 3-Tier Architecture, 3-tier programming, approach, architecture, Asp.Net 2.0 : java script, ASP.NET 2.0 NET SQL Server 2005 database connection error, asp.net tuning, assembly, authentication, Basic Architecture Design, Best Practices, bug, business logic layer, caching, Class Design, concurrentcy, Consistency in UI, css, CustomErrorPage, DAL exceptions, data access layer, data access object relational mapping, Data modeling, datagrid, datalogic layer, dataobjects, design pattern, Events, Generics, Globalization, database object, xml, entity, IIS, application state management, performance, Exception Handling, Exception Handling Application Block, Exception Handling Application Block Tutorial, ASP.NET Architecture, sql server, OOP, "system Design", arcitecture, business model, data serialization, GridView, Patterns & Practices, N-Tier, optimization, Reflection, web service, ADO.NET, Asp.Net 2.0, assemblies, Data Concurrency, database, http, methods, Website Problem
  • how to sort generic collection of System.DirectoryServices.Principal objects

    I have got a generic collection of System.DirectoryServices.Principal objects Dim results As PrincipalSearchResult(Of Principal) How do I sort it by DisplayName? Example or link would be greatly appreciated Soyka
    Posted to Visual Basic .NET (Forum) by soyka on 04-15-2008, 12:00 AM
    Filed under: .NET, Generics
  • Re: Native query for deleting objectings in an ASP-project

    You more than likely need this: using System.Collections.Generic; Without it IList is System.Collections.IList instead of System.Collections.Generics.IList
    Posted to Other Databases (Forum) by david@davidlwalker.com on 05-01-2008, 12:00 AM
    Filed under: C#, Generics, .NET
Page 1 of 1 (4 items)