Month: January, 2006

Portable USB Sofftware : A Melange

29 January, 2006 (08:04) | General | No comments

Mike pointed to this web site. Its a plethora of utilities and software that can be run from your USB key.
 

Link here.

Download details: Enterprise Library for .NET Framework 2.0 - January 2006

25 January, 2006 (02:52) | General | 1 comment

Wow this thing is 14MB by now. My own framework has similar functionality in about 30K lines of code. Go figure. I suppose thats what happens when you partner with former Big 6 consultancies on this sort of stuff – you get everything plus 2 kitchen sinks and a lot of bloat. 
This release of Enterprise Library […]

Uploading Files in ASP.NET 2.0

21 January, 2006 (20:39) | General | No comments

Bill Evjen has a nice short discussion of uploading files. I especially like the filter ability that disallows all types except whatever you define – in his example mp3’s . Thats handy. I wonder what happens when a hacker renames a specific trojan to carry the extension of mp3 … do you suppose it would […]

ViewStateAnalyzer 2.0.0 - ASPItalia.com

19 January, 2006 (05:58) | General | No comments

Here is an Italian Viewstate analyzer. This one allows comparisons of snapshots of the content of viewstate. That could come in handy under certain circumstances.
 
 
 
 
 
 
 
Link here.
 
 
 
 

Integrating NUnit with Ruby/Watir Unit Tests

14 January, 2006 (19:59) | General | No comments

I’ve asked James, one of the QA devs guys at my company, to look at Ruby, Watir and NUnit as a very interesting way to control front-end web test via code. To me its a much better idea than recorded scripts.  James forwarded this link which looks very much like the type of test application I’m interesting in
Read […]

Beginner’s Guide to SEO

11 January, 2006 (06:36) | General | No comments

This guide provides a complete overview of many of the processes, techniques and strategies used by professional search engine optimization specialists.
link here.

Book Review ” Visual C# 2005 Recipes ” by Allen Jones and Matthew MacDonald

7 January, 2006 (13:10) | .NET | No comments

The very first “recipe” book I ever read was Mitchell Waite’s VB Problem Solver. As far as I know, Mitchell was the first publisher of this type of book, about 12 years ago.  From all indications he was very succesful with it. Several years later,  in 2001, Ian Darwin published another well received list of recipes. His “Java Cookbook” followed […]

FileHelpers

6 January, 2006 (01:33) | General | No comments

Via Mike Gunderloy – Here is a nice C# lib on Sourceforge that can be used to import / export delimited files and XL spreadsheets. This kind of stuff gets asked for all the time.
link here.

TrueSkill(TM) Ranking And Matchmaking

3 January, 2006 (14:53) | General | 2 comments

In my daily work as Architect for one of the largest skilled gaming communities on the Internet the idea of ranking players has often been an important consideration. Turns out MS Research has created a very nifty algorithm for XBox Live.  Some of the goodies are buried within links listed in the page below.
“…The TrueSkill […]

Software Project Management Resources — Columbia University

3 January, 2006 (08:15) | General | No comments

Here is a very handy page with a million resource links related to Project Management. Quite a little treasure trove of information.
link here

VS 2005 Build Options

1 January, 2006 (10:15) | General | No comments

VS 2005 / ASP.NET 2.0 have several new build options available for web sites. Instead of one big assembly that contains all the code for a site (a la 1.1) it is now possible to build a site in such a way as to create assemblies per folder in the site or even assemblies per […]

Overloaded Web Methods

1 January, 2006 (07:57) | .NET, Asp.Net 2.o | 1 comment

Question: We are in the process of developing an application that will be used internally. We have just started coding using Visual Studio 2005. Part of the design uses overloaded functions and methods. This works fine until I start building some Web Services that we need. For some reason I keep getting the error that […]