Browse by Tags

Related Posts

  • Public Shared / Class Method question

    I'm having an issue that I hope someone can shed some light on. I have a class called COMMON and within the class I have a Public Shared method called SendMail . The method contains a param which takes in a hashtable. Before I use the hashtable I add 3 new key/values to it. My problem is that if...
    Posted to Architecture (Forum) by SuperGhost on 10-23-2006, 12:00 AM
    Filed under: Class Design, VB Class, .NET, shared, classes, vb.net
  • Need some help with objects/classes

    Hello, I'm trying to make my own object that holds a name of the link, the href of that link and if that link has any sublinks/hrefs. Here is what I have for my object (ArrayLink): using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Configuration;...
    Posted to C# (Forum) by joewoo on 10-24-2006, 12:00 AM
    Filed under: C#, Objects, Classes
  • Domain Model Example Critique

    Please critique the (fictious and incomplete) code below. I would like advice on how to make the code into more of a standard architecture or pattern. The example is a registration system where a person is registering for an event. I've been programming for a couple of years now and I've been learning...
    Posted to Architecture (Forum) by pseudozero on 12-11-2006, 12:00 AM
    Filed under: entity, dal, OOP, classes, architecture
  • URGENT PLEASE HELP ME (MY JOB IS HANKING) A windows application dought in using Microsoft.office.introp.word.dll(word conversion from us to uk)

    Dear friend, Dear friend, I am a trainee software egg in one of a reputed company, I have got my first R&d from my project manager to develop a tool for AUTOMATICALLY converting US English to UK English using Microsoft.Office.Interop.Word but tried my level best to do that but I failed and my competitor...
    Posted to C# (Forum) by fijsolam1981 on 12-14-2006, 12:00 AM
    Filed under: .net C# jobs, binary image, String Manipulation - Dates, C# Compiler VB.Net, collection, sorting, reflection, icq, C#, Webservice, RMO, Objects, Classes, Generics, dynamic reflection, online judge Process memory running time, Reflection Interface Assembly, IsNullOrEmpty, TryParse, GDI+, Image Manipulation, System.Drawing.Imaging, GZip, System.IO.Compression
  • Re: Domain Model Example Critique

    Here is my opinion about all of this: The root namespace contains a classes that implement Fowler's DomainModel domain logic pattern (not just data transfer objects - also may contain validation methods and domain-specific functions). but the DomainObjectBase is this layer's supertype and can't belong...
    Posted to Architecture (Forum) by kejroot on 12-15-2006, 12:00 AM
    Filed under: design pattern, MVC, entity, bll, dal, Class Design, OOP, O/R Mapping, classes, ORM, architecture
  • Entity based O/R mappers vs. Domain based O/R mappers and other Entity/Domain Model comparisons

    I came accross an article on Frans Bouma's Blog ( http://weblogs.asp.net/fbouma/archive/2004/10/09/240225.aspx ) that explained how the "type" of design model an O/R mapper follows can greatly influence the way your application is written. Now, initially the statement that the foundation of an application...
    Posted to Architecture (Forum) by meppum on 01-31-2007, 12:00 AM
    Filed under: design pattern, entity, bll, dal, reporting comparison, O/R Mapping, classes, O/R Mapper, Data modeling, ORM, architecture, N-Tier, database object
  • Block of detailsViews

    Hi, I have on an aspx page about 16 detailsView controls. Some are 4 rows deep, some 3 and some 2. The problem I have is that the code is immense because i am setting properties of various rows ie. text size and backcolor depending on the text status of the row. To try and cut down on code I am trying...
    Posted to Data Presentation Controls (Forum) by camper on 02-15-2007, 12:00 AM
    Filed under: asp.net, C#, Classes, Detailsview
  • Access a property from Class A without inheriting it

    I have 3 classes. Class B inherits Class C. And now Class B wants to access a property of Class A. When i create and object of Class A in Class B and try to access that property then its giving me a null value. The property value is a string which is changed depending on certain conditions. Here is what...
    Posted to C# (Forum) by mayuresh_s on 04-19-2007, 12:00 AM
    Filed under: C# Compiler VB.Net, asp.net, C#, Objects, Classes, .Net, C#. NET 2005
  • Need overview on using classes and 3 tier model

    I'm creating a website for a small member based organization. This is an opportunity to learn some new skills. For the two sites I've done so far, I've used strongly typed datasets (with lots of help from this forum). This will be my first time using a class. This is overkill for this site...
    Posted to Data Access and ObjectDataSource Control (Forum) by Mainship on 05-30-2007, 12:00 AM
    Filed under: classes
  • Connection Sharing

    I am using SqlTransaction. I need to allocate one connection object per user so that transaction can be hold for commit or rollback untill the user finally press the save button after performing number of opertions. This connection object is shareable between the objects so i marked it as static. But...
    Posted to Architecture (Forum) by asgharali on 06-05-2007, 12:00 AM
    Filed under: bll, classes, Basic Architecture Design, ASP.NET Architecture, data access object relational mapping, business logic layer, C# class design OOP Maths, Best Practices
Page 1 of 3 (23 items) 1 2 3 Next >