Member since Aug 30, 2006, follows 0 people, 0 public groups, 10 public bookmarks (35 total).
More »
Recent Bookmarks and Annotations
-
Diigo Toolbar | Diigo on 2008-03-29
-
Quick access to multiple search categories, each with multiple search engines. You will be amazed by how customizable and useful it is!
-
Click
- 1 more annotations...
-
- Spessart-Main-Odenwald on 2007-11-01
- Willkommen im Ferienobjekt Ferienwohnung Haus Sinn-lichkeit - Hier wird preiswert direkt beim Gastgeber gebucht on 2007-11-01
- Privatzimmer und Ferienwohnung MIL on 2007-11-01
- Bürgstadt bei Miltenberg zwischen Odenwald und Spessart on 2007-11-01
-
Chemical & Engineering News - The Big Picture on 2007-10-31
-
te un
-
o bring it all together,
-
-
Creating a Windows PowerShell Item Provider on 2007-09-05
-
if (PathIsDrive(path))
{
WriteItemObject(this.PSDriveInfo, path, true);
return;
}// if (PathIsDrive...
// split the path into chunks
string[] pathChunks = ChunkPath(path);
string tableName = pathChunks[0];
switch (pathChunks.Length)
{
// Table
case 1:
DatabaseTableInfo table = GetTable(tableName);
WriteItemObject(table, path, true);
break;
// Row
case 2:
string rowNumberAsStr = pathChunks[1];
int rowNumber = SafeConvertRowNumber(rowNumberAsStr);
if (rowNumber >= 0)
{
DatabaseRowInfo row = GetRow(tableName, rowNumber);
WriteItemObject(row, path, false);
}
break;
// Invalid
default:
WriteError(new ErrorRecord
(new ArgumentException("The argument specified is not valid"),
"InvalidArgument", ErrorCategory.InvalidArgument, pathChunks)
);
break;
-
-
Windows PowerShell : Get-Help Can't Find My Help File! on 2007-08-27
-
typeof(TestCustomSnapinTest), null));
-
_cmdlets.Add(new CmdletConfigurationEntry("test-customsnapintest", typeof(TestCustomSnapinTest),"CustomPsSnapinTest.dll-help.xml"));
-
-
My Bookmarks on 2007-08-26
-
<!--bookmarkDisplayTemp-->
-
-
Bloglines | My Feeds (3750) (41) on 2006-08-30
-
I seem to have stumble upon something here with my look under the hood of the .NET Framework an other tools. Many readers where surprised and fascinated by what you can actually do with quality assessment tools like Lattix LDM or a simple concept like DSM (Dependency Structure Matrix) with its easy to understand and scalable depiction of the dependencies within a software.
-
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo