Jayme Davis' WebLog

Playing games so you don't have too...

Browse by Tags

All Tags » Apps (.NET) (RSS)
Sorry, but there are no more tags available to filter with.
Delegates
Ever tried to make a delegate that accepts a void* parameter? Since it's type-safe, you'd want/need to support multiple datatypes and ranks (if there's arrays involved) so you end up have to do Foo1, Foo2, Foo3 because you can't overload a delegate based...
Orilogic - Data Layer Codes Generator
Looks like Orilogic released Code Generator 2.0 today. The new additions allow you to return data as a DataReader or a DataSet and dynamically bind data layers using .NET Metadata and Reflection using DBBase. To download the tool, you have to go through...
Linksys access log service
I've been working on a service that works with my Linksys BEFW11S4 router's access log. I wasn't impressed at all with the program that Linksys provided that writes the data to a text file. I'm writing the service now to get the log coming from the router...
Daisy.cs
Stumbling around on Randy Ridge's site some more, you could find Daisy.cs. Pretty funny, heh. // csc /o+ /t:exe /out:Daisy.exe Daisy.cs using System; using System.Threading; using System.Runtime.InteropServices; using System.Security; public sealed class...
More Posts