Hi;
I am looking for 3-tier web examples for .Net environment.
Most examples treat the code as they are residing on the same machine.
I am looking for an example that treats 3-tier as client, business and data
layer residing on three different severs.
Any direction is appreciated it.
...
more >>
When building a DAL I have found that you cannot close a SqlDataReader even
in the Finally statement when you return the SqlDataReader from your
function in your DAL. So this leaves an open connection. Now that is not
really so bad in some cases where the site will not be hit much but in our
cas...
more >>
I have a client that has a major powerbuilder app that they are about to
redo. I work only on custom web apps for one of their clients using .Net but
I do get called in for many of their discussions. For the custom apps that I
build I have been following the N-Tier type of architecture and keep a...
more >>
Does anyone have a link for MS best practices for distributed
application architecture with .NET (specifically component load
balancing)? My company is contemplating writing their own CLB-er and
I'm looking for more "standard" ways of balancing our .net components.
I've looked into using App C...
more >>