20 acres ~ 360 degree mountain top views ~ Log home ~ $799,000
January 2008 Entries



I seem to have forgot to post about this app, but it is one I use often and it is free!  Hey, how can you beat that?

There are many file search programs out there and you have Google desktop search and even Vista comes with a file search ability built in, but I still end up falling back on this useful utility program.  I know it is not specifically a development tool, but it is handy when you need to search files beyond the simple Find in Files options of Visual Studio.

The product is called Agent Ransack from Mythicsoft Ltd and they release it for free.  They have a more advanced product available for purchase.  When you visit their site, but sure to check around at other free and commercial products they have available.  Here is the link to Agent Ransack:

http://www.mythicsoft.com/agentransack/

Agent Ransack allows you to search entire drives or sections for both file name pattern and contents.  It then lists all the matches and when you click on them, will show a brief clip from the file for the matching content.  Is really handy since you can search and then browse the results seeing the matching content without opening the files.  You can even right click on the matching files and bring up it's properties or open the location or launch the file itself.

Searching methods include standard text or regular expression patterns.

Be sure to give it a look, I have used it for years!




Wow!  That is about all I can say, Wow!  I can even say it backwards Wow!

Yahoo! is now going to support OpenID for its services.  That means millions more people will be using OpenID every day.  This could be just the boost OpenID needs to jump into prime time and consume the lead in login systems.  I know I am ready!  I have wanted OpenID to take over for some time now.   It is a simple and easy method for the consumer along with making life a LOT easier for webstie owners.

WIll have to check into the state of OpenID libraries again shortly and see if they have improved.  Would like to start moving some sites over to use OpenID, but still wondering if I would hurt myself if I required an OpenID for registrations....  Might be worth the risk.




Found this set of articles on LINQ to SQL.  The articles contain some interesting concepts and a good overal!

Part 1:

  • Querying
  • View entities (ObjectDumper)
  • View SQL statements (Log & Visualizer)
  • Local data shaping
  • Non-mapped properties in partial entity classes
  • Object Relation Diagram versus Class Diagram
  • Data shaping with non-mapped properties
  • Change tracking
  • Bulk operations

http://www.scip.be/index.php?Page=ArticlesNET02&Lang=EN 

Part 2:

  • LINQPad
  • Inheritance
    • Adding inheritance
    • Querying with derived classes
    • Adding objects of derived classes
    • Extending the inherited classes

http://www.scip.be/index.php?Page=ArticlesNET03&Lang=EN 

Part 3:

  • Sequence
  • Variable assignment (Let)
  • Eager loading / prefetching
  • Compiling queries

http://www.scip.be/index.php?Page=ArticlesNET04&Lang=EN 

Part 4:

  • Visualizers
    • LINQ to SQL Visualizer
    • Expression Tree Visualizer
  • Refresh
    • Refresh (re-execute) query
    • Refresh one object
  • Dynamic Where-clause
    • Anonymous functions and IEnumerable
    • Lambda expression trees and IQueryable
    • PredicateBuilder class and combining expressions
    • Predicate library
  • Dynamic OrderBy-clause
    • Anonymous functions and IEnumerable
    • Lambda expression trees and IQueryable
    • Predicate library

http://www.scip.be/index.php?Page=ArticlesNET10&Lang=EN