- My Binding Across States post made it to the home page of DotNetKicks, so at last six other people liked it. I wonder if I’ll be able to detect and traffic increase from that.
- I wrote yesterday that I had ordered a PCMCIA Smart Card reader for my laptop. I ordered it around 11:30pm on Wednesday and it arrived yesterday around 2pm.That’s good service! And so much more convenient than the USB smart card reader.
- I also mentioned yesterday that I had moved my laptop over to Vista. I’m not sure why, but my battery life has gotten significantly better. Maybe it’s because these days I’m primarily using my laptop to remote into my desktop so I’m not exercising the local system much.
- I was checking out Windows PowerShell Quick
Reference from
O’Reilly (on Safari)
and discovered this PS offers the numeric constants of
gb
,mb
, andkb
to represent gigabytes, megabytes, and kilobytes. Example:$downloadTime = (1gb + 250mb) / 120kb
. That’s pretty cool. - Speaking of PS, I stumbled across
PowerSMO!
from Dan Sullivan. Instead of
building native PS support for SQL administration, PowerSMO! makes
it easy to access SMO objects in PS. Instead of having to call
new-object Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer
, you callgoGet-SMO\_ManagedComputer
. Even more interestingly, PowerSMO! uses metaprograming techniques to generate all the Get_SMO* methods. It iterates over all the SMO types – about 1000 types in total – and generates the associated Get-SMO functions into a temp script file. Once the temp file is created, it can be invoked like any other script. Must noodle on this approach further.
Morning Coffee 23
Categories
Tags
ASP.NET (31)
Blogging (128)
C# (18)
Community (81)
dasBlog (12)
Database (13)
Debugger (23)
DLR (25)
Domain Specific Languages (15)
Dynamic Languages (12)
Entertainment (14)
ETech (15)
F# (51)
Family (33)
Functional Programming (18)
Games (18)
Hockey (34)
IronRuby (16)
Lanugages (43)
LINQ (24)
Microsoft (31)
Modelling (61)
Movies (23)
Music (20)
Parsing Expression Grammar (16)
PowerShell (41)
REST (18)
Ruby (23)
Service Broker (14)
Silverlight (20)
SOA (94)
Visual Studio (21)
Washington Capitals (43)
WCF (31)
Web 2.0 (67)
Web Services (12)
WF (21)
Windows Live (29)
Working at MSFT (23)
Xbox 360 (54)
XNA (15)
Series
Disclaimer
The information in this weblog is provided "AS IS" with no warranties,
and confers no rights. This weblog does not represent the thoughts,
intentions, plans or strategies of my employer. It is solely my opinion.
Inappropriate comments will be deleted at the authors discretion.