InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Create Windows Home Server Add-Ins with VS Express

Posted by Jonathan Allen on Nov 14, 2007

Sections
Development,
Operations & Infrastructure
Topics
Application Servers ,
.NET
Tags
Microsoft

Windows Home Server is essentially a stripped down version of Windows Server 2003 meant for the consumer market. While it does expose a desktop, most users access it via a special admin console. This console is accessible from both the server and remotely, even over the Internet.

The admin console is fully extensible via managed code, making it a great way to build a software appliance. Or as a user, you can extend Home Server-based software appliances written by others. Installing new add-ins for the console is literally as simple as copying the DLLs to a folder on the server.

In a Channel 9 interview, Chris Gray demonstrates using Visual Basic Express to create a new home server console add-in. Visual Basic is not needed though, any .NET language that can be compiled to a DLL could be used. He has also posted samples of both the notification infrastructure, in C#, and the admin console extension, in VB.

One use for this extensibility is for health monitoring. If an application running on the server detects a problem, it can post an alert. This alert is visible both on the server and on any client computer running the monitoring tool.

Brendan has posted a template for Visual Basic and has started a series of tips on his blog.

No comments

Watch Thread Reply

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.