Shane Bartholomeusz

Geek and lover of all things tech related

Month: December 2015

ASP.NET Assembly Interning

ASP.NET Logo

What is it?

ASP.NET 4.5 introduces a new feature called Assembly Interning allowing you to run a single instance of a shared assembly in memory. This approach provides performance improvements on cold start and reduces overall server memory usage.

Continue reading

Loopback Network Adapters

Why use one?There's no place like 127.0.0.1

In my case I was installing an Oracle database within a self-contained virtual machine environment. I didn’t necessarily want to expose it to my local network, though needed to bind it to the local server IP address.

I created a local loopback network adapter on the local machine.  This adapter provided an IP address for the local server even though it wasn’t connected to the local network (much like the 127.0.0.1 address).

 

Continue reading

© 2025 Shane Bartholomeusz

Theme by Anders NorenUp ↑