Shameless self promotion
I’m currently working for a company called Terso Solutions. We at Terso are essentially an inventory control company.
It breaks down like this…
We specialize in “high value medical goods” that are tracked with RFID tags. Our cabinets are secured by utilization of RFID passes. When a person wants something from one of our cabinets, they present their pass to the cabinet. An access check is run and if the pass is legit, the door opens. The person takes what they want. When the enclosure door closes, a scan is run by the cabinet to determine what was taken (or what was put in). That data is transmitted to headquarters for processing.
That’s the interesting part. The data transmission from the device to headquarters. That’s where Jetstream comes in.
Jetstream is a cloud platform which allows software companies to add distributed RFID capabilities quickly through simple programming interfaces.
If you happen to come across this blog and read this post, you might check Jetstream and/or Terso out.

Microsoft’s SQL Server is a really solid product, but it can be overkill for a lot of applications. Oracle picked up MySQL a while back. For many applications, that is a really viable alternative. Not only is MySQL a fully mature product with support available, it’s an option on most web hosting sites as well as major service providers. We use
I’m working on an MVC Website. In development in Visual Studio, things are working perfectly. My app needs to run in IIS. Easy enough, right? Just set it up in IIS and you’re off and running.
Session state is a funny thing. It works really well. But if users don’t stay active, they’ll lose their session. That can make for some really strange problems if session isn’t used immediately. Of course session can be checked for, but that’s a hassle. It would be easier to simply log users out before their session expires.


