Browse by Tags

Related Posts

  • Unlock files locked by other processes with C#

    My application needs to make a set of files available to a process. But these files are already locked by other processes. How do i release the locks aquired by other processes? ... Its not known why other processes are not releasing the locks after writing to the files etc. (its a part of a very big...
    Posted to C# (Forum) by gauravi.kulkarni on 05-29-2009, 12:00 AM
    Filed under: .NET, architecture, asp.net, C#, Exception Handling
  • Re: In search of some sort of navigation design pattern..

    In my openion, you may implement rule engine for the navigation rules. You may pass the current state of the user and let the rule engine provide you a list of pages which the user can visit (and list of controls that may be displayed on a particular page). You rule engine may be a separate project with...
    Posted to Architecture (Forum) by Yanesh Tyagi on 05-29-2009, 12:00 AM
    Filed under: architecture
  • Architecture patterns in the DAL

    Hi, I'm trying to learn the whole DAL architecture and make sure I really understand and the relationship between objects and relations, and I have a few questions. I've been reading MArtin Fowler's enterprise arch book and am trying to work out what patterns are being used. I /think/ TBH...
    Posted to TheBeerHouse Starter Kit (Forum) by rargie on 05-06-2009, 12:00 AM
    Filed under: TBH, Architecture, beerhouse, DAL, patterns
  • Codesmith (or similar) templates for TBH architecture

    Hello, I've been getting acquainted with TBH and have added a 3 tier photo application plus additional content types, which all work well. But I'd really like to be able to add more stuff like this using a code generator to save me the repetition of the DAL and Stored Procedures in particular...
    Posted to TheBeerHouse Starter Kit (Forum) by rargie on 05-01-2009, 12:00 AM
    Filed under: TBH, TheBeerHouse, Architecture, beerhouse, codesmith, generator
  • Help! Need ASP.NET Architecture Advice

    Hello, We have a new customer on the line that wants our existing .NET 2.0- Windows Smart Client application to have a browser-based interface. The reason is that some of their users will be using public Internet Cafe machines and they dont want any install on that machine or any significant download...
    Posted to Architecture (Forum) by NeverEasy on 04-10-2009, 12:00 AM
    Filed under: Smart Client, architecture, Asp.Net 2.0, convertion
  • 2 different Web Apps hosted on different server.

    Am developing Web Applications for a project. Have 2 Web Applications (lets say A & B from hereon) hosted on different servers. User working on A can open B (opened in new window) from a link provided in A. A & B are required to have session time out of 10 minutes. Need to configure means that...
    Posted to Architecture (Forum) by raghavrkapoor on 04-03-2009, 12:00 AM
    Filed under: architecture
  • How to Architect : Different aspx pages for different bandwidth users

    Our's is an ERP application accessed from different geographical region, users from a region have high speed internet and other the bandwidth is very low. I want my application to server both users, how could I achieve this without compromising the rich functionality, which is works fine for high...
    Posted to Architecture (Forum) by kcube on 03-25-2009, 12:00 AM
    Filed under: architecture, bandwidth issue, different users, different browser
  • How to deploy multiple web apps and services

    Is there something I can do in a solution that will allow me to run a single msi or exe or whatever to deploy two seperate websites and several webservices all at one go? Under a script control of some kind so that I can insure it always works the same way? Just some pointers regarding where to research...
    Posted to Configuration and Deployment (Forum) by JustWantAnAnswer on 03-03-2009, 12:00 AM
    Filed under: packaging, scripting deployment, architecture, Deployment, installation
  • Passing delegates in an abstract function

    Hey all, I'm having a problem.. I have an abstract class and I need the derived class to set a function (init the delegate with a function). in the abstract class.. public delegate T getById ( int id); public abstract void fillGetFunction( getById getByIdFunc); in the derived class.. public override...
    Posted to C# (Forum) by vajda on 01-29-2009, 12:00 AM
    Filed under: abstract class, architecture, delegates
  • Base Class + Interface

    Hello all, I hope to be clear. I find it hard to explain ideas =) I'm trying to build "Entities" for my website. I went with the n-tier architecture and I'm not sure I can do what I thought to do. The idea is to make a generic function like "T GetOneFromStoredProcedure<T>...
    Posted to Architecture (Forum) by vajda on 01-26-2009, 12:00 AM
    Filed under: 3-Layer Architecture, Activator.CreateInstance(), activerecord, Application Architecture, architecture, dal, Dalesign Pattern, "system Design"
Page 1 of 20 (194 items) 1 2 3 4 5 Next > ... Last ยป