-
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
-
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...
-
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...
-
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...
-
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...
-
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...
-
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
-
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...
-
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
-
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"