String Formatting in C#
I google this every time, i need to put a float inside of a String.Format() call. Never found a good reference, so i made a note to the place i got the answer from. Those days are over! Steve Tibett … Continue reading
I google this every time, i need to put a float inside of a String.Format() call. Never found a good reference, so i made a note to the place i got the answer from. Those days are over! Steve Tibett … Continue reading
Version 0.06b of InSimLib is done. Some bug fixes, some changes to go along with InSim changes in the recently release S2 alpha, and a complete rewrite of the Configuration code, to allow for simpler .NET friendly App.config or Web.config … Continue reading
I’ve been wondering for a while how you could reliably tell if you are currently running under ASP.NET. This is really only of interest to be because of the ThreadSingleton vs. Static Singleton issue. The best way I’ve found so … Continue reading
Been playing around with creating my own configuration section handlers. Call me crazy, but i just have a distaste for storing my hierarchical application configurations in some kind of artificially derived flat Key/Value pair scheme. I see a lot of … Continue reading
Maybe I just don’t have my feelers in the .NET community like I did in the perl community. Actually, know I don’t… Anyway, I think a CPAN for .NET would be a fantastic community to build. http://csharp-source.net/ looks like a … Continue reading
I spent some time this weekend playing with Managed DirectX. And I finally figured out a “bug” I’ve been having whenever i tried to do Direct3D transformations: Every time I’ve tried to animate objects, they all seemed to end up … Continue reading