Browse by Tags
All Tags »
.NET (RSS)
Pardon the silver surfer tagline, I just watched the FF trailer, and as Johnny would say "That is so cool". Over the last week, there have been a flurry of activities in the blogspace surrounding Microsoft's announcement on MIX. John Lam...
Jim Hugunin of IronPython fame announced at the MIX conference the DLR (Dynamic Language Runtime). While IronPython demonstrates how good the support for dynamic languages are today in the CLR, the "new Dynamic Language Runtime (DLR) adds a small...
Keith posted a console app he created to determine the processes that are running .NET applications. I got thinking that this type of "utility" apps are perfect for PowerShell. So I took Keith's code and made an equivalent powershell script. $dotnet ...
This is my first blog post using Windows Live Writer . Setting up WLW to post to devpinoy was a great experience. All I had to do was give it the URL for my blog [http://community.devpinoy.org/blogs/velocity] and my username + password and it will try...
PowerGadgets has just added a whole new level of "extending" PowerShell. Imagine providing charting facilities to a scripting language, all through its extensibility using .NET. Already I can image using PowerShell to drive build scripts and "visualize...
I've been working on my "super duper mucho excellente" windows service project and the obvious questions pops up "How do you debug a windows service?" I've been told "Use a console/windows program to drive the business logic of the windows service". But...