I need a good alternative to session variables in ASP.NET. I wrote an app that used them in a few places and is now being pushed to other locations where session state is disabled. They were used to ...
Ok, I got this SP here in SQL server. It;s like 600 lines long, so I'll spare you the gruesomness of it (I didn;t write it)<BR><BR>There are 2 values, TotalAccount and TotalProduct.<BR><BR><BR>In the ...
The reality is that you will need to have, at least, two different configurations: one for production and one for development. Here's how to automate those conversions. The reality is that our ...