I recently had a project in which I wanted to compress log files I was transferring between servers. I did not realize till I did some research that the .NET framework has a nice little library built in for creating GZIP files. While I think the maximum recommended size for using this is 4GIG I am w...
[More]
Just started to pick up jquery recently and was playing with calling a .net web service from my page. Was really easy once I used Firefox Firebug to do my debugging and figure out some of the variable names to use to access my data. Here is my final code Javascript in page <script type=&quo...
[More]
Recently I responded to a question asked on StackOverflow. The question was "What is the BEST way to replace text in a File using C# / .NET?" Just by the question you might assume they were wanting to simply replace text in an existing file and of course you could do that by opening the ...
[More]
I have been to this even a few years back and it was very well organized, had good speakers, facilities were excellent, and even a free lunch.
Take a look at the code camp website at http://portlandcodecamp.org/
Great new user group that is getting started and it is in Seattle. Was hosted at Starbucks who provided a top notch facility for the meeting. About 25 people showed up and speaker Charles Sterling gave us a great presentation walking us through the new testing tools in Microsoft V...
[More]